Click or drag to resize
ShoppingCartAdapterServiceGetCalculationResult Method
Creates the CalculationResult object used to store calculation result (subtotals, price summaries etc.). Items collection contains CalculationResultItem items.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public virtual CalculationResult GetCalculationResult(
	ShoppingCartInfo cartInfo
)

Parameters

cartInfo
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to be calculated.

Return Value

Type: CalculationResult
Instance of the CalculationResult.

Implements

IShoppingCartAdapterServiceGetCalculationResult(ShoppingCartInfo)
See Also