Table of Contents

Interface IInformativePriceInfoProvider

Namespace
Dynamicweb.Ecommerce.Prices
Assembly
Dynamicweb.Ecommerce.dll

To completely take over informative price calculation from eCommerce, create a class that implements this interface and overwrites FindInformativePriceInfo

public interface IInformativePriceInfoProvider

Methods

FindInformativePriceInfo(PriceContext, PriceProductSelection)

Finds the informative price info.

PriceInfo FindInformativePriceInfo(PriceContext context, PriceProductSelection selection)

Parameters

context PriceContext

The information about the price context.

selection PriceProductSelection

The information about the product context.

Returns

PriceInfo

A PriceInfo object.

Remarks

See the interface description of IInformativePriceInfoProvider for example of implementation.

To top