magento - Display 4 items per row from any category on magento1.7 home page -
i fresher magento. using magento 1.7.
i want display 4 items per row on magento home category. using wayaat.com free theme. how can display. please guide.
my dummy magento instance doing r&d magento: http://questoons.com/magento/
you can use different list file displaying product, copy original list.phtml file , give name listhome.phtml , put in catalog/product folder , in file change $_columncount
variable $_columncount =4
, done , in cms page change listing file named {{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/listhome.phtml"}}
Comments
Post a Comment