Click or drag to resize
MultiBuyDiscountAutoAddEnabled Property
Indicates if product is added to cart automatically, the system adds product to shopping cart only when the discount is percentage and set 100 % off.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public bool AutoAddEnabled { get; }

Property Value

Type: Boolean

Implements

IMultiBuyDiscountAutoAddEnabled
See Also