Home / Tutorials / PrestaShop 1.6 Tutorials / Fix bug Profile HTML

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

About Leo Theme

Check Also

Leotheme Black Friday 2022

Prestashop Theme and Module Black Friday and Cyber Monday Sales Leotheme 2022 30% Off

Prestashop Leotheme Black Friday 2022 Promotion! Dear valued customers, Black Friday and Cyber Monday Sales …

Leave a Reply