Jump to content

How To Edit The Disclaimer "© 2015 - Ecommerce Software By Prestashop™"


Recommended Posts

Hi all,

 

My prestashop is the latest version 1.6.1.3. I try to edit the disclaimer line at bottom "© 2015 - Ecommerce software by PrestaShop™" but failed. I have another shop using version 1.6.0.9 and I can change that sentence easily by editing /public_html/themes/mytheme/modules/blockcms/blockcms.tpl. But for the new version, I do the same but there is nothing change in that disclaimer....

 

 

In version 1.6.0.9, here is the code I edited in /public_html/themes/mytheme/modules/blockcms/blockcms.tpl, and got it worked:

 

{if $display_poweredby}
<section class="bottom-footer col-xs-12">
<div>
<!-- © 2014 {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class="_blank" href="http://www.prestashop.com">']} -->


© 2015 {l s='[1]ABC Company All Rights Reserved.[/1]' mod='blockcms' tags=['<a class="_blank" href="www.google.com">']} 
</div>
</section>
{/if}

 

In version 1.6.1.3, here is the code supposed to be edited in blockcms.tpl, but failed:

{if $display_poweredby}
<section class="bottom-footer col-xs-12">
<div>
<!-- {l s='[1] %3$s %2$s - Ecommerce software by %1$s [/1]' mod='blockcms' sprintf=['PrestaShop™', 'Y'|date, '©'] tags=['<a class="_blank" href="http://www.prestashop.com">'] nocache} -->


{l s='[1] %3$s %2$s %1$s [/1]' mod='blockcms' sprintf=['ABC Company All Rights Reserved.', 'Y'|date, '©'] tags=['<a class="_blank" href="http://www.google.com">'] nocache}


</div>
</section>
{/if}
 
No matter how I change the sentence, there is nothing changed in the front end disclaimer line "© 2015 - Ecommerce software by PrestaShop™"
 
Which file else should I need to edit? Hope someone can help and many many thanks!
 
Link to comment
Share on other sites

  • 8 months later...

I have just the same problem. I tried even to remove completely a line "© {'Y'|date} {l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['Сайт-Ростов™'] tags=['<a class=_blank" tile="Сайт-Ростов" href="http://www.site-rostov.ru"&gt]}" - nothing changes, the inscription remains "PrestaShop™" together with the reference: "http://www.prestashop.com/". You have found the solution of this problem? How to change a copyright?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...