Click or drag to resize
CustomProductProvider Class
Class CustomProductProvider.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.ProductsProductProviderBase
    Dynamicweb.Ecommerce.LiveIntegration.ExamplesCustomProductProvider

Namespace: Dynamicweb.Ecommerce.LiveIntegration.Examples
Assembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax
public class CustomProductProvider : ProductProviderBase

The CustomProductProvider type exposes the following members.

Constructors
  NameDescription
Public methodCustomProductProvider
Initializes a new instance of the CustomProductProvider class
Top
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