Click or drag to resize
ShippingCalculatorCalculate Method
Runs shipping calculation based on given calculation related data.

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)
Remarks
Calculator uses the default implementation of the IShippingPriceService to determine the shipping price. Given Result is modified during calculation process. Calculates Shipping price.
See Also