How to embed a #jedidesk widget in PrestaShop

PrestaShop is open source software designed to quickly create an online store. With this application, the user can set up their store both on cloud storage and on their own hosting.

  1. Create a #jedidesk widget and copy the generated code.

  2. Log in to PrestaShop.


Option #1. EMBED CODE VIA FTP:

  1. Go to the hosting of your site, or connect to the hosting via an FTP client and go to the directory: main_folder/themes/name of your template/footer.tpl

  1. Open the footer.tpl file in editor mode and insert the JediDesk widget code before the closing <body> tag and save the changes:

  1. In some templates, the footer.tpl file is not connected to each page, then it is appropriate to use the header.tpl file from the directory: main folder/themes/your template name/header.tpl

    You need to insert the #jedidesk widget code in it before the closing <head> tag and save the changes.


Option #2. EMBED CODE VIA THE CONTENTBOX MODULE (OR OTHER HTML MODULE)

  1. Download the contentBox module from the site http://contentbox.org:

  1. Go to the PrestaShop control panel, in the Module Manager section, download the ContentBox module:

  1. After successfully downloading the module, click Configure:

  1. In the window, select the HTML editor → Edit HTML source (next to the font) and paste the code of your #jedidesk widget.

Save changes by clicking Update (Save).

If the window did not open automatically, it can be called by clicking on the Configure button in the list of modules, in the СontentBox module.

Last updated