Jump to content

[solved] Removing 'powered by PrestaShop™ ' and 'powered with PrestaShop™'


Recommended Posts

You will got this ins the blockCms module. If you are using prestashop default themes then you will got this to

 

themes/default/modules/blockcms/blockcms.tpl and inside that tpl you will got bellow code

{if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a target="_blank" href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

 

You can change this and it will work. If you are using another theme than need to check on your theme same location.

Link to comment
Share on other sites

You can also do this in back office PS 1.5x Go to Modules search for CMS Block, configure, uncheck Display "Powered by PrestaShop"

 

Yes you can hide from there also . If you want to hide the admin footer also you can use read this post

http://www.prestashop.com/forums/index.php?/topic/253938-removing-prestashop-tm-from-admin-area/

 

You can remove this but i like to keep this , as Prestashop do a great job for all of use. So we need to give credit and speed it all over this world . And keep there trad mark text :)

Link to comment
Share on other sites

smartdatasoft,

{if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a target="_blank" href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

I found the blockcms.tpl in my theme.

Can I delete the entire code you mentioned in this file?

I want to remove also the powered by Prestashop from all email, do I need to edit other files too or just by deleting what you mentioned all 'powered by Prestashop' will be removed from the whole Prestashop store?

Thank you for your help as usual.

Link to comment
Share on other sites

Bill Dalton, I've already unchecked it in CMS Block before. What I'm looking for is to remove it from all email,orders,etc... Thanks.

hello, bruce-rez

 

that will only delete from theme footer. To remove from all over the site you need to edit lots of template. For mail you need to remove from mail template. I am not sure Prestashop terms and condition give the permission to remove there name from entire site .

Link to comment
Share on other sites

_YOUR_ADMIN_/themes/default/footer.tpl - you can remove it also from back office footer :)

 

+

 

if you want to edit it in mails

 

go to the:

 

/mails/LANG_DIR/

(where the lang_dir is a language directory for example EN / ES / IT etc.)

 

you've got there mail templates.

in each mail template is:

 

<td style="font-size: 10px; border-top: 1px solid #D9DADE;" align="center"><a style="color: {color}; font-weight: bold; text-decoration: none;" href="{shop_url}">{shop_name}</a> powered by <a style="text-decoration: none; color: #374953;" href="http://www.prestashop.com/">PrestaShop™</a></td>

 

 

remove it

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...