VPCART can handle minimum quantity requirements in two ways.
1. A dropdown list of quantities starting from the amount set in the minimum quantity field of the products table
2. Or VPCART can simply prevent the customer from ordering less than the minimum
The following configuration options allow you to control how quantity requirements are handled.
Xproductminimumquantity |
Setting this to Yes tells VPCART to prevent a customer from ordering less than what is in the minimumquantity field of the products table.
No tells VPCART to generate a drop down list of quantities based on the minimum quantity field. |
Xproductminimumlist |
If No is specified above, this is the number of entries in the drop down list. Default is 6. |
xproductmaximumquantity |
Yes says VPCART should enforce the maximum quantity for the product as specified in the product record |