Home / PrestaShop 1.7.5

PrestaShop 1.7.5

PrestaShop 1.7.5 News, PrestaShop 1.7.5 Themes, PrestaShop 1.7.5 Tutorials, Marketing Tips for PrestaShop 1.7.5

The danger of iframe clickjacking and how to deal with it

Clickjacking It involves tricking a user into clicking something different from what they think it is. Let’s create a straightforward example with it. index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>A malicious website</title> <link rel="stylesheet" href="style.css"> </head> <body> <button>Just a button</button> <iframe id="banking-site-iframe" src="https://your-bank.com"></iframe> </body> </html> Above, we have …

Read More »

[Solver] An error occurred while sending the message, please try again when update prestashop

Dear value customer, Some time when you update prestashop to latest version contact page can not send mail You got error : An error occurred while sending the message, please try again. To quick fix. Please open file /YOURSITE/themes/classic/modules/contactform/views/templates/widget/contactform.tpl override to /YOURSITE/themes/YOURTHEME/modules/contactform/views/templates/widget/contactform.tpl tpl of contactfrom will be up to date …

Read More »