Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento: limit product max quantity to 1 per order. quantity 2 = 2 orders

Is it anyhow possible to limit specific products in Magento to a max quantity of one per order? This means the user can only order one product at a time. If he wants to order the product twice he has to do a second order. This is very important for me for the later order workflow.

Thx for your help, I appreciate it!

Kind regards, Manu

like image 865
Manuel Avatar asked Sep 11 '25 05:09

Manuel


2 Answers

Yes, you can limit the maximum quantity of a product in the shopping cart by editing the value on the Inventory tab when editing a product. See screenshot below. In your case, you'd want to uncheck Use Config Settings and set the value to 1.

Product page Inventory tab

like image 72
nachito Avatar answered Sep 13 '25 21:09

nachito


Well above answer is useful to restrict a single product to add in cart not for Restricting Maximum Qty Allowed in Shopping Car. To change this setting fallow bellow steps.

First login into Magento admin then Go to System>>Configuration then use this configuration settings.

enter image description here

like image 42
Abhijeet kumar sharma Avatar answered Sep 13 '25 21:09

Abhijeet kumar sharma