ShippingOptionInfoProviderCalculateShippingDiscount Method |
Calculates shipping discount for supplied shopping cart. Uses ShippingDiscounts collection of cart.
Resulting discount will not be higher that shipping.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static double CalculateShippingDiscount(
ShoppingCartInfo cart,
double shipping
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart to calculate shipping discount for. - shipping
- Type: SystemDouble
Base price of shipping to apply discounts to.
Return Value
Type:
DoubleSee Also