Jump to content

Move Cross Selling & Products Category on Product Page


Recommended Posts

This question has already been answered for other versions of Prestashop, however I cannot find any explanation as to how to fix this problem in Prestashop 1.5. To reiterate the problem, Prestashop, by default, places the Cross Selling module above the product description. In doing so, it clutters up the page pushing the product description off the page therefore meaning that customers could easily purchase a product thinking they've read the description (the short description) when in reality they've missed all the important points including safety concerns that are hidden by the cross selling module.

We would like to move the module beneath the product description if possible. I've read that I will need to edit the product.tpl file but without proper instructions for the version I'm using I have no idea what changes to make. Any advice would be appreciated.

Link to comment
Share on other sites

  • 2 months later...

Hi bullywug. I have done this by opening procuct.tpl, and moving this line:

{if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if}

 

If you paste this at the end of the file before the last closing {/if} you still have the benefits of the error checking system.

 

Hope this helps. I have plenty experience with building websites and using Smarty. Not so much with PrestaShop..

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...