Click or drag to resize

ProductProviderBaseIsLivePriceEnabledForProduct Method

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.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public virtual bool IsLivePriceEnabledForProduct(
	Product product
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
The product

Return Value

Type: Boolean
True if product is enabled for the live prices, otherwise false.
See Also