ShoppingCartItemInfo InvalidateCalculations Method (Boolean, Boolean, Boolean, Boolean)Kentico 8.0 API Reference
Invalidates calculated discounts, taxes and prices.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

discounts
Type: OnlineSystem Boolean
True - Both shopping cart item table with calculated discounts and all discounts totals are cleared.
taxes
Type: OnlineSystem Boolean
True - Both shopping cart item table with calculated taxes and all taxes totals are cleared.
discountsTotals
Type: OnlineSystem Boolean
True - Only shopping cart item discounts totals are cleared.
taxesTotals
Type: OnlineSystem Boolean
True - Only shopping cart item taxes totals are cleared.
See Also