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

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

Property Value

Type: Double
See Also