Display product in list using widgets in magento -


i working on magento home page , need display products on home page. have used widgets display products. want display product in list 1 one shows in grid. right showing products in list.

my code :-

{{widget type="highlight/product_popular" title="special" products_count="3"   template="highlight/product/grid.phtml" class_name="highlight-popular"}} 

using code product shown in grid want display in list like:- 1. product1 2. product2

please, suggest how can this.

whatever putting in grid.phtml - change suggested in

base/default/template/catalog/product/list.phtml

as per list mode, code followed it


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -