Click or drag to resize
ShoppingCartInfoExchangeRateToMainCurrency Property
Exchange rate from global main currency to site main 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 site main currency. If site uses global currencies, it is equal to 1.

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

Property Value

Type: Double
See Also