kimmykimkwok Posted December 5, 2015 Share Posted December 5, 2015 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 More sharing options...
Zhulidov Posted August 22, 2016 Share Posted August 22, 2016 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">]}" - 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 More sharing options...
vekia Posted August 22, 2016 Share Posted August 22, 2016 what file you modified exactly? Link to comment Share on other sites More sharing options...
Zhulidov Posted August 22, 2016 Share Posted August 22, 2016 (edited) blockcms.tpl in /themes/default-bootstrap/modules/blockcms My version: PrestaShop 1.6.1.1 Edited August 22, 2016 by Zhulidov (see edit history) Link to comment Share on other sites More sharing options...
Zhulidov Posted August 22, 2016 Share Posted August 22, 2016 I have updated to version Preatashop 1.6.1.6 and all the same it is impossible to change a copyright. Link to comment Share on other sites More sharing options...
vekia Posted August 22, 2016 Share Posted August 22, 2016 try to clear shop cache 1 Link to comment Share on other sites More sharing options...
Zhulidov Posted August 22, 2016 Share Posted August 22, 2016 Has worked, thanks a lot! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now