In this post I am going to explain how to add live chat code in prestashop 1.7.

In order to add your live chat code at footer, please open the below files from your current template/theme.

For example classic template footer.tpl file path.

[PrestaShop Root Directory]/themes/classic/templates/_partials/footer.tpl

Please check your template name and find the footer.tpl file according to your template name.

You can add any live chat code given by live chat provider. For example I have taken example of tawk.to code.

Now, at the end of current code in footer.tpl file include your live chat code like below.

Save changes in this file, refresh your home page and check the changes:

Thats it!