bruce-rez Posted June 12, 2013 Share Posted June 12, 2013 Hi, How can I remove from the whole prestashop the 'powered by PrestaShop™ ' and 'powered with PrestaShop™'? I've searched in Prestashop documentation without success. So a working link or tutorials would help. Thank you Link to comment Share on other sites More sharing options...
SmartDataSoft Posted June 12, 2013 Share Posted June 12, 2013 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 More sharing options...
Bill Dalton Posted June 12, 2013 Share Posted June 12, 2013 You can also do this in back office PS 1.5x Go to Modules search for CMS Block, configure, uncheck Display "Powered by PrestaShop" Link to comment Share on other sites More sharing options...
SmartDataSoft Posted June 12, 2013 Share Posted June 12, 2013 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 More sharing options...
bruce-rez Posted June 12, 2013 Author Share Posted June 12, 2013 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 More sharing options...
bruce-rez Posted June 12, 2013 Author Share Posted June 12, 2013 (edited) Go to Modules search for CMS Block, configure, uncheck Display "Powered by PrestaShop" 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. Edited June 12, 2013 by bruce-rez (see edit history) Link to comment Share on other sites More sharing options...
SmartDataSoft Posted June 12, 2013 Share Posted June 12, 2013 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 More sharing options...
bruce-rez Posted June 12, 2013 Author Share Posted June 12, 2013 smartdatasoft, Ok I tested by sending a message from Contact page after removing it from blockcms.tpl but the 'powered by Prestashop' is still showing and it is not removed from email footer. Link to comment Share on other sites More sharing options...
bruce-rez Posted June 12, 2013 Author Share Posted June 12, 2013 smartdatasoft, I've already removed it from footer by going into back-office > CMS Block > uncheck display... Where is located the mail template. Thank you Link to comment Share on other sites More sharing options...
vekia Posted June 12, 2013 Share Posted June 12, 2013 _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 1 Link to comment Share on other sites More sharing options...
bruce-rez Posted June 12, 2013 Author Share Posted June 12, 2013 vekia, I coudn't find /LANG_DIR/ in mails folder. I looked for the LANG_DIR in root directory/mails/en and it's not there. Can you please give the exact path to this /LANG_DIR/? Please see the s.shot Thanks a lot. Link to comment Share on other sites More sharing options...
vekia Posted June 12, 2013 Share Posted June 12, 2013 (where the lang_dir is a language directory for example EN / ES / IT etc.) Link to comment Share on other sites More sharing options...
bruce-rez Posted June 12, 2013 Author Share Posted June 12, 2013 Ok, I got it... I removed it from email, tested and it's not showing anymore. vekia, I thank you in advance if you can take a look to my other topic and you may help me with top horizontal menu issue. Here is the link: http://www.prestashop.com/forums/topic/253465-top-horizontal-menu-problem/page__p__1261555?do=findComment&comment=1261555 Thank you Link to comment Share on other sites More sharing options...
vekia Posted June 12, 2013 Share Posted June 12, 2013 you're welcome now im going to mark this thread as [solved] if you've got any questions related to this case - feel free to continue discussion here. regards! Link to comment Share on other sites More sharing options...
Recommended Posts