Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Anne 8 posts 48 karma points
    Jan 15, 2014 @ 07:53
    Anne
    0

    Performance on order property

    We are running Ucommerce version 4.0.6.13304
    We have a performance problem with the orderproperties on the basket.
    var basket = TransactionLibrary.GetBasket().PurchaseOrder;
    basket["isLoggedIn"] = "true";
    basket["isvolunteer"] = "true";
    The first line where we set the orderproperty "isLoggedIn" takes about 500 ms while the next only takes about 1- 5 ms. How can we make the first faster?
  • Lars Horne-Mortensen 40 posts 184 karma points
    Jan 17, 2014 @ 11:29
    Lars Horne-Mortensen
    100

    Hi Anne,

    We are currently looking into this issue, and it should be fixed in an upcoming release.

    / Lars

  • Anne 8 posts 48 karma points
    Feb 21, 2014 @ 13:17
    Anne
    0

    Any info on this issue?

  • Nickolaj Lundgreen 233 posts 1132 karma points
    Feb 21, 2014 @ 13:24
    Nickolaj Lundgreen
    0

    Change log for 5.2.0.14030 (Umbraco)

    NEW: The orders are no longer displayed as nodes in the tree in the uCommerce shell by default.

    NEW: Price group target in Marketing Foundation.

    NEW: Better performance of Basket API, when retrieving properties on a basket.

    FIX: Added a new BooleanConverter, to handle the situation where an empty string is returned for a boolean property.

    FIX: Better check for web context when asking for current username.

    FIX: Reload of umbraco tree nodes when moving a category.

    FIX: Adding new order line now updates the view.

    FIX: Display of Shipping Method and Media page for products would not frame the controls properly.

    FIX: Generate voucher dialog did not always respect the back office language.

    FIX: Adding a new order manually could add a deleted shipping method or language.

    Source

Please Sign in or register to post replies

Write your reply to:

Draft