Click or drag to resize
ShoppingCartItemInfoProviderCalculateUnitTaxInternal Method
Calculates single tax which is applied to one shopping cart item unit. Result is in site main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual double CalculateUnitTaxInternal(
	ShoppingCartItemInfo item,
	IItemTax tax
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item
tax
Type: CMS.EcommerceIItemTax
Data of the tax which is used for unit tax calculation

Return Value

Type: Double
See Also