Download 'mails' folder
This commit is contained in:
40
mails/themes/classic/core/voucher.html.twig
Normal file
40
mails/themes/classic/core/voucher.html.twig
Normal file
@@ -0,0 +1,40 @@
|
||||
{% extends '@MailThemes/classic/components/layout.html.twig' %}
|
||||
|
||||
{% block content %}
|
||||
<tr>
|
||||
<td align="center" class="titleblock">
|
||||
<font size="2" face="{{ languageDefaultFont }}Open-sans, sans-serif" color="#555454">
|
||||
<span class="title">{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}</span>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="space_footer"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="box" style="border:1px solid #D6D4D4;">
|
||||
<table class="table">
|
||||
<tr>
|
||||
<td width="10"> </td>
|
||||
<td>
|
||||
<font size="2" face="{{ languageDefaultFont }}Open-sans, sans-serif" color="#555454">
|
||||
{% if templateType == 'html' %}
|
||||
|
||||
<p style="border-bottom:1px solid #D6D4D4;">
|
||||
{{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Voucher created'|trans({}, 'Emails.Body', locale)|raw }}
|
||||
</p>
|
||||
|
||||
{% endif %}
|
||||
<span>
|
||||
{{ 'A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].'|trans({'[1]': '<span><strong>', '[/1]': '</strong></span>'}, 'Emails.Body', locale)|raw }}<br/><br/>
|
||||
{{ '[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]'|trans({'[1]': '<span><strong>', '[/1]': '</strong></span>'}, 'Emails.Body', locale)|raw }}<br/><br/>
|
||||
{{ 'Simply copy/paste this code during the payment process for your next order.'|trans({}, 'Emails.Body', locale)|raw }}
|
||||
</span>
|
||||
</font>
|
||||
</td>
|
||||
<td width="10"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user