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.0.0.0 (8.1.5347.20411)
Parameters
- cart
- Type: CMS.Ecommerce ShoppingCartInfo
Shopping cart to calculate shipping discount for.
- shipping
- Type: System Double
Base price of shipping to apply discounts to.
Return Value
Type: DoubleSee Also