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
Post a Comment