How to remove Powered By Prestashop footer link


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:-

Advertisements

  • 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!




Share this with your friends:-

17 Responses to “How to remove Powered By Prestashop footer link”

  1. chua says:

    @Kannan: try to clear your prestashop cache.

  2. kannan says:

    hi
    I am creating Prestashop website but not remove the Powered by Prestashopâ„¢ and images.
    I have remove that coding
    {l s=’Powered by’ mod=’blockcms’} PrestaShop
    in this link ..modules/blockcms/blockcms.tpl but show the Powered by Prestashopâ„¢ please help how to remove Powered by Prestashopâ„¢ and image

  3. Dizzee says:

    as Nicolai says:
    September 14, 2011 at 8:38 pm

    YOU DON’T NEED TO HACK THE CODE!!
    :-
    Don’t know if you figured it out. But you don’t need to do any codeing to remove the “powered by prestashop” if you are useing PrestaShop version 1.4.4.0 (and newer, i guess)

    Just go to BO > Modules > Frontoffice funciontality > CMS-block -> push configurer

    Then you will find a box called “Display “Powered by PrestaShop””
    Just uncheck the box and hit save.

    That should do it. – Hope it helps.

    // Nicolai

    alternatively goto modules/blockcms/blockcms.tpl (look down the bottom)

  4. Sahara says:

    Aplexw ….thank you very mauch..it’s work….
    delete link for Prestashop version: 1.4.3/ 1.4.7.0 edit /tools/smarty/compile/7ac8e0633d58ce80e3422bc696f5c4fa216fe433.file.blockcms.tpl.php

  5. Aplexw says:

    for Prestashop version: 1.4.7.0 edit /tools/smarty/compile/7ac8e0633d58ce80e3422bc696f5c4fa216fe433.file.blockcms.tpl.php

  6. jp says:

    i’ve tried everything to remove it but i cant. Someone help up please!

  7. BillyJLV says:

    for PS 1.4.6.2

    Remove the line:
    ‘display_poweredby’ => ((int)Configuration::get(‘FOOTER_POWEREDBY’) === 1 || Configuration::get(‘FOOTER_POWEREDBY’) === false)
    in file /modules/blockcms/blockcms.php (should be line 759)

    Refresh store front.

  8. nathan says:

    Thanks alot Nicolai,
    It was perfect. so easy and so quick.

    Thanks,
    Nathan

  9. Nicolai says:

    Hi guys.

    Don’t know if you figured it out. But you don’t need to do any codeing to remove the “powered by prestashop” if you are useing PrestaShop version 1.4.4.0 (and newer, i guess)

    Just go to BO > Modules > Frontoffice funciontality > CMS-block -> push configurer

    Then you will find a box called “Display “Powered by PrestaShop””
    Just uncheck the box and hit save.

    That should do it. – Hope it helps.

    // Nicolai

  10. SoGua says:

    Vilas, I can see the module blockcms in Prestashop 1.4.3 in fresh install and the solution is working.
    may be u can check if your theme directory has the file.

  11. Vilas says:

    Hello,

    As I am using Prestashop 1.4.3 in this version there won’t be any file in ” modules/blockcms/blockcms.tpl” Also blockvariouslinks module is also not there.

    So could you please tell me how to remove it?

    Thanks
    Vilas

  12. Vilas says:

    Hi,

    I am using PrestaShop 1.4.3. I have deleted code from modules/blockcms/blockcms.tpl but still powered by & its logo is appearing. Could you please tell me any other solution?

    Thanks
    Vilas

  13. chua says:

    Alex, look for the file modules/blockcms/blockcms.tpl in Prestashop 1.4.x

  14. Cadouri says:

    Hi Sylvanus

    Did you manage to remove Powered by Prestashopâ„¢ footer link?

    Best regards

  15. Alex says:

    It seems that in the last version (1.4) the Powered by Prestashopâ„¢ footer is not in the blockvariouslink.tpl, because this file don’t exist. Any ideas where to find that link and how to remove it?

  16. chua says:

    hi Sylvanus, if possible login to your CPANEL and look for File Manager
    from there go to “public_html” and look for
    “modules/blockvariouslinks/blockvariouslinks.tpl”

  17. Sylvanus kadiri says:

    Please help me by informing on where I can find the blockvariouslink.tpl. I can not find it in modules and also not in themes. I am using prestashop 1.4beta4.Thanks for anticipated help

Leave a Reply