How to embed a #jedidesk widget in OPENCART
OpenCart is a free tool for creating commercial websites. The main advantage is that anyone can download this engine and easily create their own online store.
Last updated
OpenCart is a free tool for creating commercial websites. The main advantage is that anyone can download this engine and easily create their own online store.
Last updated
Create a #jedidesk widget and copy the generated code.
Log in to OpenCart.
Go to Administration → Modules and extensions and select the Analytics extension type. Install Google Analytics and click the Edit button on the right:
Paste your the #jedidesk widget code, select the Enabled status and save the settings:
You can also insert the code via FTP, for this you need:
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
Open the footer.tpl file in editor mode and insert the JediDesk widget code before the closing <body> tag and save the changes:
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.