Click or drag to resize
ICatalogPriceCalculatorFactory Interface
Represents a factory creating site specific calculators of product catalog prices.

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

The ICatalogPriceCalculatorFactory type exposes the following members.

Methods
  NameDescription
Public methodGetCalculator
Returns a catalog price calculator usable on the specified site.
Top
See Also