/home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/mails/themes/modern/core/bankwire.html.twig (27088B)
{% extends '@MailThemes/modern/components/layout.html.twig' %}
{% block title %}{{ 'Bankwire'|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) }} - {{ 'Pending payment'|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: bank wire'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
|
{{ 'You have decided to pay by bank wire.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Here is the information you need for your transfer:'|trans({}, 'Emails.Body', locale)|raw }}
|
|
{{ 'Amount:'|trans({}, 'Emails.Body', locale)|raw }}
{total_paid}
|
|
{{ 'Account owner:'|trans({}, 'Emails.Body', locale)|raw }}
{bankwire_owner}
|
|
{{ 'Account details:'|trans({}, 'Emails.Body', locale)|raw }} {bankwire_details}
|
|
{{ 'Bank address:'|trans({}, 'Emails.Body', locale)|raw }} {bankwire_address}
|
|
{{ 'Please specify your order reference in the bankwire description.'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
{{ '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 %}