Friday 6 March 2015

Set Default Quantity to 1 in Magento

By default, the quantity box on the product page is always blank and that is not very user friendly. It would be great if the box would be set to "1" by default .

Now this can be done without any programming – only through configuration changes in the backend as follows:

    Go to Admin Panel -> System -> Configuration -> Inventory-> Product Stock Options from the Menu
    Click on Add Minimum Qty button (next to Minimum Qty Allowed in Shopping Cart option)
    Choose Customer Group: ALL GROUPS as you want this to be applied to all users
    Enter 1 for Minimum Qty
    Save Config

No comments:

Post a Comment