Interface ISupportInformativePriceInfo
- Namespace
- Dynamicweb.Ecommerce.Prices
- Assembly
- Dynamicweb.Ecommerce.dll
DEPRECATED
To completely take over informative price calculation from eCommerce, create a class that implements this interface and overwrites FindInformativePriceInfo
[Obsolete("Use Dynamicweb.Ecommerce.Prices.IInformativePriceInfoProvider instead.")]
public interface ISupportInformativePriceInfo
Methods
FindInformativePriceInfo(Product, double, string, Currency, string, User)
Finds the informative price info.
PriceInfo FindInformativePriceInfo(Product product, double quantity, string variantId, Currency currency, string unitId, User user)
Parameters
productProduct- The product.
quantitydouble- The quantity.
variantIdstring- The variant ID.
currencyCurrency- The currency.
unitIdstring- The unit ID.
userUser- The user.
Returns
Remarks
See the interface description of ISupportInformativePriceInfo for example of implementation.