Click or drag to resize
ShoppingCartInfoExchangeRateForGlobalItems Property
Exchange rate from global main currency to shopping cart currency. This exchange rate is applied to all global items (products, discounts, taxes, shipping option) which are present in the shopping cart to express their price in shopping curt currency. If site uses global currencies, it is equal to exchange rate from site main currency to shopping cart currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public double ExchangeRateForGlobalItems { get; set; }

Property Value

Type: Double
See Also