CartDiscountsFilter Class |
Namespace: CMS.Ecommerce
public class CartDiscountsFilter : DiscountsFilterBase
The CartDiscountsFilter type exposes the following members.
Name | Description | |
---|---|---|
CartDiscountsFilter |
Constructor.
|
Name | Description | |
---|---|---|
ApplyMinOrderAmountFilter |
Filters given discounts and leaves only those which discount minimum order amount is less than total item price with catalog and order discounts applied.
| |
DiscountIsUsable |
Returns true if condition in given discount is satisfied using Resolver object.
(Inherited from DiscountsFilterBase.) | |
Filter |
Filters given discounts and leaves only those which conditions and min amounts are met.
| |
FilterDiscounts |
Returns discounts for which method DiscountIsUsable returns true.
Filtering stops when the first discount without ApplyFurtherDiscounts flag found.
(Inherited from DiscountsFilterBase.) | |
GetCondition |
Returns DiscountCartCondition from given discount object.
(Overrides DiscountsFilterBaseGetCondition(IConditionalDiscount).) |
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
Resolver |
Macro resolver to be used for resolving discount conditions.
(Inherited from DiscountsFilterBase.) |