delete-account-pleas Posted September 13, 2014 Share Posted September 13, 2014 (edited) hey all, a picture is worth a thousand words.. I want to group my Data Sheet as you see here above Is there a way to add this / use this in prestashop ? Edited September 17, 2014 by funstad (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted September 14, 2014 Share Posted September 14, 2014 The display of that page is defined in the file product.tpl in your theme directory. Every theme provider may program things slightly different but usually it starts with somethings like {if (isset($features) && $features)} {foreach from=$features item=feature} So if you want a specific product differently you would have to make something like: {if (isset($features) && $features)} {if $product->id == "1234"} make something nice.... {else} {foreach from=$features item=feature} Link to comment Share on other sites More sharing options...
delete-account-pleas Posted September 17, 2014 Author Share Posted September 17, 2014 Solved. changed a out of date module to a working one. Example frontoffice: example backoffice: Link to comment Share on other sites More sharing options...
alin001 Posted October 19, 2014 Share Posted October 19, 2014 Solved. changed a out of date module to a working one. Example frontoffice: example backoffice: Hi funstad, is there a chance you can share the solution? Link to comment Share on other sites More sharing options...
Recommended Posts