/home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/classic/core
NameSizeModeActions
account.html.twig27870755editdlrm
backoffice_order.html.twig11140755editdlrm
bankwire.html.twig38360755editdlrm
cheque.html.twig37050755editdlrm
contact.html.twig13300755editdlrm
contact_form.html.twig15920755editdlrm
credit_slip.html.twig18260755editdlrm
download_product.html.twig26570755editdlrm
employee_password.html.twig15550755editdlrm
forward_msg.html.twig15100755editdlrm
guest_to_customer.html.twig21450755editdlrm
import.html.twig11810755editdlrm
in_transit.html.twig37280755editdlrm
log_alert.html.twig14320755editdlrm
newsletter.html.twig3170755editdlrm
order_canceled.html.twig23020755editdlrm
order_changed.html.twig23160755editdlrm
order_conf.html.twig136020755editdlrm
order_customer_comment.html.twig15210755editdlrm
order_merchant_comment.html.twig13670755editdlrm
order_return_state.html.twig17650755editdlrm
outofstock.html.twig25140755editdlrm
password.html.twig21550755editdlrm
password_query.html.twig15000755editdlrm
payment.html.twig23970755editdlrm
payment_error.html.twig25190755editdlrm
preparation.html.twig22980755editdlrm
productoutofstock.html.twig15320755editdlrm
refund.html.twig23050755editdlrm
reply_msg.html.twig7550755editdlrm
shipped.html.twig18530755editdlrm
test.html.twig6230755editdlrm
voucher.html.twig16510755editdlrm
voucher_new.html.twig13430755editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/classic/core/cheque.html.twig (3705B)
{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %} {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}
 
  {% if templateType == 'html' %}

{{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Awaiting check payment'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'Your order with the reference [1]{order_name}[/1] has been placed successfully and will be [1]shipped as soon as we receive your payment[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
 
 
 

{{ 'You have selected to pay by check.'|trans({}, 'Emails.Body', locale)|raw }}

{{ 'Here are the bank details 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 }} {% if templateType == 'html' %} {check_address_html} {% endif %} {% if templateType == 'txt' %} {check_address} {% endif %}
 
  {{ '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 %}