Click or drag to resize
DiscountInfoItemDiscountIsGlobal Property
True - says that discounts value is set in global main currency, False - says that discounts value is set in site main currency. Takes effect only if discount value is flat. Used for discount calculation in the shopping cart.

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

Property Value

Type: Boolean

Implements

IItemDiscountItemDiscountIsGlobal
See Also