| 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
)
Public Overridable Function IsLivePriceEnabledForProduct (
product As Product
) As Boolean
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
The product
Return Value
Type:
BooleanTrue if product is enabled for the live prices, otherwise false.
See Also