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