Remembers that given items in given number of units were used for given discount.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- discountingItemsCounts
- Type:
System.Collections.Generic IEnumerable
KeyValuePair ShoppingCartItemInfo,
Int32
Items with unit counts to mark as already used as base for discount.
- discountedItemsCounts
- Type:
System.Collections.Generic IEnumerable
KeyValuePair ShoppingCartItemInfo,
Int32
Items with unit counts to mark as already discounted.
See Also