IConditionalDiscount Interface |
Namespace: CMS.Ecommerce
public interface IConditionalDiscount
The IConditionalDiscount type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyFurtherDiscounts |
Indicates that further discounts (in order of DiscountOrder) are to be processed.
|
![]() | DiscountCartCondition |
Macro condition regarding shopping cart which must be satisfied to be able to use discount
|
![]() | DiscountItemMinOrderAmount |
Minimum order discount amount.
|
![]() | DiscountItemOrder |
Discount order used to define its priority (1 is the highest priority).
|
![]() | DiscountProductCondition |
Macro condition regarding products which must be satisfied to be able to use discount
|
Name | Description | |
---|---|---|
![]() | ApplyTogetherWith |
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.
|