Click or drag to resize
StrandsProductsProvider Class
Helper methods for fetching various data needed mainly by Strands Recommendation web part. In general, data are fetched from the contexts (i.e. EcommerceContext) and database.
Inheritance Hierarchy
SystemObject
  CMS.StrandsRecommenderStrandsProductsProvider

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntax
C#
public static class StrandsProductsProvider

The StrandsProductsProvider type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetItemIDsFromCurrentShoppingCart
Gets all products from current user shopping cart and finds corresponding nodes.
Public methodStatic memberGetItemsIDsFromRecentOrder
Gets all products from current customer/user most recent order and finds corresponding nodes.
Top
See Also