Is there any way to set up a minimum order quantity so that a user cannot order less than set quantity?
I see that there is a min_quantity field in the database so I set them all to '3' instead of '-1' but that didn't seem to do anything.
Thanks for any help
foxtrotdomains.com
3 May 2008 11:49 AM
Hi Justin:
I have a unique situation in that I want a minimum qty like you do, but my increments are by 250 purchase qty. So my min qty is 100 followed by 250, 500, 750, 1000 ....2000.
In this situation what I have done is as follows:
I removed the "Qty" box selection.
I added my qty in the 'Options Section' of the product. Here I have control over the Qty and the price. In the options section I chose the List Box Option, then at the bottom I have entered all my required qty's and the corresponding price. With this setup I have no price showing for the product.
This way I can have different qty controls for different products if I so wish.
Does this make sense to you? Perhaps this would work for you.
BlackPearlWeb.com
4 May 2008 12:25 AM
Options won't work because the customer should be able to purchase any quantity above 3 without increments.