How to remove “Powered by PrestaShop” link
Nov 6, 2009 PrestaShop Customization
Is this useful? Like it.
To remove the “Powered by PrestaShop” link at the footer, you just need to edit the blockvariouslinks.tpl file.
The file is located at:
\modules\blockvariouslinks\blockvariouslinks.tpl
You can edit this file directly, but I do not recommend changing any files outside of the themes folder. So, copy this file to your themes folder (there are a few files in the original folder, you just need to copy blockvariouslinks.tpl) :
\themes\YOUR_THEME\modules\blockvariouslinks\blockvariouslinks.tpl
Then open the file and remove the line containing the “Powered by PrestaShop” code (around line 10) :
<li class="last_item">{l s='Powered by' mod='blockvariouslinks'} <a href="http://www.prestashop.com">PrestaShop</a>™</li>
Tested on PrestaShop version 1.2.4 and 1.2.5.













January 8th, 2010 at 2:49 am
There is no \blockvariouslinks folder in modules…… I am using 1.2.5
January 8th, 2010 at 3:00 am
Sorry, my mistake, there is that specific folder. Thank so much for this. It worked!
January 22nd, 2010 at 5:53 pm
One question, is this legal?
January 23rd, 2010 at 2:24 pm
There shouldn’t be any issues. Just don’t remove the PrestaShop logo/copyright in the admin and the source code files.
Of course you can just leave it intact in the frontend to help promote PrestaShop.
But some people have their own reasons.. requested by clients etc etc.
April 27th, 2010 at 10:53 pm
Thanks it worked !
May 10th, 2010 at 4:32 pm
I have been looking how to do this for ages thanks for the help!
July 28th, 2010 at 5:46 am
I do not see a modules folder within my theme folder.
July 28th, 2010 at 10:30 am
Angela,
Just create the “modules” folder inside your custom theme’s folder.
September 1st, 2010 at 2:23 pm
To do so pretty, thank you