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
Remarks
See the interface description of IInformativePriceInfoProvider for example of implementation.