Click or drag to resize
StrandsProductsProviderGetItemIDsFromCurrentShoppingCart Method
Gets all products from current user shopping cart and finds corresponding nodes.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<string> GetItemIDsFromCurrentShoppingCart()

Return Value

Type: IEnumerableString
Collection containing all node IDs representing current user shopping cart items
See Also