Click or drag to resize
IShoppingCartCalculationFactory Interface
Represents factory providing shopping cart calculator implementations.

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

The IShoppingCartCalculationFactory type exposes the following members.

Methods
  NameDescription
Public methodGetCalculator
Returns calculator implementation based on given SiteInfoIdentifier.
Top
See Also