Click or drag to resize
IConditionalDiscount Properties

The IConditionalDiscount type exposes the following members.

Properties
  NameDescription
Public propertyApplyFurtherDiscounts
Indicates that further discounts (in order of DiscountOrder) are to be processed.
Public propertyDiscountCartCondition
Macro condition regarding shopping cart which must be satisfied to be able to use discount
Public propertyDiscountItemMinOrderAmount
Minimum order discount amount.
Public propertyDiscountItemOrder
Discount order used to define its priority (1 is the highest priority).
Public propertyDiscountProductCondition
Macro condition regarding products which must be satisfied to be able to use discount
Public propertyItemDiscountDisplayName
Discount display name.
(Inherited from IItemDiscount.)
Public propertyItemDiscountID
Discount identifier.
(Inherited from IItemDiscount.)
Public propertyItemDiscountIsFlat
True - discount value is flat, False - discount value is relative.
(Inherited from IItemDiscount.)
Public propertyItemDiscountIsGlobal
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.
(Inherited from IItemDiscount.)
Public propertyItemDiscountType
Discount type.
(Inherited from IItemDiscount.)
Public propertyItemDiscountValue
Discount value.
(Inherited from IItemDiscount.)
Top
See Also