The total quantity of items offered for sale, minimum = 0, cannot leave blank.
If the item has attributes, the summation of the quantity_total for all attributes automatically overwrites the value you enter here.
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public int DefaultQuantityTotal { get; set; }
public int DefaultQuantityTotal { get; set; }
Public Property DefaultQuantityTotal As Integer
Get
Set
Public Property DefaultQuantityTotal As Integer
Get
Set
public:
property int DefaultQuantityTotal {
int get ();
void set (int value);
}
public:
property int DefaultQuantityTotal {
int get ();
void set (int value);
}
member DefaultQuantityTotal : int with get, set
member DefaultQuantityTotal : int with get, set