September 18, 2020
PrestaShop 1.6 Tutorials, PrestaShop 1.7 Tutorials, Tutorials
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 »
August 15, 2020
Ap Page Builder, Leo Feature Module, PrestaShop 1.7 Tutorials, PrestaShop 1.7.5, Prestashop 1.7.6, PrestaShop 1.7.7
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 »
August 15, 2020
Ap Page Builder, PrestaShop 1.7 Tutorials
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 »
August 6, 2020
PrestaShop 1.7 Tutorials, PrestaShop 1.7.5, Prestashop 1.7.6, PrestaShop 1.7.7, Tutorials
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 »
August 1, 2020
PrestaShop 1.7 Tutorials, PrestaShop 1.7.5, Prestashop 1.7.6, PrestaShop 1.7.7
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 »
July 2, 2020
PrestaShop 1.7 Tutorials
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 »
June 6, 2020
PrestaShop 1.7 Tutorials, Tutorials
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 »
March 6, 2020
Leo Feature Module, PrestaShop 1.7 Tutorials
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 »
February 11, 2020
PrestaShop 1.7 Tutorials
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 »
February 6, 2020
PrestaShop 1.6 Tutorials, PrestaShop 1.7 Tutorials
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 »