-1

I have a magento website running version 1.8.1.0
I wanted to edit the email templates that are sent when a customer order something. Everything goes fine, till I put some letters with accents like éèà. The mails aren't sent anymore.

Can someone tell me how I can change that?

Ryan B
  • 3,364
  • 21
  • 35
Bigjo
  • 613
  • 2
  • 10
  • 32

1 Answers1

-1

Try to use html codes like é (é) è (è) and à (à).

You can find an overview of html codes on: http://www.ascii.cl/htmlcodes.htm

Gerard de Visser
  • 7,590
  • 9
  • 50
  • 58
  • yes that works, but it is not very easy to write a text like that. Is there somewhere a converter to do that? – Bigjo Jul 15 '14 at 12:47
  • I don't think this is a viable solution to the problem since the accented character could be in the address lines, city or the name of the customer that ordered something on the website. There should be a better solution to this. – RPDeshaies Nov 12 '14 at 14:02