Jump to content

Edit History

ps8modules

ps8modules

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

 

1. obrazek.thumb.png.fb0770dee8f78c827749b3334573ef94.png

 

2. obrazek.thumb.png.7e1b2af34e327cec364966adf8677749.png

.....

.......

ps8modules

ps8modules

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

 

1. obrazek.thumb.png.fb0770dee8f78c827749b3334573ef94.png

 

2. obrazek.thumb.png.7e1b2af34e327cec364966adf8677749.png

etc.

×
×
  • Create New...