moonmosaic Posted August 6, 2014 Share Posted August 6, 2014 I have some products that need customizing. In the older version of prestashop this appeared just under the product. Now it appears under all the other hooks such as product category module or brought products module. I tried tweaking the product.tpl file but now there is a customization menu under the product even there is no customization needed and I get an error message in the back office. Obviously I am placing the customization section of the product.tpl in the wrong place. Where should it go? TIA Link to comment Share on other sites More sharing options...
moonmosaic Posted August 6, 2014 Author Share Posted August 6, 2014 I think it is product.tpl I never looked on product-list.tpl. Where do you need to do costumizations in product-list.tpl or product.tpl?I mean in witch page do you need to see changes in list or detailed product? Here is a screenshot. I believe it is product.tpl. Link to comment Share on other sites More sharing options...
moonmosaic Posted August 8, 2014 Author Share Posted August 8, 2014 Where do I place the customization section in the product.tpl file? Link to comment Share on other sites More sharing options...
moonmosaic Posted August 8, 2014 Author Share Posted August 8, 2014 This is where I placed it but it gave me an error and the product customization tab appeared even when there wasn't in the configuration. Here is where I moved it just after the "more info" section. ...and I noticed that in the old version of prestashop had this line:- <!-- Customizable products --> {if $product->customizable} <ul class="idTabs"> The new version does not have this. Link to comment Share on other sites More sharing options...
Recommended Posts