Click or drag to resize
ShoppingCartInfoApplyExchangeRateFromGlobalMainCurrency Method
Returns price in main currency of the site the shopping cart belongs to.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
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: Double
See Also