Click or drag to resize
EcommerceTransformationFunctionsGetSKUPrice Method
Returns an SKU catalog price based on the sku data and the data of the current shopping cart. Taxes are included based on the site settings.

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

Parameters

sku
Type: CMS.EcommerceSKUInfo
An SKU object

Return Value

Type: Decimal
See Also