Click or drag to resize
ShoppingCartInfoProviderCalculateShippingTaxInternal Method
Calculates single tax which is applied to shipping option. 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 CalculateShippingTaxInternal(
	ShoppingCartInfo cart,
	DataTable taxes,
	DataRow tax
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart
taxes
Type: System.DataDataTable
Table with taxes which were already calculated
tax
Type: System.DataDataRow
Data of the tax which is used for tax calculation

Return Value

Type: Double
See Also