Click or drag to resize
EcommerceTransformationFunctionsGetSKUOriginalPrice Method
Returns SKURetailPrice or price before discounts if saving is bigger. Returns zero if price saving is zero.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static decimal GetSKUOriginalPrice(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
Product to calculate original price for.

Return Value

Type: Decimal
See Also