Click or drag to resize
ICatalogPriceCalculator Interface
Represents a calculator of product catalog prices.

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

The ICatalogPriceCalculator type exposes the following members.

Methods
  NameDescription
Public methodGetAdjustment
Returns a price adjustment corresponding to option when bought with a parent.
Public methodGetPrices
Returns product prices for the specified product or variant.
Top
Remarks
An implementation of this interface is used to obtain product prices in product catalogs and product details.
See Also