Jump to content

How to make table product on featured Product for all product


Recommended Posts

Hai all

I want to know, how to make table product on featured product for all product. maybe like this ilustration :

 

------------------------------------------------------------------------------------------------------------------------------

Name Product

 

    Picture                     Description Product                         Status Product    Price         Menu order                  

 

------------------------------------------------------------------------------------------------------------------------------

Name Product

 

    Picture                     Description Product                         Status Product    Price         Menu order        

 

 

------------------------------------------------------------------------------------------------------------------------------

 

etc for all product

 

 

So, How can make like this?

 

thnak you for your help

 

 

Note : all design its same....

Link to comment
Share on other sites

you have to modify homefeatured.tpl file

instead of <li> object create there

<tr><td>picture</td><td>description</td><td>status</td><td>Price</td><td>add to cart</td></tr>

just copy and paste apopriate elements of <li> to table cells (<td>)

Link to comment
Share on other sites

×
×
  • Create New...