IShippingDiscountSource Interface |
Namespace: CMS.Ecommerce
public interface IShippingDiscountSource
The IShippingDiscountSource type exposes the following members.
Name | Description | |
---|---|---|
GetDiscounts |
Returns the shipping discounts for the specified data.
Applied shipping discounts must be running, applicable for the given User and satisfy the discount conditions.
Only shipping discounts satisfying the minimum order amount are returned.
| |
GetRemainingAmountForFreeShipping |
Returns remaining amount for free shipping.
Method checks applicable free shipping offers which DiscountOrderAmount
is larger than orderAmount and returns additional amount to reach free shipping offer.
Method returns 0 if there is no valid discount or if free shipping is already applied.
|