Fix #391 -- Send email on cancelled order (#540)

Send a notification email to user when
order is cancelled.
This commit is contained in:
Daniel
2017-07-06 17:59:48 +08:00
committed by Raphael Michel
parent 9de9d96e35
commit d444935140
8 changed files with 66 additions and 6 deletions

View File

@@ -4421,11 +4421,15 @@ msgstr "Zahlungserinnerung"
msgid "Waiting list notification"
msgstr "Wartelisten-Benachrichtigung"
#: pretix/control/templates/pretixcontrol/event/mail.html:41
#: pretix/control/templates/pretixcontrol/event/mail.html:39
msgid "Order canceled"
msgstr "Bestellung storniert"
#: pretix/control/templates/pretixcontrol/event/mail.html:46
msgid "SMTP settings"
msgstr "SMTP-Einstellungen"
#: pretix/control/templates/pretixcontrol/event/mail.html:55
#: pretix/control/templates/pretixcontrol/event/mail.html:60
msgid "Save and test custom SMTP connection"
msgstr "Speichern und SMTP-Einstellung testen"

View File

@@ -4411,11 +4411,15 @@ msgstr "Zahlungserinnerung"
msgid "Waiting list notification"
msgstr "Wartelisten-Benachrichtigung"
#: pretix/control/templates/pretixcontrol/event/mail.html:41
#: pretix/control/templates/pretixcontrol/event/mail.html:39
msgid "Order canceled"
msgstr "Bestellung storniert"
#: pretix/control/templates/pretixcontrol/event/mail.html:46
msgid "SMTP settings"
msgstr "SMTP-Einstellungen"
#: pretix/control/templates/pretixcontrol/event/mail.html:55
#: pretix/control/templates/pretixcontrol/event/mail.html:60
msgid "Save and test custom SMTP connection"
msgstr "Speichern und SMTP-Einstellung testen"