Click or drag to resize
ShoppingCartInfoProviderCalculateTotalPrice Method
Calculates total price of the shopping cart. All discounts, taxes and shipping are included.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static double CalculateTotalPrice(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart

Return Value

Type: Double
See Also