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. Call this method on an evaluated cart Evaluate. The remaining amount is calculated from TotalItemsPrice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public decimal CalculateRemainingAmountForFreeShipping()

Return Value

Type: Decimal
See Also