footer shows _copyright © instead of Copyright © after upgrading to 2.1

Before upgrading to 2.1 the Copyright © 2010 Company name at the footer was correct using the bottom.override.tpl file in the skins/[CUSTOMER_ACTIVE_SKIN]/customer/addons/my_changes/hooks/index directory with the following content:


{$lang.copyright} © {if $smarty.const.TIME|date_format:"%Y" != $settings.Company.company_start_year}{$settings.Company.company_start_year}-{/if}{$smarty.const.TIME|date_format:"%Y"} {$settings.Company.company_name}. {$lang.powered_by} {$lang.copyright_shopping_cart}




Now it shows _copyright © 2010 Company Name

i checked the file and it's stil there and content still the same.

any idea how to fix? thanks and appreciate any response!

Go into Languages and search for “copyright”. If it’s not there then add it.

Sweet, I added the langauge variable copyright and value Copyright and now it works.



Thank you for your help.:wink:

[COLOR=black][quote name=‘Tool Outfitters’]Go into Languages and search for “copyright”. If it’s not there then add it.[/quote][/COLOR]

[COLOR=black][/COLOR]

[COLOR=black]Worked for me![/COLOR]

[COLOR=black][/COLOR]

[COLOR=black]I used phpMyAdmin and went into the ‘cscart_language_values’ table and inserted a new row with “copyright” for the name and “Copyright” for the value.[/COLOR]



Thanks for the tip :smile:

[COLOR=black][/COLOR]