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

Display banners for category page

Step 1: Create static block.
Login to the magento admin panel and click on “CMS > Static blocks” and create new static block.
Just remember the name of static block here ;).

Step 2: Assign static block to the category.
Once the step 1 is complete go to the “Catalog > Manage Categories”. Select/ Click the category from left menu. It will reload the right hand panel data. Select “Display Settings” tab from right hand panel.
Now change
I) “Display Mode” drop down value “product only” to “static block and prodcut”.
II) Now select the cms block from drop down list of “CMS Block” field and click on save category button.

Now go to front-end and select the category page for whom you have just set the cms block. It will show you banner at the top of product list.