Click or drag to resize
TaxClassInfoProviderGetTaxes Method (ShoppingCartInfo)
Returns DataSet with all taxes which should be applied the shopping cart items.

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

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart

Return Value

Type: DataSet
See Also