| 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; }
<AddInParameterAttribute("Use product number in price calculation")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "NewUIcheckbox=true;")>
<AddInParameterGroupAttribute("B) Products")>
<AddInParameterOrderAttribute(90)>
Public Property CalculatePriceUsingProductNumber As Boolean
Get
Set
Property Value
Type:
Booleantrue if [calculate price using product number]; otherwise,
false.
Implements
ISettingsCalculatePriceUsingProductNumberSee Also