Calculates single tax which is applied to shipping option. Result is in site main currency.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- cart
- Type: CMS.Ecommerce.ShoppingCartInfo
Shopping cart
- taxes
- Type: System.Data.DataTable
Table with taxes which were already calculated
- tax
- Type: System.Data.DataRow
Data of the tax which is used for tax calculation
Return Value
Type: DoubleSee Also