Click or drag to resize
TaxClassInfoProviderGetShippingTaxes Method
Returns DataSet with all taxes which should be applied to the shopping cart shipping option.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetShippingTaxes(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart

Return Value

Type: DataSet
See Also