/home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core
NameSizeModeActions
account.html.twig237340755editdlrm
backoffice_order.html.twig128520755editdlrm
bankwire.html.twig270880755editdlrm
cheque.html.twig260490755editdlrm
contact.html.twig168400755editdlrm
contact_form.html.twig144120755editdlrm
credit_slip.html.twig154740755editdlrm
download_product.html.twig192970755editdlrm
employee_password.html.twig150680755editdlrm
forward_msg.html.twig142520755editdlrm
guest_to_customer.html.twig161990755editdlrm
import.html.twig130080755editdlrm
in_transit.html.twig189220755editdlrm
log_alert.html.twig136580755editdlrm
newsletter.html.twig102580755editdlrm
order_canceled.html.twig160280755editdlrm
order_changed.html.twig160310755editdlrm
order_conf.html.twig380840755editdlrm
order_customer_comment.html.twig187540755editdlrm
order_merchant_comment.html.twig182370755editdlrm
order_return_state.html.twig154600755editdlrm
outofstock.html.twig186780755editdlrm
password.html.twig103190755editdlrm
password_query.html.twig164270755editdlrm
payment.html.twig177960755editdlrm
payment_error.html.twig182430755editdlrm
preparation.html.twig178540755editdlrm
productoutofstock.html.twig141960755editdlrm
refund.html.twig159090755editdlrm
reply_msg.html.twig131280755editdlrm
shipped.html.twig177950755editdlrm
test.html.twig109420755editdlrm
voucher.html.twig143480755editdlrm
voucher_new.html.twig136030755editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core/cheque.html.twig (26049B)
{% extends '@MailThemes/modern/components/layout.html.twig' %} {% block title %}{{ 'Check'|trans({}, 'Emails.Body', locale) }}{% endblock %} {% block content %}
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}

{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Awaiting payment by check'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Payment method: check'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'You have decided to pay by bank check.'|trans({}, 'Emails.Body', locale)|raw }} {{ 'Here is the information you need for your check:'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Amount:'|trans({}, 'Emails.Body', locale)|raw }} {total_paid}
{{ 'Payable to the order of:'|trans({}, 'Emails.Body', locale)|raw }} {check_name}
{{ 'Please mail your check to:'|trans({}, 'Emails.Body', locale)|raw }} {check_address_html}
{{ 'Follow your order and download your invoice on our store, go to the %order_history_label% section of your customer account.'|trans({'%order_history_label%': 'Order history and details'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }}
{{ 'If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.'|trans({'%guest_tracking_label%': 'Guest Tracking'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }}
{% endblock %} {% block styles %} {% endblock %}