Interface ISupportPriceInfo
- Namespace
- Dynamicweb.Ecommerce.Prices
- Assembly
- Dynamicweb.Ecommerce.dll
[Obsolete("Use IPriceInfoProvider instead that takes a complete price and product context.")]
public interface ISupportPriceInfo
Methods
FindPriceInfo(Product, double, string, Currency, string, User)
Finds the price info.
PriceInfo FindPriceInfo(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 ISupportPriceInfo for example of implementation.