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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual DataRow CreateContentTaxRowInternal(
	ShoppingCartItemInfo item,
	DataTable taxes,
	DataRow tax
)

Parameters

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

Return Value

Type: DataRow
See Also