Hi,
I have latest prestashop on my server. ( www.led-uri.ro )
After one freelancer installed a new them to my shop, I needed some adjustments.
In last part, I try to translate some words in English. For top right menu, I didn't manage to translate some words from "PS Translator" so I've asked the freelancer to translate it.
He edit the .tpl files from blockuserinfo and from blockcart.
in Romanian Language it is ok, but in English now it is just romanian ....
I want to create the "original" file, or remake the original links, can you help me ?
Example of code that was edited is:
<a href="{$link->getPageLink($order_process, true)|escape:'html':'UTF-8'}" title="{l s='View my shopping cart' mod='blockcart'}" rel="nofollow">{l s='Cosul Meu'}</a>
After this I edited it to be like:
<a href="{$link->getPageLink($order_process, true)|escape:'html':'UTF-8'}" title="{l s='View my shopping cart' mod='blockcart'}" rel="nofollow">{l s='Cosul Meu' mod='blockuserinfo'}</a>
but still nothing.
please advice.
Thank you,
LE:
"Log out" in english and "Deconectare" In romanian language is working. For this, the links are:
<a class="logout" href="{$link->getPageLink('index', true, NULL, "mylogout")|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Log me out' mod='blockuserinfo'}">
{l s='Sign out' mod='blockuserinfo'}
</a>
Thanks,