Click or drag to resize
ShoppingCartInfoProviderCalculateTotalTaxInternal Method
Calculates total tax which is applied to all shopping cart items altogether. Result is in site main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual double CalculateTotalTaxInternal(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart

Return Value

Type: Double
See Also