| ShoppingCartInfoProviderSetContentTaxRowInternal Method  | 
            Appends or updates taxes records in table specified by contentTaxesTable parameter according to given item taxes.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntaxprotected 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