Click or drag to resize
ShoppingCartInfoProviderSetContentTaxRow 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: 9.0.0
Syntax
C#
public static void SetContentTaxRow(
	ShoppingCartItemInfo item,
	DataTable contentTaxesTable
)

Parameters

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