SKUInfoProviderGetSKUPriceInternal Method (SKUInfo, ShoppingCartInfo, String) |
Returns value of the SKU catalog price based on the SKU data and shopping cart data.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax protected virtual double GetSKUPriceInternal(
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 from which the SKU price should be retrieved. If empty, SKUPrice column is used.
Return Value
Type:
DoubleSee Also