diff --git a/modules/blocknewsletter/mails/en/newsletter_voucher.html b/modules/blocknewsletter/mails/en/newsletter_voucher.html
index 1dc23f065..12b2b6513 100644
--- a/modules/blocknewsletter/mails/en/newsletter_voucher.html
+++ b/modules/blocknewsletter/mails/en/newsletter_voucher.html
@@ -20,7 +20,7 @@
|
-| Newsletter subscription |
+Newsletter subscription |
| |
@@ -32,7 +32,7 @@
|
-| {shop_name} powered by PrestaShop™ |
+{shop_name} powered by PrestaShop™ |
diff --git a/modules/blockwishlist/mails/en/wishlink.html b/modules/blockwishlist/mails/en/wishlink.html
index 6089277f2..d82bfb660 100644
--- a/modules/blockwishlist/mails/en/wishlink.html
+++ b/modules/blockwishlist/mails/en/wishlink.html
@@ -20,7 +20,7 @@
|
-| Message from {shop_name} |
+Message from {shop_name} |
| |
@@ -32,7 +32,7 @@
|
-| {shop_name} realised with PrestaShop™ |
+{shop_name} realised with PrestaShop™ |
diff --git a/modules/blockwishlist/mails/en/wishlist.html b/modules/blockwishlist/mails/en/wishlist.html
index 1deb338c9..6678d8224 100644
--- a/modules/blockwishlist/mails/en/wishlist.html
+++ b/modules/blockwishlist/mails/en/wishlist.html
@@ -20,7 +20,7 @@
|
-| Message from {shop_name} |
+Message from {shop_name} |
| |
@@ -32,7 +32,7 @@
|
-| {shop_name} Powered by PrestaShop™ |
+{shop_name} Powered by PrestaShop™ |
diff --git a/modules/followup/mails/en/followup_1.html b/modules/followup/mails/en/followup_1.html
index b49fce7bf..d6518515b 100644
--- a/modules/followup/mails/en/followup_1.html
+++ b/modules/followup/mails/en/followup_1.html
@@ -14,13 +14,13 @@
|
-| Hi {firstname} {lastname}, |
+Hi {firstname} {lastname}, |
| |
-| Your cart at {shop_name} |
+Your cart at {shop_name} |
| |
@@ -38,7 +38,7 @@
|
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |
diff --git a/modules/followup/mails/en/followup_2.html b/modules/followup/mails/en/followup_2.html
index 8047b701b..963414077 100644
--- a/modules/followup/mails/en/followup_2.html
+++ b/modules/followup/mails/en/followup_2.html
@@ -14,13 +14,13 @@
|
-| Hi {firstname} {lastname}, |
+Hi {firstname} {lastname}, |
| |
-| Thank you for your order at {shop_name} |
+Thank you for your order at {shop_name} |
| |
@@ -38,7 +38,7 @@
|
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |
diff --git a/modules/followup/mails/en/followup_3.html b/modules/followup/mails/en/followup_3.html
index 7b0a818cc..f6d033240 100644
--- a/modules/followup/mails/en/followup_3.html
+++ b/modules/followup/mails/en/followup_3.html
@@ -14,13 +14,13 @@
|
-| Hi {firstname} {lastname}, |
+Hi {firstname} {lastname}, |
| |
-| Thanks for your trust |
+Thanks for your trust |
| |
@@ -38,7 +38,7 @@
|
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |
diff --git a/modules/followup/mails/en/followup_4.html b/modules/followup/mails/en/followup_4.html
index ac793ea83..ff59cd920 100644
--- a/modules/followup/mails/en/followup_4.html
+++ b/modules/followup/mails/en/followup_4.html
@@ -14,13 +14,13 @@
|
-| Hi {firstname} {lastname}, |
+Hi {firstname} {lastname}, |
| |
-| Your cart at {shop_name} |
+Your cart at {shop_name} |
| |
@@ -38,7 +38,7 @@
|
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |
diff --git a/modules/mailalerts/mailalerts.php b/modules/mailalerts/mailalerts.php
index 4d8e0c105..20add47cc 100644
--- a/modules/mailalerts/mailalerts.php
+++ b/modules/mailalerts/mailalerts.php
@@ -339,11 +339,11 @@ class MailAlerts extends Module
'{delivery_block_txt}' => MailAlert::getFormatedAddress($delivery, "\n"),
'{invoice_block_txt}' => MailAlert::getFormatedAddress($invoice, "\n"),
'{delivery_block_html}' => MailAlert::getFormatedAddress($delivery, '
', array(
- 'firstname' => '%s',
- 'lastname' => '%s')),
+ 'firstname' => '%s',
+ 'lastname' => '%s')),
'{invoice_block_html}' => MailAlert::getFormatedAddress($invoice, '
', array(
- 'firstname' => '%s',
- 'lastname' => '%s')),
+ 'firstname' => '%s',
+ 'lastname' => '%s')),
'{delivery_company}' => $delivery->company,
'{delivery_firstname}' => $delivery->firstname,
'{delivery_lastname}' => $delivery->lastname,
diff --git a/modules/mailalerts/mails/en/customer_qty.html b/modules/mailalerts/mails/en/customer_qty.html
index e73641fcc..d2f03253b 100644
--- a/modules/mailalerts/mails/en/customer_qty.html
+++ b/modules/mailalerts/mails/en/customer_qty.html
@@ -14,7 +14,7 @@
|
-| {product} is now available. |
+{product} is now available. |
| |
@@ -26,7 +26,7 @@
|
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |
diff --git a/modules/mailalerts/mails/en/productcoverage.html b/modules/mailalerts/mails/en/productcoverage.html
index 328d9077e..1d709047c 100644
--- a/modules/mailalerts/mails/en/productcoverage.html
+++ b/modules/mailalerts/mails/en/productcoverage.html
@@ -14,19 +14,19 @@
|
-| {product} is almost out of stock. |
+{product} is almost out of stock. |
| |
-The stock cover is now less than the specified minimum of {warning_coverage}.
Current stock cover: {current_coverage}
|
+The stock cover is now less than the specified minimum of {warning_coverage}.
Current stock cover: {current_coverage}
|
| |
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |
diff --git a/modules/mailalerts/mails/en/productoutofstock.html b/modules/mailalerts/mails/en/productoutofstock.html
index 10858effd..73d26bee3 100644
--- a/modules/mailalerts/mails/en/productoutofstock.html
+++ b/modules/mailalerts/mails/en/productoutofstock.html
@@ -14,19 +14,19 @@
|
-| {product} is nearly out of stock. |
+{product} is nearly out of stock. |
| |
-The remaining stock is now less than the specified minimum of {last_qty}.
Remaining stock: {qty}
You are advised to open the product's admin Product Page in order to replenish your inventory. |
+The remaining stock is now less than the specified minimum of {last_qty}.
Remaining stock: {qty}
You are advised to open the product's admin Product Page in order to replenish your inventory. |
| |
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |
diff --git a/modules/referralprogram/mails/en/referralprogram-congratulations.html b/modules/referralprogram/mails/en/referralprogram-congratulations.html
index 89f865423..70c65c205 100644
--- a/modules/referralprogram/mails/en/referralprogram-congratulations.html
+++ b/modules/referralprogram/mails/en/referralprogram-congratulations.html
@@ -20,7 +20,7 @@
|
-| Your referred friend, {sponsored_firstname} {sponsored_lastname} has placed his or her first order on {shop_name}! |
+Your referred friend, {sponsored_firstname} {sponsored_lastname} has placed his or her first order on {shop_name}! |
| |
@@ -38,7 +38,7 @@
|
-| {shop_name} powered by PrestaShop™ |
+{shop_name} powered by PrestaShop™ |
diff --git a/modules/referralprogram/mails/en/referralprogram-invitation.html b/modules/referralprogram/mails/en/referralprogram-invitation.html
index 7d413cef7..667344a64 100644
--- a/modules/referralprogram/mails/en/referralprogram-invitation.html
+++ b/modules/referralprogram/mails/en/referralprogram-invitation.html
@@ -14,13 +14,13 @@
|
-| {firstname_friend} {lastname_friend}, join us! |
+{firstname_friend} {lastname_friend}, join us! |
| |
-| Your friend {firstname} {lastname} wants to refer you on {shop_name}! |
+Your friend {firstname} {lastname} wants to refer you on {shop_name}! |
| |
@@ -50,7 +50,7 @@
|
-| {shop_name} powered by PrestaShop™ |
+{shop_name} powered by PrestaShop™ |
diff --git a/modules/referralprogram/mails/en/referralprogram-voucher.html b/modules/referralprogram/mails/en/referralprogram-voucher.html
index 35022e89f..499e189f7 100644
--- a/modules/referralprogram/mails/en/referralprogram-voucher.html
+++ b/modules/referralprogram/mails/en/referralprogram-voucher.html
@@ -14,13 +14,13 @@
|
-| Hi {firstname} {lastname}, |
+Hi {firstname} {lastname}, |
| |
-| Referral Program |
+Referral Program |
| |
@@ -38,7 +38,7 @@
|
-| {shop_name} powered by PrestaShop™ |
+{shop_name} powered by PrestaShop™ |
diff --git a/modules/sendtoafriend/mails/en/send_to_a_friend.html b/modules/sendtoafriend/mails/en/send_to_a_friend.html
index c30593d5e..c14aa128e 100644
--- a/modules/sendtoafriend/mails/en/send_to_a_friend.html
+++ b/modules/sendtoafriend/mails/en/send_to_a_friend.html
@@ -14,13 +14,13 @@
|
-| Hi {name}, |
+Hi {name}, |
| |
-| {customer} has sent you a link to a product that (s)he thinks may interest you. |
+{customer} has sent you a link to a product that (s)he thinks may interest you. |
| |
@@ -32,7 +32,7 @@
|
-| {shop_name} powered with PrestaShop™ |
+{shop_name} powered with PrestaShop™ |