![]() | ProductPriceProvider Class |
Namespace: Dynamicweb.Ecommerce.LiveIntegration.Products
The ProductPriceProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | ProductPriceProvider | Initializes a new instance of the ProductPriceProvider class |
Name | Description | |
---|---|---|
![]() | HandlePricesExclusively |
Property indicating whether this PriceProvider handles all prices.
(Inherited from PriceProvider.) |
Name | Description | |
---|---|---|
![]() | FindInformativePrice(Product, Double, String, Currency, String, User) |
Finds the informative price. Must be overriden.
(Inherited from PriceProvider.) |
![]() | FindInformativePrice(Product, Double, String, Currency, String, User, String) |
Finds the informative price. Must be overriden.
(Inherited from PriceProvider.) |
![]() | FindPrice(Product, Double, String, Currency, String, User) |
Finds the price..
(Overrides PriceProviderFindPrice(Product, Double, String, Currency, String, User).) |
![]() | FindPrice(Product, Double, String, Currency, String, User, Double) |
Finds the price for a given product in a given context. Can be called to show the price of a product, show the price of a product for a specific user, unit etc. Must be overriden.
(Inherited from PriceProvider.) |
![]() | FindPrice(Product, Double, String, Currency, String, User, Double, String) |
Finds the price for a given product in a given context. Can be called to show the price of a product, show the price of a product for a specific user, unit etc. Must be overriden.
(Inherited from PriceProvider.) |
![]() | PreparePrices(DictionaryProduct, Double) |
Prepares the prices.
(Overrides PriceProviderPreparePrices(DictionaryProduct, Double).) |
![]() | PreparePrices(IEnumerableProduct) |
Prepares the prices for a list of products shown in the frontend - usually a product list or a list of related products, favorites etc. Must be overriden.
(Inherited from PriceProvider.) |
![]() | PreparePrices(ProductCollection) |
Prepares the prices.
(Overrides PriceProviderPreparePrices(ProductCollection).) |