StrandsProductsProviderGetItemsIDsFromRecentOrder Method |
Gets all products from current customer/user most recent order and finds corresponding nodes.
Namespace: CMS.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntax public static IEnumerable<string> GetItemsIDsFromRecentOrder()
Return Value
Type:
IEnumerableStringCollection containing all node IDs representing current customer/user most recent order
See Also