Grimskov Posted March 15, 2014 Share Posted March 15, 2014 Hello there, I'm making my new e-shop on Prestashop and I'm facing this issue with how titles appear in the source code of a page. I don't think I'll be able to explain it well enough, so please take a look at the image below: http://i.imgur.com/dc05ypb.jpg I had the same issue with all titles, so first I asked the developer of my theme and he said: It's a Prestashop issue, you need to edit the /themes/transformer/header.tpl, line 33. From <title>{$meta_title|escape:'htmlall':'UTF-8'}</title> To <title>{$meta_title}</title> I did that and indeed, each page title in <head> now displays properly in Greek - but the problem still exists with most of the other titles and text written in Greek on each page. If anyone has any idea how to fix this issue it would be greatly appreciated! Thank you in advance for your time and let me know if there's any more details I can offer to help you understand what the problem is. 1 Link to comment Share on other sites More sharing options...
giasemis Posted May 12, 2014 Share Posted May 12, 2014 it looks like that the following update has to be done in every .tpl file in order to have greek characher appeared properly From {$xxxx|escape:'htmlall':'UTF-8'} To {$xxxx|escape:'html':'UTF-8'} 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