cancel
Showing results for 
Search instead for 
Did you mean: 

Different minimum product qty frontend and backend

Different minimum product qty frontend and backend

When creating order backend, would like to add 1x sku 1234 and 5x sku 5678
When creating order frontend, the minimum qty is 6x sku 1234 and 6x sku 5678
With an increment 6x 12x 18x 24x till 60x

Is this possible?
3 REPLIES 3

Re: Different minimum product qty frontend and backend

HI @bob_cornelissen,

Unfortunately, you can't set different minimum quantity for front-end and  backend sapertly. Because inventory is a global setting. 

 

But you can set minimum quantity global from store configuration or at the product level as well. 

 

You can set minimum quantity at product level, add/edit product then "Advanced Inventory tab", enter minimum quantity. 

PFA for the reference. 

pasted_image.png

 

Let me know if you have query. 

Re: Different minimum product qty frontend and backend

Is there a way we can use different customer groups. For order input frontend and backend. There is an option “Minimum Qty Allowed in Shopping Cart (Global)”
Maybe with code in backend order creation it is using customer group “customerbackend” with value 1. And all other customer groups value 6?

Re: Different minimum product qty frontend and backend

Hi @bob_cornelissen,

Yes, you can use the admin configuration settings as well. 

But It will be global for all the products. You can't mange it at products level, means if you set minimum qty = "5" then it will be applicabe for all the products. 

It will restrict to user on the frontend only. Admin user can add any items in cart of admin order. Because it is not applicable for admin. We can't assign any customer group to the admin user. 

If you want minimum quantity for all the products then this solution will work. 

PFA.

pasted_image.png

You can add customer group minimum quantity from the admin configuration. 

Admin->Store->Configuration->Catalog->Inventory->Product Stock Option

I hope it will help you and resolve your problem.