ShoppingCartInfoCartItemsMultiBuyDiscountNames Property |
Dictionary with cart item id as key and list of his multi buy discount as value.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public Dictionary<int, List<string>> CartItemsMultiBuyDiscountNames { get; set; }
Property Value
Type:
DictionaryInt32,
ListStringSee Also