Copied to clipboard

Flag this post as spam?

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


  • Nguyen Hien 52 posts 133 karma points
    Mar 02, 2016 @ 04:36
    Nguyen Hien
    0

    Product Collection didn't update with new product

    When I created new product in umbraco backend and I refreshed Product Collection page, new product didn't appear. I use this code to get product collection.

    var merchello = new MerchelloHelper();

    var queryresult = merchello.Query.Product.GetFromCollection(new Guid(category), page, itemsPerPage, "Sku");

    productList = queryresult.Items;

    What problem with new product?

Please Sign in or register to post replies

Write your reply to:

Draft