ShoppingCartInfoApplyExchangeRateFromGlobalMainCurrency Method |
Returns price in main currency of the site the shopping cart belongs to.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public double ApplyExchangeRateFromGlobalMainCurrency(
double price
)
Parameters
- price
- Type: SystemDouble
Price in global main currency to which the exchange rate should be applied
Return Value
Type:
DoubleSee Also