/home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core/voucher.html.twig (14348B)
{% extends '@MailThemes/modern/components/layout.html.twig' %}
{% block title %}{{ 'Voucher'|trans({}, 'Emails.Body', locale) }}{% endblock %}
{% block content %}
|
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
|
|
|
|
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Voucher code generated'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
|
{{ 'We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
|
|
{{ '[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
|
|
{{ 'In order to use it, just copy/paste this code during check out.'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
{% endblock %}
{% block styles %}
{% endblock %}