Click or drag to resize

LiveIntegrationAddInCalculatePriceUsingProductNumber Property

Use product number in price calculation

Namespace:  Dynamicweb.Ecommerce.LiveIntegration
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
[AddInParameterAttribute("Use product number in price calculation")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "NewUIcheckbox=true;")]
[AddInParameterGroupAttribute("B) Products")]
[AddInParameterOrderAttribute(90)]
public bool CalculatePriceUsingProductNumber { get; set; }

Property Value

Type: Boolean
true if [calculate price using product number]; otherwise, false.

Implements

ISettingsCalculatePriceUsingProductNumber
See Also