A 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!
Related posts:
Speed Up and Save Your Website Bandwidth with GZip Compression
How to register a free @microsoft.com email account?
Prestashop 1.6: How to show price in catalog mode?
How to disable Cache in Google Chrome
How to hide admin bar from non admin in WordPress
How to block all file access except one using .htaccess
Track Your Website Visitor With Free Invisible Website Tracker - StatCounter
WordPress Plugin Dev: How to send email using SMTP?
Share this with your friends:-
@Kannan: try to clear your prestashop cache.
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
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)
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
for Prestashop version: 1.4.7.0 edit /tools/smarty/compile/7ac8e0633d58ce80e3422bc696f5c4fa216fe433.file.blockcms.tpl.php
i’ve tried everything to remove it but i cant. Someone help up please!
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.
Thanks alot Nicolai,
It was perfect. so easy and so quick.
Thanks,
Nathan
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
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.
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
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
Alex, look for the file modules/blockcms/blockcms.tpl in Prestashop 1.4.x
Hi Sylvanus
Did you manage to remove Powered by Prestashopâ„¢ footer link?
Best regards
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?
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”
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