Click or drag to resize
ECommerceSettingsEnableOrderItemEditing Property
If true, order item parameters, such as order item name and order item unit price, can be modified when editing an existing order. Value is taken from webconfig key CMSEnableOrderItemEditing. Default value is false.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool EnableOrderItemEditing { get; }

Property Value

Type: Boolean
See Also