ab12 Posted December 4, 2011 Share Posted December 4, 2011 Hi everyone. How can I make product list (category view) as a table with columns: image, name, feature 1, feature n, attribute 1,price and quantity input, with a add to card button. User can click name for details. ____________________________________________________________________________________ |name |feature 1 |feature 2 |attrib 3 |price | Quantity | Add to Card | -----------------------------------------------------------------------------------| |apple |apple |green |sweet |10 | ........ | Add to Card | |pear |pear |green |sweet |15 | ........ | Add to Card | |banana |banana |yellow |void |20 | ........ | Add to Card | ____________________________________________________________________________________ Thanks. Link to comment Share on other sites More sharing options...
ab12 Posted December 6, 2011 Author Share Posted December 6, 2011 No response Link to comment Share on other sites More sharing options...
jumpink Posted March 10, 2012 Share Posted March 10, 2012 Hi everyone. How can I make product list (category view) as a table with columns: image, name, feature 1, feature n, attribute 1,price and quantity input, with a add to card button. User can click name for details. ____________________________________________________________________________________ |name |feature 1 |feature 2 |attrib 3 |price | Quantity | Add to Card | -----------------------------------------------------------------------------------| |apple |apple |green |sweet |10 | ........ | Add to Card | |pear |pear |green |sweet |15 | ........ | Add to Card | |banana |banana |yellow |void |20 | ........ | Add to Card | ____________________________________________________________________________________ Thanks. Did you ever find a solution to this problem? Link to comment Share on other sites More sharing options...
Prescol Posted March 10, 2012 Share Posted March 10, 2012 You´ll need to modify the productlist.tpl file, and edit the function getProducts in category class. If you don´t know about programming and prestashop i do not recommend do it. Link to comment Share on other sites More sharing options...
Recommended Posts