Click or drag to resize
SKUInfoProvider.CalculateSKUDiscountInternal Method
Calculates specified catalog discount which should be applied to the given product. Result is in site main currency.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual double CalculateSKUDiscountInternal(
	SKUInfo sku,
	ShoppingCartInfo cart,
	IItemDiscount discount,
	double priceAfterDiscount
)

Parameters

sku
Type: CMS.Ecommerce.SKUInfo
SKU data
cart
Type: CMS.Ecommerce.ShoppingCartInfo
Shopping cart data
discount
Type: CMS.Ecommerce.IItemDiscount
Discount data
priceAfterDiscount
Type: System.Double
SKU price after previous discounts

Return Value

Type: Double
See Also