20 hours ago, kryztH said:I have HTML, JavaScript and css skills but in prestashop is really different.
isn’t other way to reach this without modules?
You just need to make a few adjustments.
1. In the file ./themes/your_theme/modules/ps_contactinfo/nav.tpl, add your class to a href
2. Insert your javascript in the file ./themes/your_theme/assets/js/custom.js (if not exists, create it)
3. You create a tpl file in which you insert your html code
4. You will create a php file that will process your form
.....
.......