Click or drag to resize
ShoppingCartInfoProviderCreateShippingTaxRowInternal Method
Creates one row of the shipping taxes table with the data which are retrieved from the specified shipping option tax.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual DataRow CreateShippingTaxRowInternal(
	ShoppingCartInfo cart,
	DataTable taxes,
	DataRow tax
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart
taxes
Type: System.DataDataTable
Table from which the tax row is created
tax
Type: System.DataDataRow
Shipping tax which is used for initialization of the tax row

Return Value

Type: DataRow
See Also