ShoppingCartInfoProviderAutoAddItemsToShoppingCartInternal Method |
Evaluates active discounts and auto add items which can be for free to the shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual void AutoAddItemsToShoppingCartInternal(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart where items will be automatically added in case they could be given for free.
See Also