Click or drag to resize
SKUInfoProviderGetSKUPrice Method (SKUInfo, ShoppingCartInfo, String)
Returns value of the SKU catalog price based on the SKU data and shopping cart data.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static double GetSKUPrice(
	SKUInfo sku,
	ShoppingCartInfo cart,
	string column
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data
cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data
column
Type: SystemString
Name of the column the price should be retrieved from. If empty, SKUPrice column is used.

Return Value

Type: Double
See Also