EcommerceTransformationFunctionsGetSKUOriginalPrice Method |
Returns SKURetailPrice or price before discounts if saving is bigger.
Returns zero if price saving is zero.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 12.0.0
Syntax public static decimal GetSKUOriginalPrice(
SKUInfo sku
)
Parameters
- sku
- Type: CMS.EcommerceSKUInfo
Product to calculate original price for.
Return Value
Type:
DecimalSee Also