Dolke Posted July 24, 2013 Share Posted July 24, 2013 (edited) Hi, I noticed another not logical situation in the Prestashop... I really dont know why there are so many Take a look at printscreen below: "Related products" section (slider) should be below details and comments for currently reviewed item. How to accomplish that? Edited July 24, 2013 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 24, 2013 Share Posted July 24, 2013 in this case modification of the .tpl file is necessary go to the product.tpl file, you've got there: {if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if} move it to the bottom of the file, right after the: {if isset($HOOK_PRODUCT_TAB_CONTENT) && $HOOK_PRODUCT_TAB_CONTENT}{$HOOK_PRODUCT_TAB_CONTENT}{/if} </div> </div> Link to comment Share on other sites More sharing options...
Dolke Posted July 24, 2013 Author Share Posted July 24, 2013 This solved the issue. Thank you V. Link to comment Share on other sites More sharing options...
Recommended Posts