Click or drag to resize
IConditionalDiscount Interface
Represents discount which is applicable only if specific macro condition is met.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface IConditionalDiscount

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
Top
Methods
  NameDescription
Public methodApplyTogetherWith
Returns true if this discount is to be applied on the same base as the given discount. False indicates that discounts are to be applied one after another.
Top
See Also