Click or drag to resize
ShippingOptionInfoProviderCalculateShippingTax Method
Calculates tax value of the shipping option for the given shopping cart. Result is in site main currency.

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

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart object.

Return Value

Type: Double
See Also