Click or drag to resize
SKUInfoProviderGetSKUPriceInternal Method (SKUInfo, ShoppingCartInfo)
Returns value of the SKU catalog price based on the SKU data and shopping cart data. By default value from SKUPrice field is returned.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual double GetSKUPriceInternal(
	SKUInfo sku,
	ShoppingCartInfo cart
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU data
cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart data

Return Value

Type: Double
See Also