ShoppingCartInfo ApplyExchangeRate Method (Double, Boolean)Kentico 8.0 API Reference
Returns price in shopping cart currency.

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

Parameters

price
Type: OnlineSystem Double
Price to which the exchange rate should be applied
forGlobalItems
Type: OnlineSystem Boolean
True - exchange rate for global items is used (price is expected in global main currency), False - exchange rate for site items is used (price is expected in site main currency).

Return Value

Type: OnlineDouble
See Also