Forum Replies Created
-
AuthorPosts
-
March 21, 2017 at 10:17 pm in reply to: Event Tickets Plus: Cyrillic text in tickets email. #1257818
sergey
Participantthis line:
<meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ />
needs to be corrected to:
<meta http-equiv=”Content-Type” content=”text/html” charset=”UTF-8″ />sergey
ParticipantI meant that I need to change core file from plugin (QR.php), to change this text.
I expected this could be done in ticket email template, which can be edited in my theme and will stay alive during plugin update.sergey
ParticipantAndras, problem is that ANY cyrillic text in in tickets email is completely ignored.
All other templates (woocomerce and other addons) are ok with cyrillic text.
But tickets email template – not.And this is because this line in template (that you provide) contains error:
<meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ />I fixed this error and cyrillic text went back.
Solved.
Please update template with correct line in futute releases.March 18, 2017 at 7:17 am in reply to: Some customers have lost their ticket email with qr-code. #1256269sergey
ParticipantSolved. Found needed menu for orders.
sergey
ParticipantI know how to edit email template.
I just see no text “Scan this QR code at the event to check in.” in email.php
I want to translate this text to another laguageUpdate: found it in QR.php
Solved. (But not so flexible with translation)
sergey
ParticipantThanks for reply.
How can I change/set encoding for the file? (I guess you mean email.php template file).I see this in existing header of template file(I did not change it):
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html;charset=UTF-8″ />
<title><?php esc_html_e( ‘Your tickets’, ‘event-tickets’ ); ?></title>Does it mean that encoding is set to utf-8 or I need to make additional settings somewhere?
-
This reply was modified 9 years, 1 month ago by
sergey.
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
