Page 1 of 1

Minimum Order Quantity and Minimum Multiple Order Quantity

Posted: 09 Jul 2024, 15:00
by keep2000
It seems that when I set the Minimum Order Quantity and Minimum Multiple Order Quantity, it doesn't affect the layout. Shouldn't the Minimum Order Quantity be the default value of the input? Also, shouldn't the plus/minus icons be modified using the Minimum Multiple Order Quantity? Currently, I have set both to 5, but I can still order 1 or 7.

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Posted: 09 Jul 2024, 16:47
by Jan
Hi, this rule is checked on checkout page, where it does not allow you to order it.

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Posted: 09 Jul 2024, 23:18
by keep2000
This is a bit confusing to me. I can add a certain amount of products to the cart but can't order them?
What do you think about using <input type="number" min="5" step="5"

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Posted: 16 Jul 2024, 16:43
by Jan
The last control is always in checkout. Just imagine, you add some amount of products into the cart, then you leave it. In the meantime, the rules will change on the e-shop and you open your browser with your cart. Then the amount is checked in checkout.

Yes, the step rule could be additional feature but the final decision will be always made in checkout.

Added to feature request:
https://github.com/PhocaCz/PhocaCart/issues/240

Jan

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Posted: 17 Jul 2024, 14:57
by keep2000
I totally agree, but I think we need both of them :)
Thank you for adding the request