ajccomp Posted March 1, 2014 Share Posted March 1, 2014 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 More sharing options...
vekia Posted March 2, 2014 Share Posted March 2, 2014 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 More sharing options...
ajccomp Posted March 5, 2014 Author Share Posted March 5, 2014 ok Vekia...i will to try...thanks for you help... Link to comment Share on other sites More sharing options...
vekia Posted March 5, 2014 Share Posted March 5, 2014 and don't forget to change <ul> to <table> Link to comment Share on other sites More sharing options...
Recommended Posts