Click or drag to resize

ProductProviderBase Methods

The ProductProviderBase type exposes the following members.

Methods
  NameDescription
Public methodExtractPrices
Extracts the prices.
Public methodFillProductValues
Fills the product values.
Public methodCode exampleGetPrice
Gets the price.
Public methodGetProductFromVariantComboId
Gets the product from variant combo identifier.
Public methodGetProductIdentifier(Product)
Creates a unique product identifier by concatenating the product ID or number (depends on the CalculatePriceUsingProductNumber setting), the variant ID and the language ID. Override to build up your own unique identifier.
Public methodGetProductIdentifier(Product, String)
Creates a unique product identifier by concatenating the product ID or number (depends on the CalculatePriceUsingProductNumber setting), the variant ID and the language ID. Override to build up your own unique identifier.
Public methodGetProductPrices
Gets the product prices list.
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.
Top
See Also