Click or drag to resize
ShoppingCartInfoProviderEvaluateShippingTaxes Method
Recalculates shipping taxes table (table with summary of all taxes which were applied to the selected shipping option).

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static void EvaluateShippingTaxes(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart
See Also