Click or drag to resize
SKUInfoGetSKUPrice Method
Get SKU price in given currency. Its basic SKU price without adjustments like taxes, discounts, options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public double GetSKUPrice(
	CurrencyInfo currency
)

Parameters

currency
Type: CMS.EcommerceCurrencyInfo
Target currency

Return Value

Type: Double
Exceptions
ExceptionCondition
ExceptionException is thrown in case of invalid parameters.
See Also