ShoppingCartItemInfoApplyExchangeRateFromGlobalMainCurrency Method |
Returns price in main currency of the site to which the shopping cart belongs.
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