Click or drag to resize
MultiBuyDiscountsAutoAdderProductsToBeAutoAdded Property
Dictionary with products which could be added to the shopping cart for free in format [SKUID, number of its units].

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

Property Value

Type: DictionaryInt32, Int32
See Also