Click or drag to resize
IShoppingCartCalculator Interface
Represents one part of shopping cart calculation pipeline.

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

The IShoppingCartCalculator type exposes the following members.

Methods
  NameDescription
Public methodCalculate
Runs shopping cart calculation based on given calculation related data.
Top
See Also