Click or drag to resize
ShoppingCartInfoApplyExchangeRate Method (Double)
Returns price in shopping cart currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public double ApplyExchangeRate(
	double price
)

Parameters

price
Type: SystemDouble
Price in site main currency to which the exchange rate should be applied

Return Value

Type: Double
See Also