I use one page ordering, so when somebody submits a page, they get 20 odd items added to their cart. I wanted to use minimum order quantity = 4 on some items. However qty is defaulted to 4.
So when a user submits they get the item no matter what
For one page ordering qty should be set to 0. On a page with 50 items you kinda auto-order 4 items because qty is set to min qty when you don't want these items.
Also when you set max qty = min qty, editing the qty on the order page was disabled. Didn't really look at this too much as the first bit was the real stumbler.
So when a user submits they get the item no matter what
For one page ordering qty should be set to 0. On a page with 50 items you kinda auto-order 4 items because qty is set to min qty when you don't want these items.
Also when you set max qty = min qty, editing the qty on the order page was disabled. Didn't really look at this too much as the first bit was the real stumbler.
Comment