diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json
index 06b14799..ff86d947 100644
--- a/.vscode/ftp-kr.sync.cache.json
+++ b/.vscode/ftp-kr.sync.cache.json
@@ -7537,22 +7537,28 @@
},
"google-merchant_id-1.xml": {
"type": "-",
- "size": 67546876,
+ "size": 69260395,
"lmtime": 0,
"modified": true
},
"google-merchant_id-2.xml": {
"type": "-",
- "size": 2730429,
+ "size": 2983418,
"lmtime": 0,
"modified": true
},
".htaccess": {
"type": "-",
- "size": 13577,
+ "size": 13596,
"lmtime": 1743185107915,
"modified": true
},
+ ".htaccess.2025-05-22-1747946142": {
+ "type": "-",
+ "size": 13577,
+ "lmtime": 0,
+ "modified": false
+ },
"iadmin": {
"themes": {
"default": {
@@ -11774,9 +11780,9 @@
},
"import-product.php": {
"type": "-",
- "size": 22562,
- "lmtime": 1742810375717,
- "modified": true
+ "size": 27503,
+ "lmtime": 1748716538167,
+ "modified": false
},
"index.php": {
"type": "-",
@@ -16895,9 +16901,9 @@
"pub": {},
"robots.txt": {
"type": "-",
- "size": 2723,
+ "size": 2673,
"lmtime": 0,
- "modified": false
+ "modified": true
},
"script.php": {
"type": "-",
diff --git a/mails/.htaccess b/mails/.htaccess
new file mode 100644
index 00000000..3de9e400
--- /dev/null
+++ b/mails/.htaccess
@@ -0,0 +1,10 @@
+# Apache 2.2
+
+ Order deny,allow
+ Deny from all
+
+
+# Apache 2.4
+
+ Require all denied
+
diff --git a/mails/_partials/download_product_virtual_products.tpl b/mails/_partials/download_product_virtual_products.tpl
new file mode 100644
index 00000000..0d85f2a7
--- /dev/null
+++ b/mails/_partials/download_product_virtual_products.tpl
@@ -0,0 +1,29 @@
+{**
+ * Copyright since 2007 PrestaShop SA and Contributors
+ * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.md.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to https://devdocs.prestashop.com/ for more information.
+ *
+ * @author PrestaShop SA and Contributors
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ *}
+
diff --git a/mails/_partials/download_product_virtual_products.txt b/mails/_partials/download_product_virtual_products.txt
new file mode 100644
index 00000000..47a72639
--- /dev/null
+++ b/mails/_partials/download_product_virtual_products.txt
@@ -0,0 +1,3 @@
+{foreach $list as $product}
+ [{$product.text}]({$product.url}) {$product.complementary_text}
+{/foreach}
diff --git a/mails/_partials/order_conf_cart_rules.tpl b/mails/_partials/order_conf_cart_rules.tpl
new file mode 100644
index 00000000..e2fd3859
--- /dev/null
+++ b/mails/_partials/order_conf_cart_rules.tpl
@@ -0,0 +1,54 @@
+{**
+ * Copyright since 2007 PrestaShop SA and Contributors
+ * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.md.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to https://devdocs.prestashop.com/ for more information.
+ *
+ * @author PrestaShop SA and Contributors
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ *}
+{foreach $list as $cart_rule}
+
+
+
+
+
+
+
+ {$cart_rule['voucher_name']}
+
+
+
+
+
+
+
+
+
+
+
+
+ {$cart_rule['voucher_reduction']}
+
+
+
+
+
+
+
+{/foreach}
diff --git a/mails/_partials/order_conf_cart_rules.txt b/mails/_partials/order_conf_cart_rules.txt
new file mode 100644
index 00000000..72a6970d
--- /dev/null
+++ b/mails/_partials/order_conf_cart_rules.txt
@@ -0,0 +1,3 @@
+{foreach $list as $cart_rule}
+ {$cart_rule['voucher_name']} {$cart_rule['voucher_reduction']}
+{/foreach}
\ No newline at end of file
diff --git a/mails/_partials/order_conf_product_list.tpl b/mails/_partials/order_conf_product_list.tpl
new file mode 100644
index 00000000..abbde5ae
--- /dev/null
+++ b/mails/_partials/order_conf_product_list.tpl
@@ -0,0 +1,136 @@
+{**
+ * Copyright since 2007 PrestaShop SA and Contributors
+ * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.md.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to https://devdocs.prestashop.com/ for more information.
+ *
+ * @author PrestaShop SA and Contributors
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ *}
+{foreach $list as $product}
+
+ {/foreach}
+ {/if}
+{/foreach}
diff --git a/mails/_partials/order_conf_product_list.txt b/mails/_partials/order_conf_product_list.txt
new file mode 100644
index 00000000..f0d31e52
--- /dev/null
+++ b/mails/_partials/order_conf_product_list.txt
@@ -0,0 +1,20 @@
+{foreach $list as $product}
+ {$product['reference']}
+
+ {$product['name']}
+
+ {$product['price']}
+ {capture "productPriceBlock"}{hook h='displayProductPriceBlock' product=$product type="unit_price"}{/capture}{$smarty.capture.productPriceBlock|strip_tags|trim}
+
+ {$product['quantity']}
+
+ {$product['price']}
+
+ {foreach $product['customization'] as $customization}
+ {$customization['customization_text']}
+
+ {if count($product['customization']) > 1}
+ {$customization['customization_quantity']}
+ {/if}
+ {/foreach}
+{/foreach}
diff --git a/mails/index.php b/mails/index.php
new file mode 100644
index 00000000..76cd9dd3
--- /dev/null
+++ b/mails/index.php
@@ -0,0 +1,35 @@
+
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ */
+
+header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
+header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
+
+header("Cache-Control: no-store, no-cache, must-revalidate");
+header("Cache-Control: post-check=0, pre-check=0", false);
+header("Pragma: no-cache");
+
+header("Location: ../");
+exit;
diff --git a/mails/pl/_partials/download_product_virtual_products.tpl b/mails/pl/_partials/download_product_virtual_products.tpl
new file mode 100644
index 00000000..0d85f2a7
--- /dev/null
+++ b/mails/pl/_partials/download_product_virtual_products.tpl
@@ -0,0 +1,29 @@
+{**
+ * Copyright since 2007 PrestaShop SA and Contributors
+ * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.md.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to https://devdocs.prestashop.com/ for more information.
+ *
+ * @author PrestaShop SA and Contributors
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ *}
+
diff --git a/mails/pl/_partials/download_product_virtual_products.txt b/mails/pl/_partials/download_product_virtual_products.txt
new file mode 100644
index 00000000..47a72639
--- /dev/null
+++ b/mails/pl/_partials/download_product_virtual_products.txt
@@ -0,0 +1,3 @@
+{foreach $list as $product}
+ [{$product.text}]({$product.url}) {$product.complementary_text}
+{/foreach}
diff --git a/mails/pl/_partials/order_conf_cart_rules.tpl b/mails/pl/_partials/order_conf_cart_rules.tpl
new file mode 100644
index 00000000..e2fd3859
--- /dev/null
+++ b/mails/pl/_partials/order_conf_cart_rules.tpl
@@ -0,0 +1,54 @@
+{**
+ * Copyright since 2007 PrestaShop SA and Contributors
+ * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.md.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to https://devdocs.prestashop.com/ for more information.
+ *
+ * @author PrestaShop SA and Contributors
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ *}
+{foreach $list as $cart_rule}
+
+
+
+
+
+
+
+ {$cart_rule['voucher_name']}
+
+
+
+
+
+
+
+
+
+
+
+
+ {$cart_rule['voucher_reduction']}
+
+
+
+
+
+
+
+{/foreach}
diff --git a/mails/pl/_partials/order_conf_cart_rules.txt b/mails/pl/_partials/order_conf_cart_rules.txt
new file mode 100644
index 00000000..72a6970d
--- /dev/null
+++ b/mails/pl/_partials/order_conf_cart_rules.txt
@@ -0,0 +1,3 @@
+{foreach $list as $cart_rule}
+ {$cart_rule['voucher_name']} {$cart_rule['voucher_reduction']}
+{/foreach}
\ No newline at end of file
diff --git a/mails/pl/_partials/order_conf_product_list.tpl b/mails/pl/_partials/order_conf_product_list.tpl
new file mode 100644
index 00000000..abbde5ae
--- /dev/null
+++ b/mails/pl/_partials/order_conf_product_list.tpl
@@ -0,0 +1,136 @@
+{**
+ * Copyright since 2007 PrestaShop SA and Contributors
+ * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.md.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to https://devdocs.prestashop.com/ for more information.
+ *
+ * @author PrestaShop SA and Contributors
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ *}
+{foreach $list as $product}
+
+
+
+
diff --git a/mails/pl/account.txt b/mails/pl/account.txt
new file mode 100644
index 00000000..14c712b1
--- /dev/null
+++ b/mails/pl/account.txt
@@ -0,0 +1,29 @@
+
+
+{shop_url}
+
+Witaj {firstname} {lastname},
+
+Dziękujemy za utworzenie konta klienta na stronie {shop_name}.
+
+Twoje dane do logowania w sklepie {shop_name}
+
+Oto twoje dane logowania:
+
+Adres e-mail: {email}
+
+Ważne wskazówki dotyczące bezpieczeństwa:
+
+1. Zawsze trzymaj dane do Twojego konta w bezpiecznym miejscu.
+
+2. Nigdy nie ujawniaj nikomu swojego loginu i hasła.
+
+3. Regularnie zmieniaj swoje hasło.
+
+4. Jeśli podejrzewasz, że ktoś używa Twojego konta nielegalnie, prosimy o natychmiastowe poinformowanie nas o tym.
+
+Możesz teraz składać zamówienia w naszym sklepie: [{shop_name}]({shop_url})
+
+[{shop_name}]({shop_url})
+
+Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7)
diff --git a/mails/pl/backoffice_order.html b/mails/pl/backoffice_order.html
new file mode 100644
index 00000000..06e98e80
--- /dev/null
+++ b/mails/pl/backoffice_order.html
@@ -0,0 +1,392 @@
+
+
+
+
+ Zamówienie z panelu administracyjnego
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mails/pl/order_conf.txt b/mails/pl/order_conf.txt
new file mode 100644
index 00000000..13b45c8f
--- /dev/null
+++ b/mails/pl/order_conf.txt
@@ -0,0 +1,43 @@
+
+
+{shop_url}
+
+Witaj {firstname} {lastname},
+
+Dziękujemy za zakupy w {shop_name}!
+
+Szczegóły zamówienia
+
+Zamówienie: {order_name} Złożone w {date}
+
+Płatność: {payment}
+
+Indeks Produkt Cena jednostkowa Ilość Cena końcowa {products_txt} {discounts_txt}
+Produkty {total_products}
+Rabaty {total_discounts}
+Pakowanie prezentowe {total_wrapping}
+Wysyłka {total_shipping}
+Z podatkiem {total_tax_paid}
+Zapłacono w sumie {total_paid}
+
+Wysyłka
+
+Przewoźnik: {carrier}
+
+Płatność: {payment}
+
+Adres dostawy
+
+{delivery_block_txt}
+
+Adres do faktury
+
+{invoice_block_txt}
+
+Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta.
+
+Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie.
+
+[{shop_name}]({shop_url})
+
+Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7)
diff --git a/mails/pl/order_conf_cart_rules.tpl b/mails/pl/order_conf_cart_rules.tpl
new file mode 100644
index 00000000..56809b7b
--- /dev/null
+++ b/mails/pl/order_conf_cart_rules.tpl
@@ -0,0 +1,54 @@
+{**
+ * 2007-2018 PrestaShop
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to http://www.prestashop.com for more information.
+ *
+ * @author PrestaShop SA
+ * @copyright 2007-2018 PrestaShop SA
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ * International Registered Trademark & Property of PrestaShop SA
+ *}
+{foreach $list as $cart_rule}
+
+
+
+
+
+
+
+ {$cart_rule['voucher_name']}
+
+
+
+
+
+
+
+
+
+
+
+
+ {$cart_rule['voucher_reduction']}
+
+
+
+
+
+
+
+{/foreach}
diff --git a/mails/pl/order_conf_cart_rules.txt b/mails/pl/order_conf_cart_rules.txt
new file mode 100644
index 00000000..72a6970d
--- /dev/null
+++ b/mails/pl/order_conf_cart_rules.txt
@@ -0,0 +1,3 @@
+{foreach $list as $cart_rule}
+ {$cart_rule['voucher_name']} {$cart_rule['voucher_reduction']}
+{/foreach}
\ No newline at end of file
diff --git a/mails/pl/order_conf_product_list.tpl b/mails/pl/order_conf_product_list.tpl
new file mode 100644
index 00000000..d61d625f
--- /dev/null
+++ b/mails/pl/order_conf_product_list.tpl
@@ -0,0 +1,136 @@
+{**
+ * 2007-2018 PrestaShop
+ *
+ * NOTICE OF LICENSE
+ *
+ * This source file is subject to the Open Software License (OSL 3.0)
+ * that is bundled with this package in the file LICENSE.txt.
+ * It is also available through the world-wide-web at this URL:
+ * https://opensource.org/licenses/OSL-3.0
+ * If you did not receive a copy of the license and are unable to
+ * obtain it through the world-wide-web, please send an email
+ * to license@prestashop.com so we can send you a copy immediately.
+ *
+ * DISCLAIMER
+ *
+ * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+ * versions in the future. If you wish to customize PrestaShop for your
+ * needs please refer to http://www.prestashop.com for more information.
+ *
+ * @author PrestaShop SA
+ * @copyright 2007-2018 PrestaShop SA
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ * International Registered Trademark & Property of PrestaShop SA
+ *}
+{foreach $list as $product}
+
Dziękujemy za Twoje zamówienie o numerze {order_name} złożone w {shop_name}.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Numer zamówienia {order_name} - Wymagane uzupełnienie
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Niestety, co najmniej jeden produkt jest obecnie niedostępny i może powodować niewielkie opóźnienie dostawy. Przepraszamy za niedogodności i zapewniamy, że staramy się naprawić tę sytuację.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+
diff --git a/mails/pl/outofstock.txt b/mails/pl/outofstock.txt
new file mode 100644
index 00000000..1813dbf8
--- /dev/null
+++ b/mails/pl/outofstock.txt
@@ -0,0 +1,19 @@
+
+
+{shop_url}
+
+Witaj {firstname} {lastname},
+
+Dziękujemy za Twoje zamówienie o numerze {order_name} złożone w {shop_name}.
+
+Numer zamówienia {order_name} - Wymagane uzupełnienie
+
+Niestety, co najmniej jeden produkt jest obecnie niedostępny i może powodować niewielkie opóźnienie dostawy. Przepraszamy za niedogodności i zapewniamy, że staramy się naprawić tę sytuację.
+
+Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta.
+
+Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie.
+
+[{shop_name}]({shop_url})
+
+Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7)
diff --git a/mails/pl/password.html b/mails/pl/password.html
new file mode 100644
index 00000000..bcbcef44
--- /dev/null
+++ b/mails/pl/password.html
@@ -0,0 +1,358 @@
+
+
+
+
+ Hasło
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/account.txt b/mails/sk/account.txt
new file mode 100644
index 00000000..8ea3446a
--- /dev/null
+++ b/mails/sk/account.txt
@@ -0,0 +1,29 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Ďakujeme za Vašu registráciu v obchode {shop_name}.
+
+Tu sú Vaše prihlasovacie údaje:
+
+E-MAIL: {email}
+
+Tipy pre Vašu bezpečnosť:
+
+* Vaše prihlasovacie údaje uchovávajte vždy na bezpečnom
+mieste.
+
+* Nikdy nedávajte Vaše prihlasovacie údaje ďalším osobám.
+
+* Pravidelne si meňte heslo.
+
+* Ak máte podozrenie, že Váš účet bol zneužitý, okamžite
+nás informujte.
+
+Teraz môžete zadávať objednávky v našom obchode: {shop_name}
+[{shop_url}]
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/backoffice_order.html b/mails/sk/backoffice_order.html
new file mode 100644
index 00000000..a82dbcdb
--- /dev/null
+++ b/mails/sk/backoffice_order.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/bankwire.txt b/mails/sk/bankwire.txt
new file mode 100644
index 00000000..dbf386f5
--- /dev/null
+++ b/mails/sk/bankwire.txt
@@ -0,0 +1,38 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Ďakujeme za nákup v obchode {shop_name}!
+
+Vaša objednávka s číslom {order_name} bola úspešne prijatá
+a bude ODOSLANÁ IHNEĎ PO PRIJATÍ VAŠEJ PLATBY.
+
+Zvolili ste si platbu bankovým prevodom.
+
+Detaily bankového účtu pre Vašu platbu:
+
+SUMA: {total_paid}
+
+MAJITEĽ ÚČTU: {bankwire_owner}
+
+DETAILY ÚČTU: {bankwire_details}
+
+SÍDLO BANKY: {bankwire_address}
+
+Do poznámky bankového prevodu prosím pridajte kód vašej
+objednávky.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/cheque.html b/mails/sk/cheque.html
new file mode 100644
index 00000000..8286f7a0
--- /dev/null
+++ b/mails/sk/cheque.html
@@ -0,0 +1,159 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/cheque.txt b/mails/sk/cheque.txt
new file mode 100644
index 00000000..a02cc156
--- /dev/null
+++ b/mails/sk/cheque.txt
@@ -0,0 +1,33 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Ďakujeme za nákup v obchode {shop_name}!
+
+Vaša objednávka s číslom {order_name} bola úspešne prijatá
+a bude ODOSLANÁ IHNEĎ PO PRIJATÍ VAŠEJ PLATBY.
+
+Zvolili ste si platbu šekom.
+
+Detaily bankového účtu pre Váš šek:
+
+SUMA: {total_paid}
+
+SPLATNÝ PRE OBJEDNÁVKU: {check_name}
+
+PROSÍM, POŠLITE VÁŠ ŠEK NA: {check_address}
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/contact.html b/mails/sk/contact.html
new file mode 100644
index 00000000..efbf3810
--- /dev/null
+++ b/mails/sk/contact.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/credit_slip.txt b/mails/sk/credit_slip.txt
new file mode 100644
index 00000000..6d16f2a5
--- /dev/null
+++ b/mails/sk/credit_slip.txt
@@ -0,0 +1,15 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Vytvorili sme Vám dobropis k objednávke s číslom {order_name}.
+
+Podrobnosti o dobropise spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/download_product.html b/mails/sk/download_product.html
new file mode 100644
index 00000000..f1507133
--- /dev/null
+++ b/mails/sk/download_product.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/download_product.txt b/mails/sk/download_product.txt
new file mode 100644
index 00000000..6775be5d
--- /dev/null
+++ b/mails/sk/download_product.txt
@@ -0,0 +1,26 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Ďakujeme za Vašu objednávku s číslom {order_name} z obchodu
+{shop_name}
+
+Máte {nbproducts} produkt(y) dostupný(é) na stiahnutie pomocou
+nasledujúcej(ich) adresy(ies):
+
+{virtualproducts}
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/employee_password.html b/mails/sk/employee_password.html
new file mode 100644
index 00000000..958a632f
--- /dev/null
+++ b/mails/sk/employee_password.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/guest_to_customer.txt b/mails/sk/guest_to_customer.txt
new file mode 100644
index 00000000..e2e86a5c
--- /dev/null
+++ b/mails/sk/guest_to_customer.txt
@@ -0,0 +1,19 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Váš účet návštevníka v obchode {shop_name} bol zmenený na
+zákaznícky účet.
+
+E-MAIL: {email}
+
+Pri zdieľaní týchto prihlasovacích údajov s ostatnými buďte
+prosím opatrný.
+
+Môžete sa prihlásiť do svojho zákazníckeho účtu v našom
+obchode: {shop_url}
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/import.html b/mails/sk/import.html
new file mode 100644
index 00000000..63b2e3d2
--- /dev/null
+++ b/mails/sk/import.html
@@ -0,0 +1,117 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/in_transit.txt b/mails/sk/in_transit.txt
new file mode 100644
index 00000000..250af1dd
--- /dev/null
+++ b/mails/sk/in_transit.txt
@@ -0,0 +1,27 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+*
+
+{meta_products}
+
+* Vaša objednávka s číslom {order_name} bola expedovaná.
+
+Vašu zásielku môžete sledovať kliknutím na sledovací odkaz:
+{followup} [{followup}]
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/log_alert.html b/mails/sk/log_alert.html
new file mode 100644
index 00000000..a7bdc401
--- /dev/null
+++ b/mails/sk/log_alert.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/log_alert.txt b/mails/sk/log_alert.txt
new file mode 100644
index 00000000..2484a1b4
--- /dev/null
+++ b/mails/sk/log_alert.txt
@@ -0,0 +1,13 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+VAROVANIE: obdržali ste nové upozornenie v logu administrácie.
+
+You can check for it in the "TOOLS" > "LOGS" section of your Back
+Office.
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/newsletter.html b/mails/sk/newsletter.html
new file mode 100644
index 00000000..f752639c
--- /dev/null
+++ b/mails/sk/newsletter.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/order_canceled.txt b/mails/sk/order_canceled.txt
new file mode 100644
index 00000000..93dca414
--- /dev/null
+++ b/mails/sk/order_canceled.txt
@@ -0,0 +1,21 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Vaša objednávka s číslom {order_name} v obchode {shop_name}
+bola zrušená.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/order_changed.html b/mails/sk/order_changed.html
new file mode 100644
index 00000000..c860544b
--- /dev/null
+++ b/mails/sk/order_changed.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/order_changed.txt b/mails/sk/order_changed.txt
new file mode 100644
index 00000000..498407de
--- /dev/null
+++ b/mails/sk/order_changed.txt
@@ -0,0 +1,21 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Vaša objednávka s číslom {order_name} v obchode {shop_name}
+bola zmenená obchodníkom.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/order_conf.html b/mails/sk/order_conf.html
new file mode 100644
index 00000000..aa41d2b8
--- /dev/null
+++ b/mails/sk/order_conf.html
@@ -0,0 +1,399 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/order_return_state.txt b/mails/sk/order_return_state.txt
new file mode 100644
index 00000000..4a7376c0
--- /dev/null
+++ b/mails/sk/order_return_state.txt
@@ -0,0 +1,16 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Aktualizovali sme priebeh vrátenia Vášho tovaru
+#{id_order_return}, nový stav je: "{state_order_return}"
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/outofstock.html b/mails/sk/outofstock.html
new file mode 100644
index 00000000..cafd80a8
--- /dev/null
+++ b/mails/sk/outofstock.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+ Dobrý deň {firstname} {lastname},
+ Ďakujeme za Vašu objednávku s číslom {order_name} z obchodu {shop_name}.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Objednávka {order_name} - Niektoré produkty nie sú skladom
+
+ Bohužiaľ, niektoré produkty nie sú momentálne na sklade, čo môže spôsobiť krátke oneskorenie doručenia Vašej objednávky. Prosíme, prijmite naše ospravedlnenie. Chceme Vás ubezpečiť, že Vašu objednávku vybavíme hneď ako to bude možné.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok".
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/outofstock.txt b/mails/sk/outofstock.txt
new file mode 100644
index 00000000..a60ee628
--- /dev/null
+++ b/mails/sk/outofstock.txt
@@ -0,0 +1,26 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Ďakujeme za Vašu objednávku s číslom {order_name} z obchodu
+{shop_name}.
+
+Bohužiaľ, niektoré produkty nie sú momentálne na sklade, čo
+môže spôsobiť krátke oneskorenie doručenia Vašej objednávky.
+Prosíme, prijmite naše ospravedlnenie. Chceme Vás ubezpečiť, že
+Vašu objednávku vybavíme hneď ako to bude možné.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/password.html b/mails/sk/password.html
new file mode 100644
index 00000000..134f75c0
--- /dev/null
+++ b/mails/sk/password.html
@@ -0,0 +1,133 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/password.txt b/mails/sk/password.txt
new file mode 100644
index 00000000..a19ce3d0
--- /dev/null
+++ b/mails/sk/password.txt
@@ -0,0 +1,20 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+E-MAIL: {email}
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/password_query.html b/mails/sk/password_query.html
new file mode 100644
index 00000000..f064300c
--- /dev/null
+++ b/mails/sk/password_query.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
diff --git a/mails/sk/payment.txt b/mails/sk/payment.txt
new file mode 100644
index 00000000..cc24603d
--- /dev/null
+++ b/mails/sk/payment.txt
@@ -0,0 +1,23 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Ďakujeme za nákup v obchode {shop_name}!
+
+Platba za Vašu objednávku s číslom {order_name} bola úspešne
+prijatá.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/payment_error.html b/mails/sk/payment_error.html
new file mode 100644
index 00000000..e86df8e3
--- /dev/null
+++ b/mails/sk/payment_error.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+ Objednávka {order_name} - Chyba pri spracovaní platby
+
+ Vyskytol sa problém s platbou za Vašu objednávku s číslom {order_name} v obchode {shop_name}. Kontaktujte nás prosím hneď ako to bude možné.
+ Objednávku nemôžeme odoslať skôr, než prijmeme od Vás platbu.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok".
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/payment_error.txt b/mails/sk/payment_error.txt
new file mode 100644
index 00000000..09419776
--- /dev/null
+++ b/mails/sk/payment_error.txt
@@ -0,0 +1,24 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Vyskytol sa problém s platbou za Vašu objednávku s číslom
+{order_name} v obchode {shop_name}. Kontaktujte nás prosím hneď ako
+to bude možné.
+
+OBJEDNÁVKU NEMÔŽEME ODOSLAŤ SKÔR, NEŽ PRIJMEME OD VÁS PLATBU.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/preparation.html b/mails/sk/preparation.html
new file mode 100644
index 00000000..71a9678e
--- /dev/null
+++ b/mails/sk/preparation.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/preparation.txt b/mails/sk/preparation.txt
new file mode 100644
index 00000000..dfd54154
--- /dev/null
+++ b/mails/sk/preparation.txt
@@ -0,0 +1,21 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Práve spracovávame Vašu objednávku s číslom {order_name} z
+obchodu {shop_name}.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/productoutofstock.html b/mails/sk/productoutofstock.html
new file mode 100644
index 00000000..d40d3785
--- /dev/null
+++ b/mails/sk/productoutofstock.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
diff --git a/mails/sk/refund.txt b/mails/sk/refund.txt
new file mode 100644
index 00000000..62546d0a
--- /dev/null
+++ b/mails/sk/refund.txt
@@ -0,0 +1,21 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Spracovali sme vrátenie peňazí za Vašu objednávku s číslom
+{order_name} v obchode {shop_name}.
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+Ak nemáte v našom obchode založený účet, stav objednávky
+môžete sledovať v časti "Sledovanie objednávok pre
+neregistrovaných zákazníkov"
+[{guest_tracking_url}?id_order={order_name}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/reply_msg.html b/mails/sk/reply_msg.html
new file mode 100644
index 00000000..dfe59031
--- /dev/null
+++ b/mails/sk/reply_msg.html
@@ -0,0 +1,108 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/shipped.txt b/mails/sk/shipped.txt
new file mode 100644
index 00000000..1d5a381f
--- /dev/null
+++ b/mails/sk/shipped.txt
@@ -0,0 +1,19 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Vaša objednávka bola odoslaná
+
+Vaša objednávka s číslom {order_name} bola odoslaná.
+
+Ďakujeme za nákup v obchode {shop_name}!
+
+Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo
+Vašom zákazníckom "Účte" [{my_account_url}] po
+kliknutí na "História objednávok"
+[{history_url}].
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/test.html b/mails/sk/test.html
new file mode 100644
index 00000000..6eb24c79
--- /dev/null
+++ b/mails/sk/test.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/test.txt b/mails/sk/test.txt
new file mode 100644
index 00000000..c36ada64
--- /dev/null
+++ b/mails/sk/test.txt
@@ -0,0 +1,12 @@
+
+[{shop_url}]
+
+Dobrý deň
+
+Toto je TESTOVACÍ E-MAIL z Vášho obchodu.
+
+Ak toto čítate, test bol úspešný!.
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/voucher.html b/mails/sk/voucher.html
new file mode 100644
index 00000000..c1103626
--- /dev/null
+++ b/mails/sk/voucher.html
@@ -0,0 +1,115 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mails/sk/voucher.txt b/mails/sk/voucher.txt
new file mode 100644
index 00000000..628ef4dd
--- /dev/null
+++ b/mails/sk/voucher.txt
@@ -0,0 +1,16 @@
+
+[{shop_url}]
+
+Dobrý deň {firstname} {lastname},
+
+Vytvorili sme Vám nový kupón vďaka objednávke s číslom
+{order_name}.
+
+KÓD ZĽAVOVÉHO KUPÓNU: {voucher_num} v hodnote {voucher_amount}
+
+Jednoducho skopírujte tento kód a vložte ho do Vašej ďalšej
+objednávky v našom obchode.
+
+{shop_name} [{shop_url}] powered by
+PrestaShop(tm) [http://www.prestashop.com/]
+
diff --git a/mails/sk/voucher_new.html b/mails/sk/voucher_new.html
new file mode 100644
index 00000000..52dcf2bd
--- /dev/null
+++ b/mails/sk/voucher_new.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+ Správa z obchodu {shop_name}
+
+
+
+
+
+
+
+
+{% 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 wire transfer.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+ {{ 'Here are the bank details 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 shop, 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 }}
+
+
+
+
+{% 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 shop, 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 }}
+
+
+
+
+{% endif %}
+
+ {{ 'We have generated a credit slip in your name for order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account.'|trans({'%credit_slips_label%': 'Credit slips'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }}
+
+
+
+
+ {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thank you for your order with the reference {order_name} from {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if templateType == 'html' %}
+
+
+ {{ 'Product(s) now available for download'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+{% endif %}
+
+ {{ 'You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+{% endif %}
+
+ {{ 'Your guest account for [1]{shop_name}[/1] has been transformed into a customer account.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+{% endif %}
+
+ {{ 'Your order with the reference [1]{order_name}[/1] is currently in transit.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+ {{ 'You have received a new log alert'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+{% endif %}
+
+ {{ '[1]Warning:[/1] you have received a new log alert in your Back Office.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+{% endif %}
+
+ {{ 'Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+{% endif %}
+
+ {{ 'Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+ {{ 'Message from {shop_name}'|trans({}, 'Emails.Body', locale) }}
+
+
+{% endif %}
+
+ {{ 'You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+{% endif %}
+
+ {{ 'We have updated the progress on your return #{id_order_return}, the new status is:'|trans({}, 'Emails.Body', locale) }} "{state_order_return}"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+ {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thanks for your order with the reference {order_name} from {shop_name}.'|trans({}, 'Emails.Body', locale) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if templateType == 'html' %}
+
+
+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Item(s) out of stock'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+{% endif %}
+
+ {{ 'Unfortunately, one or more items are currently out of stock. This may cause a slight delay in your delivery. Please accept our apologies and rest assured that we are working hard to rectify this.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+{% endif %}
+
+ {{ 'Your payment for order with the reference {order_name} was successfully processed.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+{% endif %}
+
+ {{ 'There is a problem with your payment for {shop_name} order with the reference {order_name}. Please contact us at your earliest convenience.'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'We cannot ship your order until we receive your payment.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+{% endif %}
+
+ {{ 'We are currently processing your {shop_name} order with the reference {order_name}.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+ {{ 'Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+{% endif %}
+
+ {{ 'We have processed your {shop_name} refund for order with the reference {order_name}.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+
+ {{ 'Please do not reply directly to this email, we will not receive it.'|trans({}, 'Emails.Body', locale)|raw }}
+
+ {{ 'In order to reply, please use the following link: {link}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+{% endif %}
+
+ {{ 'Your order with the reference [1]{order_name}[/1] has been shipped.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+{% endif %}
+
+ {{ 'A voucher has been created in your name as a result of your order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ '[1]Voucher code: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'Simply copy/paste this code during the payment process for your next order.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ {{ '{product} is now available.'|trans({}, 'Emails.Body', locale) }}
+
+
+{% endif %}
+
+ {{ 'This item is once again in-stock.'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'You can access the product page by clicking on the link:'|trans({}, 'Emails.Body', locale)|raw }} {product}
+ {{ 'You can order it right now from our online shop.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+{% endif %}
+
+ {{ 'Your order with the reference [1]{order_name}[/1] has been modified.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Follow your order and download your invoice on our shop, 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 }}
+
+
+
+ {{ 'Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+ {{ 'Thank you for subscribing to our newsletter, please confirm your request by clicking the link below :'|trans({}, 'Emails.Body', locale)|raw }}
+ {verif_url}
+
+
+
+
+{% endif %}
+
+ {{ 'Regarding your newsletter subscription, we are pleased to offer you the following voucher:'|trans({}, 'Emails.Body', locale)|raw }} {discount}
+
+
+
+ {{ 'Your cart at {shop_name}'|trans({}, 'Emails.Body', locale) }}
+
+
+{% endif %}
+
+ {{ 'We noticed that during your last visit on {shop_name}, you did not complete the order you had started.'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Your cart has been saved, you can resume your order by visiting our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}
+ {{ 'As an incentive, we can give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+{% endif %}
+
+ {{ 'Here is your coupon:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+ {{ 'Enter this code in your shopping cart to get your discount.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+ {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thank you for your order at {shop_name}.'|trans({}, 'Emails.Body', locale) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'As our way of saying thanks, we want to give you a discount of [1]{amount}%[/1] off your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'Here is your coupon:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+ {{ 'Enter this code in your shopping cart to get your discount.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+ {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thanks for your trust.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% if templateType == 'html' %}
+
+
+ {{ 'You are one of our best customers and as such we want to thank you for your continued patronage.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+{% endif %}
+
+ {{ 'As appreciation for your loyalty, we want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'Here is your coupon:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+ {{ 'Enter this code in your shopping cart to get your discount.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ {{ 'Your cart at {shop_name}'|trans({}, 'Emails.Body', locale) }}
+
+
+{% endif %}
+
+ {{ 'You are one of our best customers, however you have not placed an order in {days_threshold} days.'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Your cart has been saved, you can resume your order by visiting our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}
+ {{ 'We wish to thank you for the trust you have placed in us and want to give you a discount of [1]{amount}%[/1] valid on your next order! This offer is valid for [1]{days}[/1] days, so do not waste a moment!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Here is your coupon:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+ {{ 'Enter this code in your shopping cart to get your discount.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+ {{ 'Your referred friend [1]{sponsored_firstname} {sponsored_lastname}[/1] has placed his or her first order on {shop_name}!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'We are pleased to offer you a voucher worth [1]{discount_display} (voucher # {discount_name})[/1] that you can use on your next order.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+ {{ 'Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'Get referred and earn a discount voucher of [1]{discount}![/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'It\'s very easy to sign up. Just click here!'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'When signing up, don\'t forget to provide the e-mail address of your referring friend:'|trans({}, 'Emails.Body', locale)|raw }} {email}.
+
+{% endif %}
+
+ {{ 'We have created a voucher in your name for referring a friend.'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'Here is the code of your voucher:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}{{ ', with an amount of'|trans({}, 'Emails.Body', locale)|raw }} {voucher_amount}.
+ {{ 'Simply copy/paste this code during the payment process for your next order.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/mails/themes/index.php b/mails/themes/index.php
new file mode 100644
index 00000000..76cd9dd3
--- /dev/null
+++ b/mails/themes/index.php
@@ -0,0 +1,35 @@
+
+ * @copyright Since 2007 PrestaShop SA and Contributors
+ * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
+ */
+
+header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
+header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
+
+header("Cache-Control: no-store, no-cache, must-revalidate");
+header("Cache-Control: post-check=0, pre-check=0", false);
+header("Pragma: no-cache");
+
+header("Location: ../");
+exit;
diff --git a/mails/themes/modern/assets/baseline-credit_card-24px.png b/mails/themes/modern/assets/baseline-credit_card-24px.png
new file mode 100644
index 00000000..5190a09c
Binary files /dev/null and b/mails/themes/modern/assets/baseline-credit_card-24px.png differ
diff --git a/mails/themes/modern/assets/baseline-local_shipping-24px.png b/mails/themes/modern/assets/baseline-local_shipping-24px.png
new file mode 100644
index 00000000..cd7d75be
Binary files /dev/null and b/mails/themes/modern/assets/baseline-local_shipping-24px.png differ
diff --git a/mails/themes/modern/assets/baseline-location_on-24px.png b/mails/themes/modern/assets/baseline-location_on-24px.png
new file mode 100644
index 00000000..826d2940
Binary files /dev/null and b/mails/themes/modern/assets/baseline-location_on-24px.png differ
diff --git a/mails/themes/modern/components/footer.html.twig b/mails/themes/modern/components/footer.html.twig
new file mode 100644
index 00000000..2fa876ae
--- /dev/null
+++ b/mails/themes/modern/components/footer.html.twig
@@ -0,0 +1,34 @@
+
+
+
+
{{ '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 }}
+
{{ 'Please specify your order reference in the bankwire description.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ '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 }}
{{ '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 }}
+
{{ '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 shop, 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 }}
{{ 'A credit slip has been generated in your name for order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Review this credit slip and download your invoice on our shop, go to the %credit_slips_label% section of your customer account.'|trans({'%credit_slips_label%': 'Credit slips'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }}
{{ 'Thank you for your order with the reference {order_name} from [1]{shop_name}[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Product(s) to download'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'You have [1]{nbProducts}[/1] product(s) now available for download using the following link(s):'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'Your guest account has been turned into a customer account'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Congratulations, your guest account for [1]{shop_name}[/1] has been turned into a customer account!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Your order with the reference [1]{order_name}[/1] is on its way.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'You can track your package using the following link:'|trans({}, 'Emails.Body', locale)|raw }} {followup}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ '[1]WARNING:[/1] you have received a new log alert in your back office.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'You can check for it in the [1]Advanced Parameters > Logs[/1] section of your back office.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been canceled by the merchant.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Go to your customer account to learn more about it.'|trans({}, 'Emails.Body', locale) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ '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 }}
{{ 'Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Go to your customer account to learn more about it.'|trans({}, '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 }}
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'Message from {shop_name}'|trans({}, 'Emails.Body', locale) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'You have received a new message from [1]{shop_name}[/1] regarding order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'We have updated the progress on your return #{id_order_return}, the new status is:'|trans({}, 'Emails.Body', locale)|raw }} "{state_order_return}".
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'Unfortunately, one or more items are currently out of stock and this may cause a slight delay for delivery. Please accept our apologies for this inconvenience and be sure we are doing our best to correct the situation.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Your payment for order with the reference [1]{order_name}[/1] was successfully processed.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'We have encountered an error while processing your payment for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1]. Please contact us as soon as possible.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+ {{ 'You can expect delivery as soon as your payment is received.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'We are currently processing your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'We have processed your refund for your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'Please do not reply directly to this email, we will not receive it.'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'In order to reply, click on the following link: {link}'|trans({}, 'Emails.Body', locale)|raw }}
+
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Your order with the reference [1]{order_name}[/1] has been shipped.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Follow your order and download your invoice on our shop, 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 }}
{{ 'We are pleased to inform you that a voucher has been generated in your name for order with the reference [1]{order_name}[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ '[1]VOUCHER CODE: {voucher_num}[/1] in the amount of [1]{voucher_amount}[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'In order to use it, just copy/paste this code during check out.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Your cart at {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Thanks for your visit. However, it looks like you did not complete your purchase.'|trans({}, 'Emails.Body', locale) }}
+
+
+
+
+
{{ 'Your cart has been saved, you can go back to your order on our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Your voucher code on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Thanks for your order.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Thanks for your trust.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Your cart on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Your cart has been saved, you can resume your order by visiting our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'A new order was placed on [1]{shop_name}[/1] by the following customer:'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }} {firstname} {lastname} ({email})
{{ 'Your order with the reference [1]{order_name}[/1] from [1]{shop_name}[/1] has been changed by the merchant.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Go to your customer account to learn more about it.'|trans({}, '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 }}
{{ 'Replenish your inventory, go to the [1]Catalog > Stocks[/1] section of your back office to manage your stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:'|trans({}, 'Emails.Body', locale)|raw }}
+ {verif_url}
+
{{ 'Subscribing to newsletter'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:'|trans({}, 'Emails.Body', locale)|raw }} {discount}
{{ 'Your cart at {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Thanks for your visit. However, it looks like you did not complete your purchase.'|trans({}, 'Emails.Body', locale) }}
+
+
+
+
+
{{ 'Your cart has been saved, you can go back to your order on our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Your voucher code on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Thanks for your order.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Thanks for your trust.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Your cart on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Congratulations, you are one of our best customers! However, it looks like you have not placed an order since {days_threshold} days.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'Your cart has been saved, you can resume your order by visiting our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url}
+
+
+
+
+
{{ 'We are pleased to offer you a discount of [1]{amount}%[/1] off your next order. And this offer is valid for [1]{days}[/1] days, so do not wait any longer!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ 'Here is your VOUCHER CODE:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
{{ 'Enter this code in your shopping cart to get the discount.'|trans({}, 'Emails.Body', locale)|raw }}
{{ 'Your referred friend [1]{sponsored_firstname}[/1] [1]{sponsored_lastname}[/1] has placed his/her first order on {shop_name}!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'We are pleased to offer you a voucher worth [1]{discount_display}[/1] (VOUCHER # [1]{discount_name}[/1]) that you can use on your next order.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
{{ 'Your friend [1]{firstname} {lastname}[/1] wants to refer you on {shop_name}!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+
+
{{ 'We are pleased to offer you a voucher worth [1]{discount}[/1] that you can use on your next order.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+ {{ 'Get referred and earn a discount voucher of [1]{discount}[/1]!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
{{ 'We have created a voucher in your name for referring a friend.'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'Here is the code of your voucher:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}{{ ', with an amount of'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
+
+
+
+
{{ 'Simply copy/paste this code during the payment process for your next order.'|trans({}, 'Emails.Body', locale)|raw }}