Table of Contents

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

product Product
The product.
quantity double
The quantity.
variantId string
The variant ID.
currency Currency
The currency.
unitId string
The unit ID.
user User
The user.

Returns

PriceInfo
A PriceInfo object.

Remarks

See the interface description of ISupportPriceInfo for example of implementation.
To top