Click or drag to resize

LiveIntegrationAddInEnableLivePrices Property

Gets or sets a value that determines if live prices are retrieved from the ERP.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Enable live prices")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(63)]
public bool EnableLivePrices { get; set; }

Property Value

Type: Boolean
true if [enable live prices]; otherwise, false.

Implements

ISettingsEnableLivePrices
See Also