ProductProviderBase Methods |
The ProductProviderBase type exposes the following members.
Name | Description | |
---|---|---|
ExtractPrices |
Extracts the prices.
| |
FillProductValues |
Fills the product values.
| |
GetPrice |
Gets the price.
| |
GetProductFromVariantComboId |
Gets the product from variant combo identifier.
| |
GetProductIdentifier(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.
| |
GetProductIdentifier(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.
| |
GetProductPrices |
Gets the product prices list.
| |
IsLivePriceEnabledForProduct |
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.
|