I would like to set minimum quantity in my magento site…
Magento configuration allows me to set minimum quantity per product.. But I want to set minimum quantity per order..
I mean my customer can
mix any products that he/she would like to get to the minimum quantity..
PS: I found a thread in magento forums which explains how to set minimum order amount.. Can anyone help me to modify this code for minimum quantity?.. Thanks
Have many way to do that, you can go toapp\design\frontend\yourstore\2012\template\checkout\onepage\link.phtml or to your link.phtml the one what you are using. Try remove the code and see if the checkout button miss, if is missing, you are on the right place.
So, there put this code(change all):
This solve your problem.