Home / Tutorials / PrestaShop 1.6 Tutorials

PrestaShop 1.6 Tutorials

All latest news, tutorials for PrestaShop 1.6 Themes & PrestaShop 1.6 Modules

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 »

PrestaShop 1.6: How to Install Prestashop 1.6 Theme to PrestaShop Cloud Hosting | Step by step

install prestashop 1.6 theme to cloud hosting

This tutorial will guide you “How to Install PrestaShop 1.6 Theme to Prestashop Cloud Hosting”. 1. Login PrestaShop Dashboard: Navigate to Preferences, choose Themes 2. Import PrestaShop 1.6 Theme: Click on Add new theme button Click Next to enter your Prestashop Addon account information. If you bought the theme on Prestashop Addon store, your theme will be added …

Read More »