Maximum Order For All Products

Hello,

I have a lot of products in my store and i want to set for all these products a max order, for example i want for each product to be ordered in max quantity of 3 , can i do this for all the products, without modyfing the max product quantity for each product, since i have a lot of products?

Thanks in advance

you can select multiple products at once 100, 100, 400 etc and go to edit and select all max order qty in one go, if all the max order qty is the same.

https://prnt.sc/mwh6ch

or you can export the max order qty filed in all products and re import after altering in spreadsheet

https://prnt.sc/mwh71r

phpMyAdmin:

UPDATE cscart_products SET max_qty=XX WHERE (whatever condition you want to place or 1 if all).

XX would be 3 in your case.