MultiBuyDiscountsEvaluator RememberUsedItems Method Kentico 8.1 API Reference
Remembers that given items in given number of units were used for given discount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

discountingItemsCounts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineKeyValuePair ShoppingCartItemInfo, OnlineInt32  
Items with unit counts to mark as already used as base for discount.
discountedItemsCounts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineKeyValuePair ShoppingCartItemInfo, OnlineInt32  
Items with unit counts to mark as already discounted.
See Also