CartDiscountsFilter ApplyMinOrderAmountFilter Method Kentico 8.0 API Reference
Filters given discounts and leaves only those which discount minimum order amount is less than total item price with catalog and order discounts applied.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

discounts
Type: OnlineSystem.Collections.Generic IEnumerable IConditionalDiscount 
Conditional discounts to be filtered.
orderPrice
Type: OnlineSystem Double
Total order price.

Return Value

Type: OnlineIEnumerable IConditionalDiscount 
See Also