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
contextPriceContext- The information about the price context.
selectionPriceProductSelection- The information about the product context.
Returns
Remarks
See the interface description of IInformativePriceInfoProvider for example of implementation.