Click or drag to resize
IShoppingCartAdapterService Interface
Service providing an interface between ShoppingCartInfo and the calculation pipeline.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface IShoppingCartAdapterService

The IShoppingCartAdapterService type exposes the following members.

Methods
  NameDescription
Public methodApplyCalculationResult
Applies result values to given ShoppingCartInfo.
Public methodGetCalculationRequest
Collects information necessary for the calculation from given ShoppingCartInfo and stores it in CalculationRequest.
Public methodGetCalculationResult
Creates the CalculationResult object used to store calculation results (subtotals, price summaries etc.).
Top
See Also