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.
Call this method on an evaluated cart
Evaluate.
The remaining amount is calculated from
TotalItemsPrice.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public decimal CalculateRemainingAmountForFreeShipping()
Return Value
Type:
DecimalSee Also