Click or drag to resize
CartItemDiscountCalculatorCalculate Method
Calculates the values of multibuy discounts and stores them to ItemDiscount property.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public void Calculate(
	CalculatorData calculationData
)

Parameters

calculationData
Type: CMS.EcommerceCalculatorData
All calculation related data.

Implements

IShoppingCartCalculatorCalculate(CalculatorData)
See Also