Click or drag to resize
MultiBuyDiscountsApplicatorDiscountApplications Property
Dictionary of multibuy discounts application [Discount -> [CartItem -> DiscountedUnitsCount]]. Key is applied discount and value is dictionary with discounted cart items as keys and discounted units count as value.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected Dictionary<IMultiBuyDiscount, Dictionary<ShoppingCartItemInfo, int>> DiscountApplications { get; }

Property Value

Type: DictionaryIMultiBuyDiscount, DictionaryShoppingCartItemInfo, Int32
See Also