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] Bug Translate in Prestashop Theme using Leotheme
Dear valued customers, If your site using 2 languages and you want to translate your site, please read Prestashop guide to translate Some time you can not translate text, you get bug when translate text when using our theme + our module. Please follow my guide to fix: Find the …
Read More »Edit tpl code in product list and product detail ap page builder
As you might know, Ap Pagebuilder Module is using product list builder and product detail builder. You can read guide Product Listing builder ( product in home page + category + search page) in here And product Detail builder is similar like this. 1. How to edit Product display in …
Read More »How to Defer Parsing of JavaScript in prestashop
How does JS affect the SiteSpeed ? First of all, JavaScript(s) are one of the major culprits to make your website slow. The web browser comes across a script, it executes the script first before continue to load HTML that includes the content users are looking for. For a browser, …
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 »Notice: Undefined index: taxes_enabled Prestashop 1.7.x
Hi When you got error Notice: Undefined index: taxes_enabled in 8b2d69a046a49c07c6d1c22b344ecbf67aae9e6c_2.file.product-prices.tpl.php line 61 Please access file /themes/THEME_NAME/templates/catalog/_partials/product-prices.tpl edit code {if !$configuration.taxes_enabled} to {if isset($configuration.taxes_enabled) && !$configuration.taxes_enabled}
Read More »Leo Feature Module: Spend X to get Free Shipping – Prestashop 1.7 Tutorial
Hi, Today I will guide you on how to add text: Spend X to get free shipping in the cart and popup cart ( only when you use Leo feature module) Make sure you set Free shipping starts Back-office: Shipping > Preferences find text : 2. Edit code in cart: …
Read More »Instagram API Changes – How to create Widget Instagram in Ap Page Builder Prestashop
In the previous blog, we provided you with a detailed guide about How to create widget Instagram Prestashop. However, due to the Instagram API changes, which do not support new users, many users are facing problems with getting the Instagram access token and User ID. These are considered the 2 …
Read More »Simple code to fix position of product in category after import
If you have this bug in your prestashop: all product same position = 1 and you can try to drag to sort. after save and reload position is not change. follow my guide to fix create a file in your root web name as correct_product_position.php: require(dirname(__FILE__).'/config/config.inc.php'); $sql = 'select * …
Read More »