Quantcast
Channel: Techie Corner » Web
Viewing all articles
Browse latest Browse all 26

How to remove Powered By Prestashop footer link

$
0
0

prestashopA friend ask me how to remove the “Powered by Prestashop” link from the footer of his site. After some study, i realize that “Powered by Prestashop” link is manage by a module and not hard coded within the template itself. So to remove the link you need to modify the module template file instead of theme template file.

To remove Powered By Prestashop footer link, follow the steps below:-

  • First go to your theme directory and check if there is any a ‘modules’ directory name “blockvariouslinks”. If yes, then u can easily remove the Powered By Prestashop link in the file below (Prestashop 1.3.x):-
    prestashop/yourtheme/modules/blockvariouslinks/blockvariouslinks.tpl
    

    For Prestashop 1.4.x:-

    prestashop/yourtheme/modules/blockcms/blockcms.tpl
    
  • If there is no “modules” directory in your theme, then you can modify this file instead:-
    prestashop/modules/blockvariouslinks/blockvariouslinks.tpl
  • Once you remove the “Powered by Prestashop” code and save, refresh your front office and the link should be removed by now.

happy shopping!


Viewing all articles
Browse latest Browse all 26

Trending Articles