Click or drag to resize
EcommerceTransformationFunctionsGetSKUListPrice Method
Returns an SKU list price based on the SKU data and the data of the current shopping cart.

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 GetSKUListPrice(
	SKUInfo sku
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
An SKU object

Return Value

Type: Decimal
See Also