Click or drag to resize
ShoppingCartInfoProviderSetContentTaxRowInternal Method
Appends or updates taxes records in table specified by contentTaxesTable parameter according to given item taxes.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetContentTaxRowInternal(
	ShoppingCartItemInfo item,
	DataTable contentTaxesTable
)

Parameters

item
Type: CMS.EcommerceShoppingCartItemInfo
Item which tax classes are to be included to content taxes table
contentTaxesTable
Type: System.DataDataTable
Shopping cart content taxes table
See Also