Minimum Order Quantity and Minimum Multiple Order Quantity

Phoca Cart - complex e-commerce extension
keep2000
Phoca Enthusiast
Phoca Enthusiast
Posts: 51
Joined: 14 Nov 2022, 12:04

Minimum Order Quantity and Minimum Multiple Order Quantity

Post 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.

Tags:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Post by Jan »

Hi, this rule is checked on checkout page, where it does not allow you to order it.
If you find Phoca extensions useful, please support the project
keep2000
Phoca Enthusiast
Phoca Enthusiast
Posts: 51
Joined: 14 Nov 2022, 12:04

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Post 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"
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Post 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
If you find Phoca extensions useful, please support the project
keep2000
Phoca Enthusiast
Phoca Enthusiast
Posts: 51
Joined: 14 Nov 2022, 12:04

Re: Minimum Order Quantity and Minimum Multiple Order Quantity

Post by keep2000 »

I totally agree, but I think we need both of them :)
Thank you for adding the request
Post Reply