Click or drag to resize
TaxClassInfoProviderGetTaxesInternal 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#
protected virtual DataSet GetTaxesInternal(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart

Return Value

Type: DataSet
See Also