Click or drag to resize
IShippingDiscountSource Interface
Represents a source of shipping discounts.

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

The IShippingDiscountSource type exposes the following members.

Methods
  NameDescription
Public methodGetDiscounts
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.
Public methodGetRemainingAmountForFreeShipping
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.
Top
See Also