ShoppingCartInfoCalculateRemainingAmountForFreeShipping Method |
Returns remaining amount for free shipping.
Method returns 0 if the cart is null or if there is no valid discount or if free shipping is already applied.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax public double CalculateRemainingAmountForFreeShipping()
Return Value
Type:
DoubleSee Also