Click or drag to resize
ShoppingCartItemInfoProviderCreateTaxRow Method
Creates one row of the taxes table with the data which are calculated from the shopping cart item and specified tax.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DataRow CreateTaxRow(
	ShoppingCartItemInfo item,
	IItemTax tax
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Shopping cart item
tax
Type: CMS.EcommerceIItemTax
Tax which should be applied to the shopping cart item

Return Value

Type: DataRow
See Also