This topic has 10 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi,
After registration confirmation email does not display especial spanish characters as: Ñ,á,é,í,ó,ú.
I did the translation editing PO files using Poedit, also I can´t find the documentation that explained it´s necessary replace native woocommerce emails templates for IDSTORE email templates (theme/woocommerce) is that correct? I did something wrong?
Thanks
Hello,
Could you please show a screenshot of the issue you’re talking about?
Thank you.
Regards,
Eva Kemp.
Thanks Eva, here´s the image: the characters that I´m talking about are highlighted:
http://www.uppic.com/uploads/14247192201.jpg
Hello,
Please try to add this code in header.php file before </head>
closing tag:
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,latin-ext,cyrillic-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
Then check emails again.
Thank you.
Regards,
Eva Kemp.
Thanks Eva for your quick response! Unfortunately didn´t work, maybe could be PO file format or something? Just for the record, I want to emphasize that this happen on HTML e-mail,
Regards.
Hello,
You can try to change encoding in the file wp-content/themes/idstore/code/functions.php (line 596), edit the code $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
and replace ISO-8859-1\r\n
with UTF-8
.
Thank you.
Regards,
Eva Kemp.
Excellent! Really worked. I appreciate Eva.
Quick question: is it necessary replace native woocommerce emails templates for IDSTORE email templates (theme/woocommerce) or did I got that info from another theme? really not sure.
Regards.
Hello,
Could you please clarify with more details?
Why do you need to replace email templates?
Thank you.
Regards,
Eva Kemp.
I swear I read it somewhere, if you don’t know probably I´m confused, nevermind, my mistake. I will let the files in their places.
Thank you Eva!
Isaac.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Registration email do not display spanish characters’' has been successfully resolved, and the topic is now closed for further responses