Click or drag to resize
MultiBuyDiscountsAutoAdder.ProductsToBeAutoAdded 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: 9.0.0
Syntax
C#
public Dictionary<int, int> ProductsToBeAutoAdded { get; }

Property Value

Type: Dictionary<Int32, Int32>
See Also