Click or drag to resize
ShoppingCartCalculatorCollection Class
Represents the ordered collection of calculation pipeline actions performing shopping cart calculation.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShoppingCartCalculatorCollection

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public sealed class ShoppingCartCalculatorCollection : IShoppingCartCalculator

The ShoppingCartCalculatorCollection type exposes the following members.

Constructors
  NameDescription
Public methodShoppingCartCalculatorCollection
Instantiates a new ShoppingCartCalculatorCollection with given particular calculators.
Top
Methods
  NameDescription
Public methodCalculate
Runs shopping cart calculation on given data.
Top
See Also