Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public double CalculateRemainingAmountForFreeShipping()

Return Value

Type: Double
See Also