Click or drag to resize
ShoppingCartInfoCartItemsMultiBuyDiscountNames Property
Dictionary with cart item id as key and list of his multi buy discount as value.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public Dictionary<int, List<string>> CartItemsMultiBuyDiscountNames { get; set; }

Property Value

Type: DictionaryInt32, ListString
See Also