Home / Tutorials (page 3)

Tutorials

No image available when click attribute Prestashop 1.7.7.0

Hi, When you using Prestashop, You click on attribute and got error No image available Please follow my guide to fix: open file root\themes\YOURTHEME\templates\catalog\_partials\product-cover-thumbnails.tpl replace all $product.default_image to $product.cover When you using prestashop < 1.7.7.0 such as 1.7.6.9 You got this error no image available open file root\themes\YOURTHEME\templates\catalog\_partials\product-cover-thumbnails.tpl replace all …

Read More »

Fix bug Profile HTML

Profile show “module/appagebuilder/appagebuilderhome” in HTML not good for SEO You can remove by follow these steps 1. Edit file Root\classes\Link.php 2. Changing Code ( https://www.diffchecker.com/m8Xx7Edi ) if (isset($params[‘fc’]) && isset($params[‘module’])) { if($params[‘fc’] == ‘module’ && $params[‘module’] == ‘appagebuilder’ && $controller == ‘appagebuilderhome’) unset($params[‘fc’]); unset($params[‘module’]); $controller = ‘index’; }   RESULT

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 »

How to login by Twitter

Nowadays, the big form is not a preferred way to register the user on the website. It’s always recommended to make the registration process short and simple for web users. The quick signup process helps to increase the subscriber number on your website. Login with Social media account is the …

Read More »