Hello, probably not many times someone was looking for a module that would add some css styles or javascript code directly to the template without ftp. It is an ideal solution for people who do not have access to ftp and want to make visual changes or add their own javascript code directly from the administration panel.
The module I share is free. With this module, you can add your own CSS and JavaScript code from the PrestaShop admin backend. Just install the module and go to setup to add your code. The module uses the CodeMirror editor.
- two language versions EN/PL
- compatibility in version 1.6 / 1.7 / 8.0
- two editor templates (light and dark)
the module saves data in the database without creating additional files.
- # version 1.0.4 - added break line in codemirror
- # version 1.0.5 - fix for codemirror editor
- # version 1.0.6 - javascript support in footer and header, the ability to save data to the database or to a file
- # version 1.0.7 - additional field to set code editor height
- # version 1.0.8 - add axios for edit file and remove limit line
- # version 1.0.9 - add show and hide code area