Click or drag to resize
CustomProductProvider Methods

The CustomProductProvider type exposes the following members.

Methods
  NameDescription
Public methodExtractPrices
Extracts the prices.
(Inherited from ProductProviderBase.)
Public methodFillProductPrices
Fills the product prices.
(Inherited from ProductProviderBase.)
Public methodFillProductValues
Fills the product values.
(Inherited from ProductProviderBase.)
Public methodGetPrice
Gets the price.
(Overrides ProductProviderBaseGetPrice(ProductInfo, Double).)
Public methodGetProductFromVariantComboId
Gets the product from variant combo identifier.
(Inherited from ProductProviderBase.)
Public methodGetProductIdentifier
Gets the product identifier.
(Overrides ProductProviderBaseGetProductIdentifier(Product).)
Public methodIsLivePriceEnabledForProduct
Checks if the product is enabled for the live prices requests. Override this method if you want to skip some products from being looked up in the ERP.
(Inherited from ProductProviderBase.)
Top
See Also