diff --git a/mails/en/src/account.php b/mails/en/src/account.php
new file mode 100644
index 000000000..3117492a0
--- /dev/null
+++ b/mails/en/src/account.php
@@ -0,0 +1,45 @@
+
+
+
+
+ Hi {firstname} {lastname},
+ Thank you for creating a customer account at {shop_name}.');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+ E-mail address: {email}'); ?>
+ Password: {passwd}'); ?>
+
+ |
+
+
+ | |
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+ You can now place orders on our shop: {shop_name}'); ?>.
+ |
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/backoffice_order.php b/mails/en/src/backoffice_order.php
new file mode 100644
index 000000000..29b8c593e
--- /dev/null
+++ b/mails/en/src/backoffice_order.php
@@ -0,0 +1,23 @@
+
+
+
+ |
+ Hi {firstname} {lastname},'); ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+ {order_link} to finalize the payment.'); ?>
+
+ |
+
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/bankwire.php b/mails/en/src/bankwire.php
new file mode 100644
index 000000000..b59de538f
--- /dev/null
+++ b/mails/en/src/bankwire.php
@@ -0,0 +1,51 @@
+
+
+
+
+ Hi {firstname} {lastname},
+ Thank you for shopping at {shop_name}!');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+ shipped as soon as we receive your payment.'); ?>
+
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+ Amount: {total_paid}'); ?>
+ Account owner: {bankwire_owner}'); ?>
+ Account details: {bankwire_details}'); ?>
+ Bank address: {bankwire_address}'); ?>
+
+ |
+
+
+ |
+ You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.'); ?>
+ |
+
+
+ |
+ If you have a guest account, you can follow your order via the "Guest Tracking" section on our shop.'); ?>
+ |
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/cheque.php b/mails/en/src/cheque.php
new file mode 100644
index 000000000..6b43b71c2
--- /dev/null
+++ b/mails/en/src/cheque.php
@@ -0,0 +1,52 @@
+
+
+
+
+ Hi {firstname} {lastname},
+ Thank you for shopping at {shop_name}!');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+ shipped as soon as we receive your payment.'); ?>
+
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+ Amount: {total_paid}'); ?>
+ Payable to the order of: {cheque_name}'); ?>
+ {cheque_address_html}'); ?>
+
+
+ |
+
+
+ |
+ You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.'); ?>
+ |
+
+
+ |
+ If you have a guest account, you can follow your order via the "Guest Tracking" section on our shop.'); ?>
+ |
+
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/contact.php b/mails/en/src/contact.php
new file mode 100644
index 000000000..a5f904e76
--- /dev/null
+++ b/mails/en/src/contact.php
@@ -0,0 +1,26 @@
+
+
+
+ |
+ Hi {firstname} {lastname},');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+ Customer e-mail address: {email}'); ?>
+ Customer message: {message}'); ?>
+ Order ID: {order_name}'); ?>
+ Attached file: {attached_file}'); ?>
+
+ |
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/contact_form.php b/mails/en/src/contact_form.php
new file mode 100644
index 000000000..4d0928076
--- /dev/null
+++ b/mails/en/src/contact_form.php
@@ -0,0 +1,32 @@
+
+
+
+ |
+ Hi {firstname} {lastname},');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+ Message: {message}'); ?>
+ Order ID: {order_name}'); ?>
+ Product: {product_name}'); ?>
+ Attached file: {attached_file}'); ?>
+
+ |
+
+
+ |
+ We will answer as soon as possible.'); ?>
+ |
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/credit_slip.php b/mails/en/src/credit_slip.php
new file mode 100644
index 000000000..cbbb5a401
--- /dev/null
+++ b/mails/en/src/credit_slip.php
@@ -0,0 +1,28 @@
+
+
+
+ |
+ Hi {firstname} {lastname},');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+
+ |
+
+
+ |
+ You can review this credit slip and download your invoice from the "My credit slips" section of your account by clicking "My account" on our shop.'); ?>
+ |
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/download_product.php b/mails/en/src/download_product.php
new file mode 100644
index 000000000..d60b50f0c
--- /dev/null
+++ b/mails/en/src/download_product.php
@@ -0,0 +1,35 @@
+
+
+
+
+ Hi {firstname} {lastname},
+ Thank you for your order from {shop_name}');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+ {nbProducts} product(s) now available for download using the following link(s):'); ?>
+
+
+ |
+
+
+ |
+ You can review your order and download your invoice from the "Order history" section of your customer account by clicking "My account" on our shop.'); ?>
+ |
+
+
+ |
+ If you have a guest account, you can follow your order via the "Guest Tracking" section on our shop.'); ?>
+ |
+
+
+
diff --git a/mails/en/src/employee_password.php b/mails/en/src/employee_password.php
new file mode 100644
index 000000000..d6da77e2e
--- /dev/null
+++ b/mails/en/src/employee_password.php
@@ -0,0 +1,27 @@
+
+
+
+ |
+ Hi {firstname} {lastname},');
+ ?>
+ |
+
+
+ | |
+
+
+ |
+
+
+
+
+
+ First name: {firstname}'); ?>
+ Last name: {lastname}'); ?>
+ Password: {passwd}'); ?>
+ E-mail address: {email}'); ?>
+
+ |
+
+
+
\ No newline at end of file
diff --git a/mails/en/src/footer.php b/mails/en/src/footer.php
new file mode 100644
index 000000000..6c712228e
--- /dev/null
+++ b/mails/en/src/footer.php
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+ |
+
+
+