PrestaShop hook: displayBeforeBodyClosingTag

You can display some module data in PrestaShop front-office or back-office by using some hooks. In this case we will write something about hook named displayBeforeBodyClosingTag.


Very bottom of pages Use this hook for your modals or any content you want to load at the very end Located in: /themes/classic/templates/checkout/checkout.tpl /themes/classic/templates/layouts/layout-both-columns.tpl

Talk about this

Other hooks