diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index f602eedf..8822804e 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -98,7 +98,7 @@ }, "google-merchant_id-1.xml": { "type": "-", - "size": 17872793, + "size": 17855251, "lmtime": 0, "modified": true }, 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} + + + + + + + + +
  + + {$product['reference']} + +  
+ + + + + + + + +
  + + {$product['name']} + {if count($product['customization']) == 1} +
+ {foreach $product['customization'] as $customization} + {$customization['customization_text']} + {/foreach} + {/if} + + {hook h='displayProductPriceBlock' product=$product type="unit_price"} +
+
 
+ + + + + + + + +
  + + {$product['unit_price']} + +  
+ + + + + + + + +
  + + {$product['quantity']} + +  
+ + + + + + + + +
  + + {$product['price']} + +  
+ + + {if count($product['customization']) > 1} + {foreach $product['customization'] as $customization} + + + + + + + + +
  + + {$customization['customization_text']} + +  
+ + + + + + + + +
  + + {if count($product['customization']) > 1} + {$customization['customization_quantity']} + {/if} + +  
+ + + + {/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/account.html b/mails/pl/account.html new file mode 100644 index 00000000..867ddf82 --- /dev/null +++ b/mails/pl/account.html @@ -0,0 +1,794 @@ + + + + Konto + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+
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} +
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/account.txt b/mails/pl/account.txt new file mode 100644 index 00000000..0ab2cde9 --- /dev/null +++ b/mails/pl/account.txt @@ -0,0 +1,27 @@ +{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..2e0dd1c6 --- /dev/null +++ b/mails/pl/backoffice_order.html @@ -0,0 +1,583 @@ + + + + Zamówienie z panelu administracyjnego + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+
+

+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Nowe zamówienie zostało wygenerowane w Twoim imieniu.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Wejdź na {order_link} , aby dokończyć płatność.
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/backoffice_order.txt b/mails/pl/backoffice_order.txt new file mode 100644 index 00000000..2733a3d5 --- /dev/null +++ b/mails/pl/backoffice_order.txt @@ -0,0 +1,11 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Nowe zamówienie zostało wygenerowane w Twoim imieniu. + +Wejdź na {order_link}, aby dokończyć płatność. + +[{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/bankwire.html b/mails/pl/bankwire.html new file mode 100644 index 00000000..43c40063 --- /dev/null +++ b/mails/pl/bankwire.html @@ -0,0 +1,848 @@ + + + + Przelew bankowy + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+
Witaj {firstname} {lastname},
+
+
Dziękujemy za zakupy na stronie {shop_name}!
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Oczekuje na płatność
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Twoje zamówienie o numerze {order_name} zostało pomyślnie złożone. Możesz spodziewać się dostawy natychmiast po otrzymaniu płatności.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Metoda płatności: przelew bankowy
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + +
+
Zdecydowałeś się zapłacić przelewem bankowym. + Oto informacje potrzebne do przelewu bankowego:
+
+
+Kwota: + {total_paid} +
+
+
+Właściciel konta: + {bankwire_owner} +
+
+
+Dane konta: {bankwire_details} +
+
+
+Adres banku: {bankwire_address} +
+
+
Proszę podać swój numer zamówienia w tytule przelewu bankowego.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/bankwire.txt b/mails/pl/bankwire.txt new file mode 100644 index 00000000..307ac37b --- /dev/null +++ b/mails/pl/bankwire.txt @@ -0,0 +1,31 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za zakupy na stronie {shop_name}! + +Numer zamówienia {order_name} - Oczekuje na płatność + +Twoje zamówienie o numerze {order_name} zostało pomyślnie złożone. Możesz spodziewać się dostawy natychmiast po otrzymaniu płatności. + +Metoda płatności: przelew bankowy + +Zdecydowałeś się zapłacić przelewem bankowym. Oto informacje potrzebne do przelewu bankowego: + +Kwota: {total_paid} + +Właściciel konta: {bankwire_owner} + +Dane konta: {bankwire_details} + +Adres banku: {bankwire_address} + +Proszę podać swój numer zamówienia w tytule przelewu bankowego. + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/cheque.html b/mails/pl/cheque.html new file mode 100644 index 00000000..8bbd1a94 --- /dev/null +++ b/mails/pl/cheque.html @@ -0,0 +1,837 @@ + + + + Czek + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+
Witaj {firstname} {lastname},
+
+
Dziękujemy za zakupy na stronie {shop_name}!
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Oczekiwanie na płatność czekiem
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Twoje zamówienie o numerze {order_name} zostało pomyślnie złożone. Możesz spodziewać się dostawy natychmiast po otrzymaniu płatności.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Metoda płatności: czek
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + + + + +
+
Zdecydowałeś się zapłacić czekiem bankowym. + Oto informacje potrzebne do czeku:
+
+
+Kwota: + {total_paid} +
+
+
+Płatne na zlecenie: + {check_name} +
+
+
+Prosimy o przesłanie czeku do: + {check_address_html} +
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/cheque.txt b/mails/pl/cheque.txt new file mode 100644 index 00000000..da3c9d40 --- /dev/null +++ b/mails/pl/cheque.txt @@ -0,0 +1,27 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za zakupy na stronie {shop_name}! + +Numer zamówienia {order_name} - Oczekiwanie na płatność czekiem + +Twoje zamówienie o numerze {order_name} zostało pomyślnie złożone. Możesz spodziewać się dostawy natychmiast po otrzymaniu płatności. + +Metoda płatności: czek + +Zdecydowałeś się zapłacić czekiem bankowym. Oto informacje potrzebne do czeku: + +Kwota: {total_paid} + +Płatne na zlecenie: {check_name} + +Prosimy o przesłanie czeku do: {check_address_html} + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/contact.html b/mails/pl/contact.html new file mode 100644 index 00000000..fcdb5b9f --- /dev/null +++ b/mails/pl/contact.html @@ -0,0 +1,667 @@ + + + + Kontakt + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Wiadomość od klienta {shop_name}
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + +
+
+Adres e-mail klienta: {email} +
+
+
+Numer zamówienia: + {order_name} +
+
+
+Załączony plik: {attached_file} +
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Wiadomość klienta:
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
{message}
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/contact.txt b/mails/pl/contact.txt new file mode 100644 index 00000000..d53a4278 --- /dev/null +++ b/mails/pl/contact.txt @@ -0,0 +1,17 @@ +{shop_url} + +Wiadomość od klienta {shop_name} + +Adres e-mail klienta: {email} + +Numer zamówienia: {order_name} + +Załączony plik: {attached_file} + +Wiadomość klienta: + +{message} + +[{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/contact_form.html b/mails/pl/contact_form.html new file mode 100644 index 00000000..d98dba73 --- /dev/null +++ b/mails/pl/contact_form.html @@ -0,0 +1,614 @@ + + + + Formularz kontaktowy + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + + + + +
+
Twoja wiadomość została wysłana pomyślnie, dziękuję za poświęcenie czasu na jej napisanie!
+
+
+Numer zamówienia: + {order_name} +
+
+
+Produkt: + {product_name} +
+
+
+Załączony plik: {attached_file} +
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Odpowiemy tak szybko, jak to możliwe.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/contact_form.txt b/mails/pl/contact_form.txt new file mode 100644 index 00000000..8d38d950 --- /dev/null +++ b/mails/pl/contact_form.txt @@ -0,0 +1,17 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Twoja wiadomość została wysłana pomyślnie, dziękuję za poświęcenie czasu na jej napisanie! + +Numer zamówienia: {order_name} + +Produkt: {product_name} + +Załączony plik: {attached_file} + +Odpowiemy tak szybko, jak to możliwe. + +[{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/credit_slip.html b/mails/pl/credit_slip.html new file mode 100644 index 00000000..329383e5 --- /dev/null +++ b/mails/pl/credit_slip.html @@ -0,0 +1,644 @@ + + + + Nota kredytowa + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Pokwitowanie - korekta kredytowa
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
W Twoim imieniu został wygenerowany kupon na zamówienie o numerze {order_name}.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Review this credit slip and download your invoice on our shop, go to the Moje pokwitowania - korekty płatności section of your customer account.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/credit_slip.txt b/mails/pl/credit_slip.txt new file mode 100644 index 00000000..092af2bb --- /dev/null +++ b/mails/pl/credit_slip.txt @@ -0,0 +1,13 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Numer zamówienia {order_name} - Pokwitowanie - korekta kredytowa + +W Twoim imieniu został wygenerowany kupon na zamówienie o numerze {order_name}. + +Review this credit slip and download your invoice on our shop, go to the [Moje pokwitowania - korekty płatności]({history_url}) section of your customer account. + +[{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/download_product.html b/mails/pl/download_product.html new file mode 100644 index 00000000..ee75120a --- /dev/null +++ b/mails/pl/download_product.html @@ -0,0 +1,710 @@ + + + + Pobierz produkty + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+
Witaj {firstname} {lastname},
+
+
Dziękujemy za zamówienie z referencją {order_name} z {shop_name} +
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Produkt(y) do pobrania
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
Masz teraz {nbProducts} produkt(y) do pobrania za pomocą następującego linku(ów):
+
+
+ {virtualProducts} +
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/download_product.txt b/mails/pl/download_product.txt new file mode 100644 index 00000000..83cecde8 --- /dev/null +++ b/mails/pl/download_product.txt @@ -0,0 +1,19 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za zamówienie z referencją {order_name} z {shop_name} + +Produkt(y) do pobrania + +Masz teraz {nbProducts} produkt(y) do pobrania za pomocą następującego linku(ów): + +{virtualProductsTxt} + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/employee_password.html b/mails/pl/employee_password.html new file mode 100644 index 00000000..98c62fcb --- /dev/null +++ b/mails/pl/employee_password.html @@ -0,0 +1,620 @@ + + + + Hasło pracownika + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Oto twoje osobiste dane logowania do {shop_name}
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + + + + +
+
Oto twoje dane identyfikacyjne na {shop_name} +
+
+
+Imię: + {firstname} +
+
+
+Nazwisko: + {lastname} +
+
+
+Adres e-mail: + {email} +
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/employee_password.txt b/mails/pl/employee_password.txt new file mode 100644 index 00000000..2590f3bf --- /dev/null +++ b/mails/pl/employee_password.txt @@ -0,0 +1,17 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Oto twoje osobiste dane logowania do {shop_name} + +Oto twoje dane identyfikacyjne na {shop_name} + +Imię: {firstname} + +Nazwisko: {lastname} + +Adres e-mail: {email} + +[{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/forward_msg.html b/mails/pl/forward_msg.html new file mode 100644 index 00000000..98ce79b9 --- /dev/null +++ b/mails/pl/forward_msg.html @@ -0,0 +1,610 @@ + + + + Przekaż wiadomość + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Obsługa klienta - dyskusja przekazana dalej
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + +
+
+{employee} chciał Ci przekazać tę dyskusję.
+
+
+Historia dyskusji: {messages} +
+
+
+{employee} dodał {comment} +
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/forward_msg.txt b/mails/pl/forward_msg.txt new file mode 100644 index 00000000..3fbed46d --- /dev/null +++ b/mails/pl/forward_msg.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Obsługa klienta - dyskusja przekazana dalej + +{employee} chciał Ci przekazać tę dyskusję. + +Historia dyskusji: {messages} + +{employee} dodał {comment} + +[{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/guest_to_customer.html b/mails/pl/guest_to_customer.html new file mode 100644 index 00000000..525ad2ca --- /dev/null +++ b/mails/pl/guest_to_customer.html @@ -0,0 +1,655 @@ + + + + Gość do klienta + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Twoje konto gościa zostało przekształcone w konto klienta
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
Gratulacja, Twoje konto gościa w {shop_name} zostało przekształcone w konto klienta!
+
+
+Adres e-mail: {email}

+ Click on the following link to set up your password:
{url} +
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Możesz uzyskać dostęp do konta klienta w naszym sklepie: {shop_name} +
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/guest_to_customer.txt b/mails/pl/guest_to_customer.txt new file mode 100644 index 00000000..b23841b4 --- /dev/null +++ b/mails/pl/guest_to_customer.txt @@ -0,0 +1,18 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Twoje konto gościa zostało przekształcone w konto klienta + +Gratulacja, Twoje konto gościa w {shop_name} zostało przekształcone w konto klienta! + +Adres e-mail: {email} + +Click on the following link to set up your password: +{url} + +Możesz uzyskać dostęp do konta klienta 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/import.html b/mails/pl/import.html new file mode 100644 index 00000000..6f74079e --- /dev/null +++ b/mails/pl/import.html @@ -0,0 +1,593 @@ + + + + Importuj + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Import zakończony
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Twój plik {filename} został poprawnie zaimportowany do Twojego sklepu.
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/import.txt b/mails/pl/import.txt new file mode 100644 index 00000000..4b40ba37 --- /dev/null +++ b/mails/pl/import.txt @@ -0,0 +1,11 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Import zakończony + +Twój plik {filename} został poprawnie zaimportowany do Twojego sklepu. + +[{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/in_transit.html b/mails/pl/in_transit.html new file mode 100644 index 00000000..d7f65eb3 --- /dev/null +++ b/mails/pl/in_transit.html @@ -0,0 +1,710 @@ + + + + W transporcie + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
{meta_products}
+
+
Numer zamówienia {order_name} - W transporcie
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
Twoje zamówienie z referencją {order_name} jest w drodze.
+
+
Możesz śledzić paczkę korzystając z poniższego linku: {followup} +
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/in_transit.txt b/mails/pl/in_transit.txt new file mode 100644 index 00000000..7f1cc0cd --- /dev/null +++ b/mails/pl/in_transit.txt @@ -0,0 +1,19 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +{meta_products} + +Numer zamówienia {order_name} - W transporcie + +Twoje zamówienie z referencją {order_name} jest w drodze. + +Możesz śledzić paczkę korzystając z poniższego linku: {followup} + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/lang.php b/mails/pl/lang.php new file mode 100644 index 00000000..f617482e --- /dev/null +++ b/mails/pl/lang.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/mails/pl/log_alert.html b/mails/pl/log_alert.html new file mode 100644 index 00000000..f662142b --- /dev/null +++ b/mails/pl/log_alert.html @@ -0,0 +1,601 @@ + + + + Alert logu + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Nowa wiadomość ostrzegawcza została zapisana
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
+Uwaga: otrzymałeś nowy alert w logach w panelu administracyjnym.
+
+
Możesz to sprawdzić w sekcji Zaawansowane > Logi swojego panelu administracyjnego.
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/log_alert.txt b/mails/pl/log_alert.txt new file mode 100644 index 00000000..826d93bf --- /dev/null +++ b/mails/pl/log_alert.txt @@ -0,0 +1,13 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Nowa wiadomość ostrzegawcza została zapisana + +Uwaga: otrzymałeś nowy alert w logach w panelu administracyjnym. + +Możesz to sprawdzić w sekcji Zaawansowane > Logi swojego panelu administracyjnego. + +[{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/newsletter.html b/mails/pl/newsletter.html new file mode 100644 index 00000000..6ca634f2 --- /dev/null +++ b/mails/pl/newsletter.html @@ -0,0 +1,538 @@ + + + + Newsletter + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
{message}
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/newsletter.txt b/mails/pl/newsletter.txt new file mode 100644 index 00000000..8935aebc --- /dev/null +++ b/mails/pl/newsletter.txt @@ -0,0 +1,9 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +{message} + +[{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_canceled.html b/mails/pl/order_canceled.html new file mode 100644 index 00000000..719bea3b --- /dev/null +++ b/mails/pl/order_canceled.html @@ -0,0 +1,649 @@ + + + + Zamówienie anulowane + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Zamówienie anulowane
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
Twoje zamówienie o numerze {order_name} z {shop_name} zostało anulowane przez pracownika.
+
+
Przejdź do swojego konta klienta, aby dowiedzieć się więcej na ten temat.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/order_canceled.txt b/mails/pl/order_canceled.txt new file mode 100644 index 00000000..769aa133 --- /dev/null +++ b/mails/pl/order_canceled.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Numer zamówienia {order_name} - Zamówienie anulowane + +Twoje zamówienie o numerze {order_name} z {shop_name} zostało anulowane przez pracownika. + +Przejdź do swojego konta klienta, aby dowiedzieć się więcej na ten temat. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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_changed.html b/mails/pl/order_changed.html new file mode 100644 index 00000000..d9003945 --- /dev/null +++ b/mails/pl/order_changed.html @@ -0,0 +1,649 @@ + + + + Zamówienie zmienione + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Zamówienie zmienione
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
Twoje zamówienie o numerze {order_name} z {shop_name} zostało zmienione przez sprzedawcę.
+
+
Przejdź do swojego konta klienta, aby dowiedzieć się więcej na ten temat.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/order_changed.txt b/mails/pl/order_changed.txt new file mode 100644 index 00000000..c3283459 --- /dev/null +++ b/mails/pl/order_changed.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Numer zamówienia {order_name} - Zamówienie zmienione + +Twoje zamówienie o numerze {order_name} z {shop_name} zostało zmienione przez sprzedawcę. + +Przejdź do swojego konta klienta, aby dowiedzieć się więcej na ten temat. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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.html b/mails/pl/order_conf.html new file mode 100644 index 00000000..4d5cd8bc --- /dev/null +++ b/mails/pl/order_conf.html @@ -0,0 +1,1109 @@ + + + + Potwierdzenie zamówienia + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+
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}
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ +++++++ + + + + + + + + {products} + {discounts} + + + + + + + + + + + + + + + + + + + + + + + + +
IndeksProduktCena jednostkowaIlośćCena końcowa
+ 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_html} +

+
 
+
+ + +
+

+ + Adres do faktury +

+

+ {invoice_block_html} +

+
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/order_conf.txt b/mails/pl/order_conf.txt new file mode 100644 index 00000000..a1024de5 --- /dev/null +++ b/mails/pl/order_conf.txt @@ -0,0 +1,41 @@ +{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} + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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_customer_comment.html b/mails/pl/order_customer_comment.html new file mode 100644 index 00000000..bd224ff8 --- /dev/null +++ b/mails/pl/order_customer_comment.html @@ -0,0 +1,711 @@ + + + + Komentarz zamawiającego + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Wiadomość od klienta
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
Odebrano nową wiadomość dotyczącą zlecenia z adnotacją {order_name}.
+
+
+Klient: {firstname} {lastname} ({email})
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Wiadomość klienta:
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
{message}
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/order_customer_comment.txt b/mails/pl/order_customer_comment.txt new file mode 100644 index 00000000..94d2990b --- /dev/null +++ b/mails/pl/order_customer_comment.txt @@ -0,0 +1,17 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Wiadomość od klienta + +Odebrano nową wiadomość dotyczącą zlecenia z adnotacją {order_name}. + +Klient: {firstname} {lastname} ({email}) + +Wiadomość klienta: + +{message} + +[{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_merchant_comment.html b/mails/pl/order_merchant_comment.html new file mode 100644 index 00000000..821b1709 --- /dev/null +++ b/mails/pl/order_merchant_comment.html @@ -0,0 +1,703 @@ + + + + Komentarz sprzedawcy + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Wiadomość od {shop_name}
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Otrzymałeś nową wiadomość od {shop_name} dotyczącą zamówienia {order_name}.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Wiadomość:
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
{message}
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/order_merchant_comment.txt b/mails/pl/order_merchant_comment.txt new file mode 100644 index 00000000..b3b4f584 --- /dev/null +++ b/mails/pl/order_merchant_comment.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Wiadomość od {shop_name} + +Otrzymałeś nową wiadomość od {shop_name} dotyczącą zamówienia {order_name}. + +Wiadomość: + +{message} + +[{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_return_state.html b/mails/pl/order_return_state.html new file mode 100644 index 00000000..09160124 --- /dev/null +++ b/mails/pl/order_return_state.html @@ -0,0 +1,644 @@ + + + + Status zwrotu zamówienia + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Zwrot zamówienia #{id_order_return} - Aktualizacja
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Zaktualizowaliśmy postęp w sprawie Twojego zwrotu #{id_order_return}, nowy status to: "{state_order_return}".
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/order_return_state.txt b/mails/pl/order_return_state.txt new file mode 100644 index 00000000..5ff5235d --- /dev/null +++ b/mails/pl/order_return_state.txt @@ -0,0 +1,13 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Zwrot zamówienia #{id_order_return} - Aktualizacja + +Zaktualizowaliśmy postęp w sprawie Twojego zwrotu #{id_order_return}, nowy status to: "{state_order_return}". + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +[{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/outofstock.html b/mails/pl/outofstock.html new file mode 100644 index 00000000..6f0743e7 --- /dev/null +++ b/mails/pl/outofstock.html @@ -0,0 +1,700 @@ + + + + Oczekiwanie na dostawę + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+
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ę.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/outofstock.txt b/mails/pl/outofstock.txt new file mode 100644 index 00000000..c8b9c1b8 --- /dev/null +++ b/mails/pl/outofstock.txt @@ -0,0 +1,17 @@ +{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ę. + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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..1e7ff69b --- /dev/null +++ b/mails/pl/password.html @@ -0,0 +1,538 @@ + + + + Hasło + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Twoje hasło zostało poprawnie zaktualizowane.
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/password.txt b/mails/pl/password.txt new file mode 100644 index 00000000..7c14bbbf --- /dev/null +++ b/mails/pl/password.txt @@ -0,0 +1,9 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Twoje hasło zostało poprawnie zaktualizowane. + +[{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_query.html b/mails/pl/password_query.html new file mode 100644 index 00000000..d2505e9b --- /dev/null +++ b/mails/pl/password_query.html @@ -0,0 +1,657 @@ + + + + Zapytanie o hasło + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Potwierdzenie żądania hasła w {shop_name}
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + +
+
Poprosiłeś o zresetowanie danych logowania {shop_name}.
+
+
Zauważ proszę, że to zmieni Twoje obecne hasło.
+
+
Aby potwierdzić tę akcję, kliknij następujący link: {url} +
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Jeśli nie wysłałeś tej prośby, zignoruj tego e-maila.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/password_query.txt b/mails/pl/password_query.txt new file mode 100644 index 00000000..fac2d02b --- /dev/null +++ b/mails/pl/password_query.txt @@ -0,0 +1,17 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Potwierdzenie żądania hasła w {shop_name} + +Poprosiłeś o zresetowanie danych logowania {shop_name}. + +Zauważ proszę, że to zmieni Twoje obecne hasło. + +Aby potwierdzić tę akcję, kliknij następujący link: {url} + +Jeśli nie wysłałeś tej prośby, zignoruj tego e-maila. + +[{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/payment.html b/mails/pl/payment.html new file mode 100644 index 00000000..e93f126c --- /dev/null +++ b/mails/pl/payment.html @@ -0,0 +1,693 @@ + + + + Płatność + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Dziękujemy za zakupy na stronie {shop_name}!
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Twoja płatność za zamówienie o numerze {order_name} została pomyślnie przetworzona.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/payment.txt b/mails/pl/payment.txt new file mode 100644 index 00000000..530df944 --- /dev/null +++ b/mails/pl/payment.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za zakupy na stronie {shop_name}! + +Twoja płatność za zamówienie o numerze {order_name} została pomyślnie przetworzona. + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/payment_error.html b/mails/pl/payment_error.html new file mode 100644 index 00000000..92ca4345 --- /dev/null +++ b/mails/pl/payment_error.html @@ -0,0 +1,697 @@ + + + + Błąd płatności + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Błąd płatności
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Napotkaliśmy błąd podczas przetwarzania płatności za zamówienie o numerze {order_name} z {shop_name}. Skontaktuj się z nami jak najszybciej. +

+ Możesz spodziewać się dostawy natychmiast po otrzymaniu płatności. +

+
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/payment_error.txt b/mails/pl/payment_error.txt new file mode 100644 index 00000000..b7a29865 --- /dev/null +++ b/mails/pl/payment_error.txt @@ -0,0 +1,17 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Numer zamówienia {order_name} - Błąd płatności + +Napotkaliśmy błąd podczas przetwarzania płatności za zamówienie o numerze {order_name} z {shop_name}. Skontaktuj się z nami jak najszybciej. + +Możesz spodziewać się dostawy natychmiast po otrzymaniu płatności. + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/preparation.html b/mails/pl/preparation.html new file mode 100644 index 00000000..3eb74a3d --- /dev/null +++ b/mails/pl/preparation.html @@ -0,0 +1,693 @@ + + + + Przygotowanie + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Przetwarzanie zamówienia
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Aktualnie przetwarzamy Twoje zamówienie o numerze {order_name} z {shop_name}.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/preparation.txt b/mails/pl/preparation.txt new file mode 100644 index 00000000..929c524a --- /dev/null +++ b/mails/pl/preparation.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Numer zamówienia {order_name} - Przetwarzanie zamówienia + +Aktualnie przetwarzamy Twoje zamówienie o numerze {order_name} z {shop_name}. + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/productoutofstock.html b/mails/pl/productoutofstock.html new file mode 100644 index 00000000..615c6cef --- /dev/null +++ b/mails/pl/productoutofstock.html @@ -0,0 +1,549 @@ + + + + Produkt niedostępny + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + +
+
There are now less than {last_qty} of {product} in stock.
+
+
+Pozostałe zapasy: {qty}
+
+
Uzupełnij zapasy, przejdź do sekcji Katalog > Zapasy swojego panelu administracyjnego, aby zarządzać zapasami.
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/productoutofstock.txt b/mails/pl/productoutofstock.txt new file mode 100644 index 00000000..cb76fbd8 --- /dev/null +++ b/mails/pl/productoutofstock.txt @@ -0,0 +1,13 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +There are now less than {last_qty} of {product} in stock. + +Pozostałe zapasy: {qty} + +Uzupełnij zapasy, przejdź do sekcji Katalog > Zapasy swojego panelu administracyjnego, aby zarządzać zapasami. + +[{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/refund.html b/mails/pl/refund.html new file mode 100644 index 00000000..f4cae623 --- /dev/null +++ b/mails/pl/refund.html @@ -0,0 +1,643 @@ + + + + Zwrot pieniędzy + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + + + + +
+
Witaj {firstname} {lastname},
+
+
Numer zamówienia {order_name} - Realizacja zwrotu
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Przetworzyliśmy Twój zwrot pieniędzy za zamówienie o numerze {order_name} z {shop_name}.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/refund.txt b/mails/pl/refund.txt new file mode 100644 index 00000000..a871ae8b --- /dev/null +++ b/mails/pl/refund.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Numer zamówienia {order_name} - Realizacja zwrotu + +Przetworzyliśmy Twój zwrot pieniędzy za zamówienie o numerze {order_name} z {shop_name}. + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/reply_msg.html b/mails/pl/reply_msg.html new file mode 100644 index 00000000..ff84a4aa --- /dev/null +++ b/mails/pl/reply_msg.html @@ -0,0 +1,595 @@ + + + + Odpowiedz + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
{reply}
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Prosimy nie odpowiadać na tą wiadomość, nie otrzymamy takiej odpowiedzi. + Aby odpowiedzieć, kliknij następujący link: {link} +
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/reply_msg.txt b/mails/pl/reply_msg.txt new file mode 100644 index 00000000..d6e7ecf4 --- /dev/null +++ b/mails/pl/reply_msg.txt @@ -0,0 +1,11 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +{reply} + +Prosimy nie odpowiadać na tą wiadomość, nie otrzymamy takiej odpowiedzi. Aby odpowiedzieć, kliknij następujący link: {link} + +[{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/shipped.html b/mails/pl/shipped.html new file mode 100644 index 00000000..66accfe3 --- /dev/null +++ b/mails/pl/shipped.html @@ -0,0 +1,695 @@ + + + + Wysłane + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Dziękujemy za zakupy na stronie {shop_name}!
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Twoje zamówienie o numerze {order_name} zostało wysłane.
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
Follow your order and download your invoice on our shop, go to the Historia i szczegóły zamówień section of your customer account.
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+
If you have a guest account, you can follow your order via the Śledzenie Zamówienia section on our shop.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/shipped.txt b/mails/pl/shipped.txt new file mode 100644 index 00000000..eb5e4495 --- /dev/null +++ b/mails/pl/shipped.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za zakupy na stronie {shop_name}! + +Twoje zamówienie o numerze {order_name} zostało wysłane. + +Follow your order and download your invoice on our shop, go to the [Historia i szczegóły zamówień]({history_url}) section of your customer account. + +If you have a guest account, you can follow your order via the [Śledzenie Zamówienia]({guest_tracking_url}) section on our shop. + +[{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/test.html b/mails/pl/test.html new file mode 100644 index 00000000..54c62c8f --- /dev/null +++ b/mails/pl/test.html @@ -0,0 +1,545 @@ + + + + Test + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
To jest testowy e-mail z Twojego sklepu.
+
+
Jeśli potrafisz to przeczytać, oznacza to, że test się powiódł!
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/test.txt b/mails/pl/test.txt new file mode 100644 index 00000000..161048fc --- /dev/null +++ b/mails/pl/test.txt @@ -0,0 +1,11 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +To jest testowy e-mail z Twojego sklepu. + +Jeśli potrafisz to przeczytać, oznacza to, że test się powiódł! + +[{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/voucher.html b/mails/pl/voucher.html new file mode 100644 index 00000000..6c113bf3 --- /dev/null +++ b/mails/pl/voucher.html @@ -0,0 +1,605 @@ + + + + Kupon rabatowy: + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Numer zamówienia {order_name} - Wygenerowano kod kuponu
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + + + + +
+
Miło nam poinformować, że w Twoim imieniu został wygenerowany kupon na zamówienie o numerze {order_name}.
+
+
+KOD VOUCHERA: {voucher_num} w wysokości {voucher_amount} +
+
+
Aby go użyć, po prostu skopiuj/wklej ten kod podczas zamawiania.
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/voucher.txt b/mails/pl/voucher.txt new file mode 100644 index 00000000..0a36a0cd --- /dev/null +++ b/mails/pl/voucher.txt @@ -0,0 +1,15 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Numer zamówienia {order_name} - Wygenerowano kod kuponu + +Miło nam poinformować, że w Twoim imieniu został wygenerowany kupon na zamówienie o numerze {order_name}. + +KOD VOUCHERA: {voucher_num} w wysokości {voucher_amount} + +Aby go użyć, po prostu skopiuj/wklej ten kod podczas zamawiania. + +[{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/voucher_new.html b/mails/pl/voucher_new.html new file mode 100644 index 00000000..4924f0cc --- /dev/null +++ b/mails/pl/voucher_new.html @@ -0,0 +1,601 @@ + + + + Nowy kupon + + + + + + + + + + + + + +
+ +
 
+ +
+ + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+
+ +
+
+ + + + + +
+ + +
+ +
+ + +
+ + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + +
+ +
+ + +
+

+

+ +
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + +
+
Wygenerowano kod kuponu
+
+
+
+ +
+
+ + + + +
+ + +
+ +
+ + +
+ + + + + + + +
+
Oto twój nowy kod kuponu: {voucher_num} +
+
+
Aby go użyć, po prostu skopiuj/wklej ten kod podczas zamawiania.
+
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + diff --git a/mails/pl/voucher_new.txt b/mails/pl/voucher_new.txt new file mode 100644 index 00000000..fc7a41d5 --- /dev/null +++ b/mails/pl/voucher_new.txt @@ -0,0 +1,13 @@ +{shop_url} + +Witaj {firstname} {lastname}, + +Wygenerowano kod kuponu + +Oto twój nowy kod kuponu: {voucher_num} + +Aby go użyć, po prostu skopiuj/wklej ten kod podczas zamawiania. + +[{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/themes/.htaccess b/mails/themes/.htaccess new file mode 100644 index 00000000..308d9391 --- /dev/null +++ b/mails/themes/.htaccess @@ -0,0 +1,17 @@ +# Apache 2.2 + + Order allow,deny + Allow from all + + Order deny,allow + Deny from all + + + +# Apache 2.4 + + Require all granted + + Require all denied + + diff --git a/mails/themes/classic/assets/email.css b/mails/themes/classic/assets/email.css new file mode 100644 index 00000000..c00189fb --- /dev/null +++ b/mails/themes/classic/assets/email.css @@ -0,0 +1,95 @@ +body{ + background-color: #ffffff; + width:650px; + margin:auto; + font-family: "Open-sans", sans-serif; + color: #555454; + font-size: 13px; + line-height: 18px +} + +table{width:100%;} + +.table tbody > tr > td { + padding:7px 0 +} + +td.space {width:20px;} +td.space_footer {padding:0 !important;} + +table.table-mail{ + margin-top:10px; + -moz-box-shadow: 0 0 5px #afafaf; + -webkit-box-shadow: 0 0 5px #afafaf; + -o-box-shadow: 0 0 5px #afafaf; + box-shadow: 0 0 5px #afafaf; + filter:progid:DXImageTransform.Microsoft.Shadow(color=#afafaf, Direction=134, Strength=5); +} + +table.table-recap td{color:#777777;} +table.table-recap, table.table-recap .table {border-collapse: collapse;} +table.table-recap .table td{padding:0;} + +.table .table-recap thead > tr > th{ + background-color: #fbfbfb; + padding:10px; + font-family: Arial; + color:#333333; + font-size: 13px +} + +table.table-recap .conf_body td{color:#333333;} + +table.table-recap .conf_body td.total{ + color:#555454; + font-size:18px; + font-weight:500; + font-family: "Open-sans", sans-serif; +} + +table.table-recap .conf_body td.total_amount{ + color:#333333; + font-size: 21px; + font-weight:500; + font-family: "Open-sans", sans-serif; +} + +a{color: #337ff1} + +p{margin:3px 0 7px 0;} + +span.title{ + font-weight: 500; + font-size: 28px; + text-transform: uppercase; + line-height: 33px; +} +span.subtitle{ + font-weight: 500; + font-size: 16px; + text-transform: uppercase; + line-height: 25px; +} + +td.box{ + background-color: #f8f8f8; +} + +td.box p{ + text-transform: uppercase; + font-weight: 500; + font-size: 18px; + padding-bottom: 10px +} + +td.box span{ + color:#777777; +} + +td.box span span{ + color:#333333; +} + +td.box ol{ + margin-bottom: 0 +} diff --git a/mails/themes/classic/assets/rtl.css b/mails/themes/classic/assets/rtl.css new file mode 100644 index 00000000..6a1b4e4e --- /dev/null +++ b/mails/themes/classic/assets/rtl.css @@ -0,0 +1,4 @@ +body{ + direction: rtl; + font-family: Tahoma, "Open-sans", sans-serif; +} diff --git a/mails/themes/classic/components/footer.html.twig b/mails/themes/classic/components/footer.html.twig new file mode 100644 index 00000000..b2b229c2 --- /dev/null +++ b/mails/themes/classic/components/footer.html.twig @@ -0,0 +1,8 @@ + +   + + + + {{ '{shop_name} powered by PrestaShop™'|trans({'{prestashop_url}': 'https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7'}, 'Emails.Body', locale)|raw }} + + diff --git a/mails/themes/classic/components/header.html.twig b/mails/themes/classic/components/header.html.twig new file mode 100644 index 00000000..17478e70 --- /dev/null +++ b/mails/themes/classic/components/header.html.twig @@ -0,0 +1,7 @@ + + + + {shop_name} + + + diff --git a/mails/themes/classic/components/layout.html.twig b/mails/themes/classic/components/layout.html.twig new file mode 100644 index 00000000..ba250379 --- /dev/null +++ b/mails/themes/classic/components/layout.html.twig @@ -0,0 +1,86 @@ + + + + + + {{ 'Message from {shop_name}'|trans({}, 'Emails.Body', locale) }} + + {% if languageIsRTL %}{% endif %} + + + + + + + + + + +
  + + {% block header %} + {% include '@MailThemes/classic/components/header.html.twig' %} + {% endblock header %} + + {% block content %} + {% endblock %} + + {% block footer %} + {% include '@MailThemes/classic/components/footer.html.twig' %} + {% endblock footer %} +
+
+ + diff --git a/mails/themes/classic/components/order_layout.html.twig b/mails/themes/classic/components/order_layout.html.twig new file mode 100644 index 00000000..15df2655 --- /dev/null +++ b/mails/themes/classic/components/order_layout.html.twig @@ -0,0 +1,88 @@ + + + + + + {{ 'Message from {shop_name}'|trans({}, 'Emails.Body', locale) }} + + {% if languageIsRTL %}{% endif %} + + + + + + + + + + +
  + + {% block header %} + {% include '@MailThemes/classic/components/header.html.twig' %} + {% endblock header %} + + {% block content %} + {% endblock %} + + {% block footer %} + {% include '@MailThemes/classic/components/footer.html.twig' %} + {% endblock footer %} +
+
+ + diff --git a/mails/themes/classic/core/account.html.twig b/mails/themes/classic/core/account.html.twig new file mode 100644 index 00000000..f71f74f9 --- /dev/null +++ b/mails/themes/classic/core/account.html.twig @@ -0,0 +1,74 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thank you for creating a customer account at {shop_name}.'|trans({}, 'Emails.Body', locale) }} +
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Your login email address on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'Here is your login email address:'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'E-mail address:'|trans({}, 'Emails.Body', locale)|raw }} {email} +
+
+
 
+ + + +   + + + + + + + + + +
  + +

{{ 'Important Security Tips:'|trans({}, 'Emails.Body', locale)|raw }}

+
    +
  1. {{ 'Always keep your account details safe.'|trans({}, 'Emails.Body', locale)|raw }}
  2. +
  3. {{ 'Never disclose your login details to anyone.'|trans({}, 'Emails.Body', locale)|raw }}
  4. +
  5. {{ 'Change your password regularly.'|trans({}, 'Emails.Body', locale)|raw }}
  6. +
  7. {{ 'Should you suspect someone is using your account illegally, please notify us immediately.'|trans({}, 'Emails.Body', locale)|raw }}
  8. +
+
+
 
+ + + +   + + + + + {{ 'You can now place orders on our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_name} + + + +{% endblock %} diff --git a/mails/themes/classic/core/backoffice_order.html.twig b/mails/themes/classic/core/backoffice_order.html.twig new file mode 100644 index 00000000..03610a17 --- /dev/null +++ b/mails/themes/classic/core/backoffice_order.html.twig @@ -0,0 +1,34 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + +

+ {{ 'A new order has been generated on your behalf.'|trans({}, 'Emails.Body', locale)|raw }} +

+ + {{ 'Please go on {order_link} to finalize the payment.'|trans({}, 'Emails.Body', locale)|raw }} + +
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/bankwire.html.twig b/mails/themes/classic/core/bankwire.html.twig new file mode 100644 index 00000000..0ca48948 --- /dev/null +++ b/mails/themes/classic/core/bankwire.html.twig @@ -0,0 +1,88 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }} +
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

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

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

+ {{ 'You have selected to pay by 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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/cheque.html.twig b/mails/themes/classic/core/cheque.html.twig new file mode 100644 index 00000000..62bbd0b0 --- /dev/null +++ b/mails/themes/classic/core/cheque.html.twig @@ -0,0 +1,92 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }} +
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

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

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

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

+ + {{ 'Here are the bank details for your check:'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'Amount:'|trans({}, 'Emails.Body', locale)|raw }} {total_paid}
+ {{ 'Payable to the order of:'|trans({}, 'Emails.Body', locale)|raw }} {check_name}
+ {{ 'Please mail your check to:'|trans({}, 'Emails.Body', locale)|raw }} + {% if templateType == 'html' %} +{check_address_html} +{% endif %} + {% if templateType == 'txt' %} +{check_address} +{% endif %} +
+
+
 
+ + + +   + + + + + + {{ 'Follow your order and download your invoice on our 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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/contact.html.twig b/mails/themes/classic/core/contact.html.twig new file mode 100644 index 00000000..75716298 --- /dev/null +++ b/mails/themes/classic/core/contact.html.twig @@ -0,0 +1,34 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Message from a {shop_name} customer'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + + {{ 'Customer e-mail address:'|trans({}, 'Emails.Body', locale)|raw }} {email}

+ {{ 'Customer message:'|trans({}, 'Emails.Body', locale)|raw }} {message}

+ {{ 'Order ID:'|trans({}, 'Emails.Body', locale)|raw }} {order_name}
+ {{ 'Attached file:'|trans({}, 'Emails.Body', locale)|raw }} {attached_file} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/contact_form.html.twig b/mails/themes/classic/core/contact_form.html.twig new file mode 100644 index 00000000..3af2d46a --- /dev/null +++ b/mails/themes/classic/core/contact_form.html.twig @@ -0,0 +1,46 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Your message to {shop_name} Customer Service'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + + {{ 'Your message has been sent successfully.'|trans({}, 'Emails.Body', locale)|raw }}

+ {{ 'Order ID:'|trans({}, 'Emails.Body', locale)|raw }} {order_name}
+ {{ 'Product:'|trans({}, 'Emails.Body', locale)|raw }} {product_name}
+ {{ 'Attached file:'|trans({}, 'Emails.Body', locale)|raw }} {attached_file} +
+
+
 
+ + + +   + + + + + + {{ 'We will answer as soon as possible.'|trans({}, 'Emails.Body', locale)|raw }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/credit_slip.html.twig b/mails/themes/classic/core/credit_slip.html.twig new file mode 100644 index 00000000..ae0003b2 --- /dev/null +++ b/mails/themes/classic/core/credit_slip.html.twig @@ -0,0 +1,50 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Credit slip created'|trans({}, '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/download_product.html.twig b/mails/themes/classic/core/download_product.html.twig new file mode 100644 index 00000000..209c5c2d --- /dev/null +++ b/mails/themes/classic/core/download_product.html.twig @@ -0,0 +1,66 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ '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 }}

+ {% if templateType == 'html' %} + {virtualProducts} + {% endif %} + {% if templateType == 'txt' %} + {virtualProductsTxt} + {% 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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/employee_password.html.twig b/mails/themes/classic/core/employee_password.html.twig new file mode 100644 index 00000000..67b23299 --- /dev/null +++ b/mails/themes/classic/core/employee_password.html.twig @@ -0,0 +1,41 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Your {shop_name} login information'|trans({}, 'Emails.Body', locale) }} +

+ +{% endif %} + + {{ 'Here is your personal login information for [1]{shop_name}[/1]:'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}

+ {{ 'First name:'|trans({}, 'Emails.Body', locale)|raw }} {firstname}
+ {{ 'Last name:'|trans({}, 'Emails.Body', locale)|raw }} {lastname}
+ {{ 'E-mail address:'|trans({}, 'Emails.Body', locale)|raw }} {email} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/forward_msg.html.twig b/mails/themes/classic/core/forward_msg.html.twig new file mode 100644 index 00000000..421d7a50 --- /dev/null +++ b/mails/themes/classic/core/forward_msg.html.twig @@ -0,0 +1,40 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Customer service - Forwarded discussion'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ '[1]{employee}[/1] wanted to forward this discussion to you.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}

+ {{ 'Discussion history:'|trans({}, 'Emails.Body', locale)|raw }} {messages}

+ {{ '[1]{employee}[/1] added [1]"{comment}"[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/guest_to_customer.html.twig b/mails/themes/classic/core/guest_to_customer.html.twig new file mode 100644 index 00000000..add51299 --- /dev/null +++ b/mails/themes/classic/core/guest_to_customer.html.twig @@ -0,0 +1,61 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Your customer account creation'|trans({}, '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 }}

+ {{ 'Email address:'|trans({}, 'Emails.Body', locale)|raw }} {email}

+ {{ 'Click on the following link to set up your password:'|trans({}, 'Emails.Body', locale)|raw }}
{url} +
+
+
 
+ + + +   + + + + + + {{ 'Please be careful when sharing these login details with others.'|trans({}, 'Emails.Body', locale)|raw }} + + + + + + + + + {{ 'You can access your customer account on our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_url} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/import.html.twig b/mails/themes/classic/core/import.html.twig new file mode 100644 index 00000000..5031a41f --- /dev/null +++ b/mails/themes/classic/core/import.html.twig @@ -0,0 +1,41 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Import complete'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'The file {filename} has been successfully imported to your shop.'|trans({}, 'Emails.Body', locale) }} + +
+
 
+ + + +   + +{% endblock %} diff --git a/mails/themes/classic/core/in_transit.html.twig b/mails/themes/classic/core/in_transit.html.twig new file mode 100644 index 00000000..6d172332 --- /dev/null +++ b/mails/themes/classic/core/in_transit.html.twig @@ -0,0 +1,85 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  +
+
+ + + + + +
+ + +
+ +
+ + {meta_products} + +
+ +
+ +
+ +
+
+ + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'In transit'|trans({}, '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 }}

+ {{ 'You can track your package using the following link:'|trans({}, 'Emails.Body', locale)|raw }} {{ '{followup}'|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 }} + + + + + + + + + {{ 'If you have a guest account, you can follow your order via the %guest_tracking_label% section on our shop.'|trans({'%guest_tracking_label%': 'Guest Tracking'|trans({}, 'Shop.Theme.Customeraccount', locale)}, 'Emails.Body', locale)|raw }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/log_alert.html.twig b/mails/themes/classic/core/log_alert.html.twig new file mode 100644 index 00000000..d8805d9c --- /dev/null +++ b/mails/themes/classic/core/log_alert.html.twig @@ -0,0 +1,39 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/newsletter.html.twig b/mails/themes/classic/core/newsletter.html.twig new file mode 100644 index 00000000..893a0e76 --- /dev/null +++ b/mails/themes/classic/core/newsletter.html.twig @@ -0,0 +1,14 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + + {message} + + +{% endblock %} diff --git a/mails/themes/classic/core/order_canceled.html.twig b/mails/themes/classic/core/order_canceled.html.twig new file mode 100644 index 00000000..04524636 --- /dev/null +++ b/mails/themes/classic/core/order_canceled.html.twig @@ -0,0 +1,59 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Order canceled'|trans({}, '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/order_changed.html.twig b/mails/themes/classic/core/order_changed.html.twig new file mode 100644 index 00000000..10d13c07 --- /dev/null +++ b/mails/themes/classic/core/order_changed.html.twig @@ -0,0 +1,59 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Order changed'|trans({}, '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/order_conf.html.twig b/mails/themes/classic/core/order_conf.html.twig new file mode 100644 index 00000000..61c7e9c7 --- /dev/null +++ b/mails/themes/classic/core/order_conf.html.twig @@ -0,0 +1,346 @@ +{% extends '@MailThemes/classic/components/order_layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }} +
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order details'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'Order:'|trans({}, 'Emails.Body', locale)|raw }} {order_name} {{ 'Placed on'|trans({}, 'Emails.Body', locale)|raw }} {date}

+ {{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment} +
+
+
 
+ + + + + + + + + + + + + + {% if templateType == 'html' %} +{products} +{% endif %} + {% if templateType == 'txt' %} +{products_txt} +{% endif %} + + {% if templateType == 'html' %} +{discounts} +{% endif %} + {% if templateType == 'txt' %} +{discounts_txt} +{% endif %} + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ 'Reference'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Product'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Unit price'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Quantity'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Total price'|trans({}, 'Emails.Body', locale)|raw }}
+ + + + + + +
  + + {{ 'Products'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_products} + +  
+
+ + + + + + +
  + + {{ 'Discounts'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_discounts} + +  
+
+ + + + + + +
  + + {{ 'Gift-wrapping'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_wrapping} + +  
+
+ + + + + + +
  + + {{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_shipping} + +  
+
+ + + + + + +
  + + {{ 'Total Tax paid'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_tax_paid} + +  
+
+ + + + + + +
  + + {{ 'Total paid'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_paid} + +  
+
+
+ + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'Carrier:'|trans({}, 'Emails.Body', locale)|raw }} {carrier}

+ {{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment} +
+
+
 
+ + + +   + + + + + + + + + +
+ + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }} +

+ + {delivery_block_html} + + +{% endif %} + + {delivery_block_txt} + +
+
 
+
  + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }} +

+ + {invoice_block_html} + + +{% endif %} + + {invoice_block_txt} + +
+
 
+
+ + + +   + + + + + + {{ '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/order_customer_comment.html.twig b/mails/themes/classic/core/order_customer_comment.html.twig new file mode 100644 index 00000000..8a5d5dc5 --- /dev/null +++ b/mails/themes/classic/core/order_customer_comment.html.twig @@ -0,0 +1,40 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Message from a customer'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'You have received a new message regarding order with the reference'|trans({}, 'Emails.Body', locale)|raw }} {order_name}.

+ {{ 'Customer:'|trans({}, 'Emails.Body', locale)|raw }} {firstname} {lastname} ({email})

+ {message} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/order_merchant_comment.html.twig b/mails/themes/classic/core/order_merchant_comment.html.twig new file mode 100644 index 00000000..6231a32f --- /dev/null +++ b/mails/themes/classic/core/order_merchant_comment.html.twig @@ -0,0 +1,39 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '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 }}

+ {{ 'Message:'|trans({}, 'Emails.Body', locale)|raw }} {message} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/order_return_state.html.twig b/mails/themes/classic/core/order_return_state.html.twig new file mode 100644 index 00000000..90d6ab14 --- /dev/null +++ b/mails/themes/classic/core/order_return_state.html.twig @@ -0,0 +1,50 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Return #{id_order_return} - update'|trans({}, 'Emails.Body', locale) }} +

+ +{% 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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/outofstock.html.twig b/mails/themes/classic/core/outofstock.html.twig new file mode 100644 index 00000000..1be0734d --- /dev/null +++ b/mails/themes/classic/core/outofstock.html.twig @@ -0,0 +1,60 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/password.html.twig b/mails/themes/classic/core/password.html.twig new file mode 100644 index 00000000..44d8ccb0 --- /dev/null +++ b/mails/themes/classic/core/password.html.twig @@ -0,0 +1,59 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Your new {shop_name} login details'|trans({}, 'Emails.Body', locale) }} +

+ +{% endif %} + + {{ 'E-mail address:'|trans({}, 'Emails.Body', locale)|raw }} {email} + +
+
 
+ + + +   + + + + + + {{ '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/password_query.html.twig b/mails/themes/classic/core/password_query.html.twig new file mode 100644 index 00000000..67e5053a --- /dev/null +++ b/mails/themes/classic/core/password_query.html.twig @@ -0,0 +1,40 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Password reset request for {shop_name}'|trans({}, 'Emails.Body', locale) }} +

+ +{% endif %} + + {{ 'You have requested to reset your [1]{shop_name}[/1] login details.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}

+ {{ 'Please note that this will change your current password.'|trans({}, 'Emails.Body', locale)|raw }}

+ {{ 'To confirm this action, please use the following link:'|trans({}, 'Emails.Body', locale)|raw }}
{url} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/payment.html.twig b/mails/themes/classic/core/payment.html.twig new file mode 100644 index 00000000..2c3f4a19 --- /dev/null +++ b/mails/themes/classic/core/payment.html.twig @@ -0,0 +1,60 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }} +
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Payment processed'|trans({}, '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/payment_error.html.twig b/mails/themes/classic/core/payment_error.html.twig new file mode 100644 index 00000000..74382dfa --- /dev/null +++ b/mails/themes/classic/core/payment_error.html.twig @@ -0,0 +1,60 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Payment processing error'|trans({}, '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/preparation.html.twig b/mails/themes/classic/core/preparation.html.twig new file mode 100644 index 00000000..69e59ad0 --- /dev/null +++ b/mails/themes/classic/core/preparation.html.twig @@ -0,0 +1,59 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Processing'|trans({}, '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/productoutofstock.html.twig b/mails/themes/classic/core/productoutofstock.html.twig new file mode 100644 index 00000000..037d00f1 --- /dev/null +++ b/mails/themes/classic/core/productoutofstock.html.twig @@ -0,0 +1,40 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '{product} is nearly out of stock.'|trans({}, 'Emails.Body', locale) }} +

+ +{% endif %} + + {{ 'The remaining stock is now less than the specified minimum of'|trans({}, 'Emails.Body', locale)|raw }} {last_qty}.

+ {{ 'Remaining stock:'|trans({}, 'Emails.Body', locale)|raw }} {qty}

+ {{ '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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/refund.html.twig b/mails/themes/classic/core/refund.html.twig new file mode 100644 index 00000000..afbf540b --- /dev/null +++ b/mails/themes/classic/core/refund.html.twig @@ -0,0 +1,59 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Refund processed'|trans({}, '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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/core/reply_msg.html.twig b/mails/themes/classic/core/reply_msg.html.twig new file mode 100644 index 00000000..be43ffc3 --- /dev/null +++ b/mails/themes/classic/core/reply_msg.html.twig @@ -0,0 +1,29 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + +   + + + + {reply} + + + +   + + + + + {{ '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 }} +
+ + +{% endblock %} diff --git a/mails/themes/classic/core/shipped.html.twig b/mails/themes/classic/core/shipped.html.twig new file mode 100644 index 00000000..a07ea99e --- /dev/null +++ b/mails/themes/classic/core/shipped.html.twig @@ -0,0 +1,47 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Your order has been shipped'|trans({}, 'Emails.Body', locale)|raw }} +
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Shipped'|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 }} + + + +{% endblock %} diff --git a/mails/themes/classic/core/test.html.twig b/mails/themes/classic/core/test.html.twig new file mode 100644 index 00000000..fb0c4ba9 --- /dev/null +++ b/mails/themes/classic/core/test.html.twig @@ -0,0 +1,21 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + {{ 'Hello'|trans({}, 'Emails.Body', locale)|raw }} + + + +   + + + + + {{ 'This is a [1]test e-mail[/1] from your shop.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}. +

+ {{ 'If you can read this, the test was successful!'|trans({}, 'Emails.Body', locale)|raw }}. +
+ + +{% endblock %} diff --git a/mails/themes/classic/core/voucher.html.twig b/mails/themes/classic/core/voucher.html.twig new file mode 100644 index 00000000..8a458a62 --- /dev/null +++ b/mails/themes/classic/core/voucher.html.twig @@ -0,0 +1,40 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Voucher created'|trans({}, '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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/core/voucher_new.html.twig b/mails/themes/classic/core/voucher_new.html.twig new file mode 100644 index 00000000..0e546fec --- /dev/null +++ b/mails/themes/classic/core/voucher_new.html.twig @@ -0,0 +1,39 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'This is to inform you about the creation of a voucher.'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'Here is the code of your voucher:'|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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/followup/followup_1.html.twig b/mails/themes/classic/modules/followup/followup_1.html.twig new file mode 100644 index 00000000..b925be98 --- /dev/null +++ b/mails/themes/classic/modules/followup/followup_1.html.twig @@ -0,0 +1,68 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '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 }} +
+
+
 
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Your {shop_name} login details'|trans({}, 'Emails.Body', locale) }} +

+ +{% 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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/followup/followup_2.html.twig b/mails/themes/classic/modules/followup/followup_2.html.twig new file mode 100644 index 00000000..aff0137d --- /dev/null +++ b/mails/themes/classic/modules/followup/followup_2.html.twig @@ -0,0 +1,34 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ '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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/followup/followup_3.html.twig b/mails/themes/classic/modules/followup/followup_3.html.twig new file mode 100644 index 00000000..764771a3 --- /dev/null +++ b/mails/themes/classic/modules/followup/followup_3.html.twig @@ -0,0 +1,41 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ '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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/followup/followup_4.html.twig b/mails/themes/classic/modules/followup/followup_4.html.twig new file mode 100644 index 00000000..210d7e97 --- /dev/null +++ b/mails/themes/classic/modules/followup/followup_4.html.twig @@ -0,0 +1,61 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailalerts/customer_qty.html.twig b/mails/themes/classic/modules/ps_emailalerts/customer_qty.html.twig new file mode 100644 index 00000000..7ef08d15 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailalerts/customer_qty.html.twig @@ -0,0 +1,40 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '{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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailalerts/new_order.html.twig b/mails/themes/classic/modules/ps_emailalerts/new_order.html.twig new file mode 100644 index 00000000..56ad2270 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailalerts/new_order.html.twig @@ -0,0 +1,341 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Congratulations!'|trans({}, 'Emails.Body', locale)|raw }} + + + + + + + {{ 'A new order was placed on {shop_name} by the following customer: {firstname} {lastname} ({email})'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order details'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'Order:'|trans({}, 'Emails.Body', locale)|raw }} {order_name} {{ 'Placed on'|trans({}, 'Emails.Body', locale)|raw }} {date}

+ {{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment} +
+
+
 
+ + + + + + + + + + + + + + + + + {items} + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ 'Reference'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Product'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Unit price'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Quantity'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Total price'|trans({}, 'Emails.Body', locale)|raw }}
+ + + + + + +
  + + {{ 'Products'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_products} + +  
+
+ + + + + + +
  + + {{ 'Discounts'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_discounts} + +  
+
+ + + + + + +
  + + {{ 'Gift-wrapping'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_wrapping} + +  
+
+ + + + + + +
  + + {{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_shipping} + +  
+
+ + + + + + +
  + + {{ 'Total Tax paid'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_tax_paid} + +  
+
+ + + + + + +
  + + {{ 'Total paid'|trans({}, 'Emails.Body', locale)|raw }} + +  
+
+ + + + + + +
  + + {total_paid} + +  
+
+
+ + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Carrier:'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {carrier} + +
+
 
+ + + +   + + + + + + + + + +
+ + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {delivery_block_html} + +
+
 
+
  + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {invoice_block_html} + +
+
 
+
+ + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Customer message:'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {message} + +
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailalerts/order_changed.html.twig b/mails/themes/classic/modules/ps_emailalerts/order_changed.html.twig new file mode 100644 index 00000000..f73f7962 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailalerts/order_changed.html.twig @@ -0,0 +1,59 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Order {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Order edited'|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 }} + + + + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailalerts/productcoverage.html.twig b/mails/themes/classic/modules/ps_emailalerts/productcoverage.html.twig new file mode 100644 index 00000000..f8310613 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailalerts/productcoverage.html.twig @@ -0,0 +1,39 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '{product} is almost out of stock.'|trans({}, 'Emails.Body', locale) }} +

+ +{% endif %} + + {{ 'The stock cover is now less than the specified minimum of:'|trans({}, 'Emails.Body', locale)|raw }} {warning_coverage}.

+ {{ 'Current stock cover:'|trans({}, 'Emails.Body', locale)|raw }} {current_coverage} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailalerts/productoutofstock.html.twig b/mails/themes/classic/modules/ps_emailalerts/productoutofstock.html.twig new file mode 100644 index 00000000..037d00f1 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailalerts/productoutofstock.html.twig @@ -0,0 +1,40 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ '{product} is nearly out of stock.'|trans({}, 'Emails.Body', locale) }} +

+ +{% endif %} + + {{ 'The remaining stock is now less than the specified minimum of'|trans({}, 'Emails.Body', locale)|raw }} {last_qty}.

+ {{ 'Remaining stock:'|trans({}, 'Emails.Body', locale)|raw }} {qty}

+ {{ '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 }} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailalerts/return_slip.html.twig b/mails/themes/classic/modules/ps_emailalerts/return_slip.html.twig new file mode 100644 index 00000000..51dd6217 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailalerts/return_slip.html.twig @@ -0,0 +1,86 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + {{ 'You have received a new return request for {shop_name}.'|trans({}, 'Emails.Body', locale) }} + + + +   + + + +

+ {{ 'Return details'|trans({}, 'Emails.Body', locale)|raw }} +

+ + {{ 'Order:'|trans({}, 'Emails.Body', locale)|raw }} {{ '{order_name} Placed on {date}'|trans({}, 'Emails.Body', locale) }}
+ {{ 'Customer:'|trans({}, 'Emails.Body', locale)|raw }} {firstname} {lastname}, ({email}) +
+ + + + + + + + + + + + + + {items} + +
{{ 'Reference'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Product'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Quantity'|trans({}, 'Emails.Body', locale)|raw }}
+ + + +   + + + + + + + + + +
+

{{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }}

+ + {delivery_block_html} + +
  +

{{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }}

+ + {invoice_block_html} + +
+ + + +   + + + +

+ {{ 'Customer message:'|trans({}, 'Emails.Body', locale)|raw }} +

+ + {message} + + + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailsubscription/newsletter_conf.html.twig b/mails/themes/classic/modules/ps_emailsubscription/newsletter_conf.html.twig new file mode 100644 index 00000000..06267d0f --- /dev/null +++ b/mails/themes/classic/modules/ps_emailsubscription/newsletter_conf.html.twig @@ -0,0 +1,33 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + + + + + + +
  + + + + {{ 'Thank you for subscribing to our newsletter.'|trans({}, 'Emails.Body', locale)|raw }} + + + +  
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailsubscription/newsletter_verif.html.twig b/mails/themes/classic/modules/ps_emailsubscription/newsletter_verif.html.twig new file mode 100644 index 00000000..040022c3 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailsubscription/newsletter_verif.html.twig @@ -0,0 +1,32 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, '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} +
+
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/ps_emailsubscription/newsletter_voucher.html.twig b/mails/themes/classic/modules/ps_emailsubscription/newsletter_voucher.html.twig new file mode 100644 index 00000000..520020c3 --- /dev/null +++ b/mails/themes/classic/modules/ps_emailsubscription/newsletter_voucher.html.twig @@ -0,0 +1,38 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }} + + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Newsletter subscription'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% endif %} + + {{ 'Regarding your newsletter subscription, we are pleased to offer you the following voucher:'|trans({}, 'Emails.Body', locale)|raw }} {discount} + +
+
 
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/referralprogram/referralprogram-congratulations.html.twig b/mails/themes/classic/modules/referralprogram/referralprogram-congratulations.html.twig new file mode 100644 index 00000000..6359e403 --- /dev/null +++ b/mails/themes/classic/modules/referralprogram/referralprogram-congratulations.html.twig @@ -0,0 +1,42 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {{ 'Congratulations!'|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 }} +
+
+
 
+ + + +   + + + + + {{ 'Best regards,'|trans({}, 'Emails.Body', locale)|raw }} + + + +{% endblock %} diff --git a/mails/themes/classic/modules/referralprogram/referralprogram-invitation.html.twig b/mails/themes/classic/modules/referralprogram/referralprogram-invitation.html.twig new file mode 100644 index 00000000..450fd5da --- /dev/null +++ b/mails/themes/classic/modules/referralprogram/referralprogram-invitation.html.twig @@ -0,0 +1,45 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + + {firstname_friend} {lastname_friend}, {{ 'join us!'|trans({}, '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}.

+ {{ 'Best regards,'|trans({}, 'Emails.Body', locale)|raw }} +
+ + +{% endblock %} diff --git a/mails/themes/classic/modules/referralprogram/referralprogram-voucher.html.twig b/mails/themes/classic/modules/referralprogram/referralprogram-voucher.html.twig new file mode 100644 index 00000000..22b76413 --- /dev/null +++ b/mails/themes/classic/modules/referralprogram/referralprogram-voucher.html.twig @@ -0,0 +1,38 @@ +{% extends '@MailThemes/classic/components/layout.html.twig' %} + +{% block content %} + + + {{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }} + + + +   + + + + + + + + + +
  + + {% if templateType == 'html' %} + +

+ {{ 'Referral Program'|trans({}, 'Emails.Body', locale)|raw }} +

+ +{% 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-credit_card-24px.webp b/mails/themes/modern/assets/baseline-credit_card-24px.webp new file mode 100644 index 00000000..c33e4f02 Binary files /dev/null and b/mails/themes/modern/assets/baseline-credit_card-24px.webp 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-local_shipping-24px.webp b/mails/themes/modern/assets/baseline-local_shipping-24px.webp new file mode 100644 index 00000000..7622a6ef Binary files /dev/null and b/mails/themes/modern/assets/baseline-local_shipping-24px.webp 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/assets/baseline-location_on-24px.webp b/mails/themes/modern/assets/baseline-location_on-24px.webp new file mode 100644 index 00000000..204bb4c6 Binary files /dev/null and b/mails/themes/modern/assets/baseline-location_on-24px.webp 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..7e4a6024 --- /dev/null +++ b/mails/themes/modern/components/footer.html.twig @@ -0,0 +1,68 @@ + + + +
+ + + + + + +
+ +
+ + + + + + + +
+ +
+
Powered by PrestaShop
+
+
+ +
+
+ + + diff --git a/mails/themes/modern/components/header.html.twig b/mails/themes/modern/components/header.html.twig new file mode 100644 index 00000000..99aee7ab --- /dev/null +++ b/mails/themes/modern/components/header.html.twig @@ -0,0 +1,73 @@ + + + +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + diff --git a/mails/themes/modern/components/layout.html.twig b/mails/themes/modern/components/layout.html.twig new file mode 100644 index 00000000..aab9e508 --- /dev/null +++ b/mails/themes/modern/components/layout.html.twig @@ -0,0 +1,161 @@ + + + + + {% block title %}Title{% endblock %} + + + + + + + + + + + {% block styles %} + {% endblock %} + + + +
+ +
 
+ +
+ + + + + + +
+ + {% block header %} + {% include '@MailThemes/modern/components/header.html.twig' %} + {% endblock %} + + {% block content %} + {% endblock %} + + {% block footer_content %} + {% endblock %} + + +
+
+ + {% block footer %} + {% include '@MailThemes/modern/components/footer.html.twig' %} + {% endblock %} + +
+ + + diff --git a/mails/themes/modern/components/order_layout.html.twig b/mails/themes/modern/components/order_layout.html.twig new file mode 100644 index 00000000..1d632dfa --- /dev/null +++ b/mails/themes/modern/components/order_layout.html.twig @@ -0,0 +1,209 @@ + + + + + {% block title %}Title{% endblock %} + + + + + + + + + + + {% block styles %} + {% endblock %} + + + +
+ +
 
+ +
+ + + + + + +
+ + {% block header %} + {% include '@MailThemes/modern/components/header.html.twig' %} + {% endblock %} + + {% block content %} + {% endblock %} + + {% block footer_content %} + {% endblock %} + + +
+
+ + {% block footer %} + {% include '@MailThemes/modern/components/footer.html.twig' %} + {% endblock %} + +
+ + + diff --git a/mails/themes/modern/core/account.html.twig b/mails/themes/modern/core/account.html.twig new file mode 100644 index 00000000..824cd21c --- /dev/null +++ b/mails/themes/modern/core/account.html.twig @@ -0,0 +1,584 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Account'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ 'Thank you for creating a customer account at {shop_name}.'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Your login details on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Here are your login details:'|trans({}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Email address:'|trans({}, 'Emails.Body', locale)|raw }} {email}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Important Security Tips:'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+
1. {{ 'Always keep your account details safe.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
2. {{ 'Never disclose your login details to anyone.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
3. {{ 'Change your password regularly.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
4. {{ 'Should you suspect someone is using your account illegally, please notify us immediately.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+
{{ 'You can now place orders on our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_name}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/backoffice_order.html.twig b/mails/themes/modern/core/backoffice_order.html.twig new file mode 100644 index 00000000..288ed617 --- /dev/null +++ b/mails/themes/modern/core/backoffice_order.html.twig @@ -0,0 +1,360 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Back Office Order'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+
+

+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'A new order has been generated on your behalf.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Please go on {order_link} to complete the payment.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/bankwire.html.twig b/mails/themes/modern/core/bankwire.html.twig new file mode 100644 index 00000000..08b060c9 --- /dev/null +++ b/mails/themes/modern/core/bankwire.html.twig @@ -0,0 +1,649 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Bankwire'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Pending payment'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Your order with the reference [1]{order_name}[/1] has been placed successfully. You can expect [1]delivery as soon as your payment is received[/1].'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Payment method: bank wire'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+
{{ 'You have decided to pay by bank wire.'|trans({}, 'Emails.Body', locale)|raw }} + {{ 'Here is the information you need for your transfer:'|trans({}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Amount:'|trans({}, 'Emails.Body', locale)|raw }} + {total_paid}
+
+
{{ 'Account owner:'|trans({}, 'Emails.Body', locale)|raw }} + {bankwire_owner}
+
+
{{ 'Account details:'|trans({}, 'Emails.Body', locale)|raw }} {bankwire_details}
+
+
{{ 'Bank address:'|trans({}, 'Emails.Body', locale)|raw }} {bankwire_address}
+
+
{{ 'Please specify your order reference in the bankwire description.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+
{{ 'Follow your order and download your invoice on our 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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/cheque.html.twig b/mails/themes/modern/core/cheque.html.twig new file mode 100644 index 00000000..b589763c --- /dev/null +++ b/mails/themes/modern/core/cheque.html.twig @@ -0,0 +1,640 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Check'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ '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 }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Payment method: check'|trans({}, '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 }}
+
+
{{ '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 }} + {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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/contact.html.twig b/mails/themes/modern/core/contact.html.twig new file mode 100644 index 00000000..84a9f076 --- /dev/null +++ b/mails/themes/modern/core/contact.html.twig @@ -0,0 +1,446 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Contact'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Message from a {shop_name} customer'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
{{ 'Customer Email Address:'|trans({}, 'Emails.Body', locale)|raw }} {email}
+
+
{{ 'Order ID #:'|trans({}, 'Emails.Body', locale)|raw }} + {order_name}
+
+
{{ 'Attached file:'|trans({}, 'Emails.Body', locale)|raw }} {attached_file}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Customer message:'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{message}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/contact_form.html.twig b/mails/themes/modern/core/contact_form.html.twig new file mode 100644 index 00000000..e99eee83 --- /dev/null +++ b/mails/themes/modern/core/contact_form.html.twig @@ -0,0 +1,379 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Contact Form'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+
{{ 'Your message has been sent successfully, thank you for taking the time to write!'|trans({}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Order ID #:'|trans({}, 'Emails.Body', locale)|raw }} + {order_name}
+
+
{{ 'Product:'|trans({}, 'Emails.Body', locale)|raw }} + {product_name}
+
+
{{ 'Attached file:'|trans({}, 'Emails.Body', locale)|raw }} {attached_file}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+
{{ 'We will reply as soon as possible.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/credit_slip.html.twig b/mails/themes/modern/core/credit_slip.html.twig new file mode 100644 index 00000000..ac3b55e4 --- /dev/null +++ b/mails/themes/modern/core/credit_slip.html.twig @@ -0,0 +1,427 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Credit Slip'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Credit slip'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/download_product.html.twig b/mails/themes/modern/core/download_product.html.twig new file mode 100644 index 00000000..18f05079 --- /dev/null +++ b/mails/themes/modern/core/download_product.html.twig @@ -0,0 +1,503 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Download products'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ '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 }}
+
+
+ {% if templateType == 'html' %} +{virtualProducts} +{% endif %} + {% if templateType == 'txt' %} +{virtualProductsTxt} +{% 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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/employee_password.html.twig b/mails/themes/modern/core/employee_password.html.twig new file mode 100644 index 00000000..a6d3c9e4 --- /dev/null +++ b/mails/themes/modern/core/employee_password.html.twig @@ -0,0 +1,388 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Employee password'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Here is your personal login information for {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+
{{ 'Here is your identification information on [1]{shop_name}[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
{{ 'First name:'|trans({}, 'Emails.Body', locale)|raw }} + {firstname}
+
+
{{ 'Last name:'|trans({}, 'Emails.Body', locale)|raw }} + {lastname}
+
+
{{ 'Email address:'|trans({}, 'Emails.Body', locale)|raw }} + {email}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/forward_msg.html.twig b/mails/themes/modern/core/forward_msg.html.twig new file mode 100644 index 00000000..89d449d3 --- /dev/null +++ b/mails/themes/modern/core/forward_msg.html.twig @@ -0,0 +1,380 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Forward message'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Customer Service - Discussion Forwarded'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
{{ '[1]{employee}[/1] wanted to forward this discussion to you.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Discussion history:'|trans({}, 'Emails.Body', locale)|raw }} {messages}
+
+
{{ '[1]{employee}[/1] added [1]{comment}[/1]'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/guest_to_customer.html.twig b/mails/themes/modern/core/guest_to_customer.html.twig new file mode 100644 index 00000000..33f4f0c2 --- /dev/null +++ b/mails/themes/modern/core/guest_to_customer.html.twig @@ -0,0 +1,433 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Guest to customer'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '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 }}
+
+
{{ 'Email address:'|trans({}, 'Emails.Body', locale)|raw }} {email}

+ {{ 'Click on the following link to set up your password:'|trans({}, 'Emails.Body', locale)|raw }}
{url}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+
{{ 'You can access your customer account on our shop:'|trans({}, 'Emails.Body', locale)|raw }} {shop_name}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/import.html.twig b/mails/themes/modern/core/import.html.twig new file mode 100644 index 00000000..b5752aa2 --- /dev/null +++ b/mails/themes/modern/core/import.html.twig @@ -0,0 +1,370 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Import'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Import finished'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'The file {filename} has been successfully imported to your shop.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/in_transit.html.twig b/mails/themes/modern/core/in_transit.html.twig new file mode 100644 index 00000000..ee6addc2 --- /dev/null +++ b/mails/themes/modern/core/in_transit.html.twig @@ -0,0 +1,494 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'In transit'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{meta_products}
+
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'In transit'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/log_alert.html.twig b/mails/themes/modern/core/log_alert.html.twig new file mode 100644 index 00000000..d9ef474b --- /dev/null +++ b/mails/themes/modern/core/log_alert.html.twig @@ -0,0 +1,375 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Log Alert'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'New alert message saved'|trans({}, '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/newsletter.html.twig b/mails/themes/modern/core/newsletter.html.twig new file mode 100644 index 00000000..71261a65 --- /dev/null +++ b/mails/themes/modern/core/newsletter.html.twig @@ -0,0 +1,305 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Newsletter'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{message}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/order_canceled.html.twig b/mails/themes/modern/core/order_canceled.html.twig new file mode 100644 index 00000000..71c45165 --- /dev/null +++ b/mails/themes/modern/core/order_canceled.html.twig @@ -0,0 +1,431 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Order canceled'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Order canceled'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/order_changed.html.twig b/mails/themes/modern/core/order_changed.html.twig new file mode 100644 index 00000000..c1d86064 --- /dev/null +++ b/mails/themes/modern/core/order_changed.html.twig @@ -0,0 +1,431 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Order changed'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Order changed'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/order_conf.html.twig b/mails/themes/modern/core/order_conf.html.twig new file mode 100644 index 00000000..83a61b80 --- /dev/null +++ b/mails/themes/modern/core/order_conf.html.twig @@ -0,0 +1,905 @@ +{% extends '@MailThemes/modern/components/order_layout.html.twig' %} + +{% block title %}{{ 'Order confirmation'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ 'Thank you for shopping on [1]{shop_name}[/1]!'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order details'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Order:'|trans({}, 'Emails.Body', locale)|raw }} {order_name} {{ 'Placed on'|trans({}, 'Emails.Body', locale)|raw }} {date}
+
+
{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + {% if templateType == 'html' %} +{products} +{% endif %} + {% if templateType == 'txt' %} +{products_txt} +{% endif %} + {% if templateType == 'html' %} +{discounts} +{% endif %} + {% if templateType == 'txt' %} +{discounts_txt} +{% endif %} + + + + + + + + + + + + + + + + + + + + + + + + +
{{ 'Reference'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Product'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Unit price'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Quantity'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Total price'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'Products'|trans({}, 'Emails.Body', locale)|raw }} + {total_products}
+ {{ 'Discounts'|trans({}, 'Emails.Body', locale)|raw }} + {total_discounts}
+ {{ 'Gift-wrapping'|trans({}, 'Emails.Body', locale)|raw }} + {total_wrapping}
+ {{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }} + {total_shipping}
+ {{ 'Including total tax'|trans({}, 'Emails.Body', locale)|raw }} + {total_tax_paid}
+ {{ 'Total paid'|trans({}, 'Emails.Body', locale)|raw }} + {total_paid}
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
+ {{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Carrier:'|trans({}, 'Emails.Body', locale)|raw }} {carrier}
+
+
{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+ + + + + +
+ + + + + + + +
+

+ + {{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }} +

+

+ {% if templateType == 'html' %} +{delivery_block_html} +{% endif %} + {% if templateType == 'txt' %} +{delivery_block_txt} +{% endif %} +

+
 
+
+ + + + + + +
+

+ + {{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }} +

+

+ {% if templateType == 'html' %} +{invoice_block_html} +{% endif %} + {% if templateType == 'txt' %} +{invoice_block_txt} +{% 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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/order_customer_comment.html.twig b/mails/themes/modern/core/order_customer_comment.html.twig new file mode 100644 index 00000000..195395fe --- /dev/null +++ b/mails/themes/modern/core/order_customer_comment.html.twig @@ -0,0 +1,505 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Order customer comment'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Message from customer'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'You have received a new message regarding order with the reference'|trans({}, 'Emails.Body', locale)|raw }} {order_name}.
+
+
{{ 'Customer:'|trans({}, 'Emails.Body', locale)|raw }} {firstname} {lastname} ({email})
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Customer message:'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{message}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/order_merchant_comment.html.twig b/mails/themes/modern/core/order_merchant_comment.html.twig new file mode 100644 index 00000000..a3ee76d8 --- /dev/null +++ b/mails/themes/modern/core/order_merchant_comment.html.twig @@ -0,0 +1,500 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Order merchant comment'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Message:'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{message}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/order_return_state.html.twig b/mails/themes/modern/core/order_return_state.html.twig new file mode 100644 index 00000000..f7870052 --- /dev/null +++ b/mails/themes/modern/core/order_return_state.html.twig @@ -0,0 +1,427 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Order return state'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order return #{id_order_return} - Update'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/outofstock.html.twig b/mails/themes/modern/core/outofstock.html.twig new file mode 100644 index 00000000..4ed1eb7b --- /dev/null +++ b/mails/themes/modern/core/outofstock.html.twig @@ -0,0 +1,491 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Out of stock'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ 'Thanks for your order with the reference {order_name} from {shop_name}.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale)|raw }} - {{ 'Replenishment required'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/password.html.twig b/mails/themes/modern/core/password.html.twig new file mode 100644 index 00000000..20e906ae --- /dev/null +++ b/mails/themes/modern/core/password.html.twig @@ -0,0 +1,305 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Password'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Your password has been correctly updated.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/password_query.html.twig b/mails/themes/modern/core/password_query.html.twig new file mode 100644 index 00000000..841e1073 --- /dev/null +++ b/mails/themes/modern/core/password_query.html.twig @@ -0,0 +1,437 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Password Query'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Confirmation of password request on {shop_name}'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
{{ 'You have requested to reset your [1]{shop_name}[/1] login details.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Please note that this will change your current password.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
{{ 'In order to confirm this action, click on the following link:'|trans({}, 'Emails.Body', locale)|raw }} {url}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+
{{ 'If you did not make this request, just ignore this email.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/payment.html.twig b/mails/themes/modern/core/payment.html.twig new file mode 100644 index 00000000..5ec7a52d --- /dev/null +++ b/mails/themes/modern/core/payment.html.twig @@ -0,0 +1,483 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Payment'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale)|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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/payment_error.html.twig b/mails/themes/modern/core/payment_error.html.twig new file mode 100644 index 00000000..b095f248 --- /dev/null +++ b/mails/themes/modern/core/payment_error.html.twig @@ -0,0 +1,487 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Payment Error'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Payment error'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/preparation.html.twig b/mails/themes/modern/core/preparation.html.twig new file mode 100644 index 00000000..74e9d488 --- /dev/null +++ b/mails/themes/modern/core/preparation.html.twig @@ -0,0 +1,483 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Preparation'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Processing order'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/productoutofstock.html.twig b/mails/themes/modern/core/productoutofstock.html.twig new file mode 100644 index 00000000..9e567caf --- /dev/null +++ b/mails/themes/modern/core/productoutofstock.html.twig @@ -0,0 +1,314 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Product out of stock'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
{{ 'There are now less than [1]{last_qty}[/1] of [1]{product}[/1] in stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Remaining stock:'|trans({}, 'Emails.Body', locale)|raw }} {qty}
+
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/refund.html.twig b/mails/themes/modern/core/refund.html.twig new file mode 100644 index 00000000..16f2e5a8 --- /dev/null +++ b/mails/themes/modern/core/refund.html.twig @@ -0,0 +1,425 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Refund'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Refund processed'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/reply_msg.html.twig b/mails/themes/modern/core/reply_msg.html.twig new file mode 100644 index 00000000..29c42dfa --- /dev/null +++ b/mails/themes/modern/core/reply_msg.html.twig @@ -0,0 +1,371 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Reply msg'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{reply}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/shipped.html.twig b/mails/themes/modern/core/shipped.html.twig new file mode 100644 index 00000000..ca8c2b34 --- /dev/null +++ b/mails/themes/modern/core/shipped.html.twig @@ -0,0 +1,484 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Shipped'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Thank you for shopping with {shop_name}!'|trans({}, 'Emails.Body', locale)|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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/test.html.twig b/mails/themes/modern/core/test.html.twig new file mode 100644 index 00000000..757bfde0 --- /dev/null +++ b/mails/themes/modern/core/test.html.twig @@ -0,0 +1,310 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Test'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Here is a test [1]email[/1] from your shop.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
{{ 'If you can read this, it means the test is successful!'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/voucher.html.twig b/mails/themes/modern/core/voucher.html.twig new file mode 100644 index 00000000..1c05a0af --- /dev/null +++ b/mails/themes/modern/core/voucher.html.twig @@ -0,0 +1,379 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Voucher'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Voucher code generated'|trans({}, '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/core/voucher_new.html.twig b/mails/themes/modern/core/voucher_new.html.twig new file mode 100644 index 00000000..692a24b3 --- /dev/null +++ b/mails/themes/modern/core/voucher_new.html.twig @@ -0,0 +1,375 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Voucher new'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Voucher code has been generated'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Here is your new voucher code:'|trans({}, 'Emails.Body', locale)|raw }} {voucher_num}
+
+
{{ 'In order to use it, just copy/paste this code during check out.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/followup/followup_1.html.twig b/mails/themes/modern/modules/followup/followup_1.html.twig new file mode 100644 index 00000000..6ee5cc4f --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_1.html.twig @@ -0,0 +1,515 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Follow up 1'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/followup/followup_2.html.twig b/mails/themes/modern/modules/followup/followup_2.html.twig new file mode 100644 index 00000000..8502e8ad --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_2.html.twig @@ -0,0 +1,322 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Follow up 2'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/followup/followup_3.html.twig b/mails/themes/modern/modules/followup/followup_3.html.twig new file mode 100644 index 00000000..16f75b61 --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_3.html.twig @@ -0,0 +1,322 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Follow up 3'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/followup/followup_4.html.twig b/mails/themes/modern/modules/followup/followup_4.html.twig new file mode 100644 index 00000000..033541c1 --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_4.html.twig @@ -0,0 +1,450 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Follow up 4'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailalerts/customer_qty.html.twig b/mails/themes/modern/modules/ps_emailalerts/customer_qty.html.twig new file mode 100644 index 00000000..e74a74c6 --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/customer_qty.html.twig @@ -0,0 +1,375 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Customer Quantity'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '{product} is now available.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Good news, this item is back in stock!'|trans({}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Click on the following link to visit the product page and order it:'|trans({}, 'Emails.Body', locale)|raw }} {product}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailalerts/new_order.html.twig b/mails/themes/modern/modules/ps_emailalerts/new_order.html.twig new file mode 100644 index 00000000..a2901752 --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/new_order.html.twig @@ -0,0 +1,896 @@ +{% extends '@MailThemes/modern/components/order_layout.html.twig' %} + +{% block title %}{{ 'New Order'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Congratulations!'|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})
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order details'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Order:'|trans({}, 'Emails.Body', locale)|raw }} {order_name} {{ 'Placed on'|trans({}, 'Emails.Body', locale)|raw }} {date}
+
+
{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + {items} + + + + + + + + + + + + + + + + + + + + + + + + +
{{ 'Reference'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Product'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Unit price'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Quantity'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Total price'|trans({}, 'Emails.Body', locale)|raw }}
+ {{ 'Products'|trans({}, 'Emails.Body', locale)|raw }} + {total_products}
+ {{ 'Discounts'|trans({}, 'Emails.Body', locale)|raw }} + {total_discounts}
+ {{ 'Gift-wrapping'|trans({}, 'Emails.Body', locale)|raw }} + {total_wrapping}
+ {{ 'Shipping'|trans({}, 'Emails.Body', locale)|raw }} + {total_shipping}
+ {{ 'Including total tax'|trans({}, 'Emails.Body', locale)|raw }} + {total_tax_paid}
+ {{ 'Total paid'|trans({}, 'Emails.Body', locale)|raw }} + {total_paid}
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
+ {{ 'Carrier'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Carrier:'|trans({}, 'Emails.Body', locale)|raw }} {carrier}
+
+
{{ 'Payment:'|trans({}, 'Emails.Body', locale)|raw }} {payment}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+ + + + + +
+ + + + + + + +
+

+ + {{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }} +

+

{delivery_block_html}

+
 
+
+ + + + + + +
+

+ + {{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }} +

+

{invoice_block_html}

+
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Customer message:'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{message}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailalerts/order_changed.html.twig b/mails/themes/modern/modules/ps_emailalerts/order_changed.html.twig new file mode 100644 index 00000000..61559d9e --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/order_changed.html.twig @@ -0,0 +1,432 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Order changed'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Order ID {order_name}'|trans({}, 'Emails.Body', locale) }} - {{ 'Order changed'|trans({}, '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 }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailalerts/productcoverage.html.twig b/mails/themes/modern/modules/ps_emailalerts/productcoverage.html.twig new file mode 100644 index 00000000..45575a4f --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/productcoverage.html.twig @@ -0,0 +1,310 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Product coverage'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Your stock cover is now less than the specified minimum of:'|trans({}, 'Emails.Body', locale)|raw }} {warning_coverage}
+
+
{{ 'Current stock cover:'|trans({}, 'Emails.Body', locale)|raw }} {current_coverage}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailalerts/productoutofstock.html.twig b/mails/themes/modern/modules/ps_emailalerts/productoutofstock.html.twig new file mode 100644 index 00000000..5e0021d0 --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/productoutofstock.html.twig @@ -0,0 +1,378 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Product out of stock'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '{product} is almost out of stock.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
{{ 'There are now less than [1]{last_qty}[/1] items in stock.'|trans({'[1]': '', '[/1]': ''}, 'Emails.Body', locale)|raw }}
+
+
{{ 'Remaining stock:'|trans({}, 'Emails.Body', locale)|raw }} {qty}
+
+
{{ '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailalerts/return_slip.html.twig b/mails/themes/modern/modules/ps_emailalerts/return_slip.html.twig new file mode 100644 index 00000000..9d2df2a6 --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/return_slip.html.twig @@ -0,0 +1,720 @@ +{% extends '@MailThemes/modern/components/order_layout.html.twig' %} + +{% block title %}{{ 'Return Slip'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + +
+
{{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }}
+
+
{{ 'You have received a new return request for {shop_name}.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Return Details'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
{{ 'Order:'|trans({}, 'Emails.Body', locale)|raw }} {order_name} {{ 'Placed on'|trans({}, 'Emails.Body', locale)|raw }} {date}
+
+
{{ 'Customer:'|trans({}, 'Emails.Body', locale)|raw }} {firstname} {lastname}, ({email})
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + {items} +
{{ 'Reference'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Product'|trans({}, 'Emails.Body', locale)|raw }}{{ 'Quantity'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+ + + + + +
+ + + + + + + +
+

+ + {{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }} +

+

{delivery_block_html}

+
 
+
+ + + + + + +
+

+ + {{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }} +

+

{invoice_block_html}

+
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Customer message:'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{message}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailsubscription/newsletter_conf.html.twig b/mails/themes/modern/modules/ps_emailsubscription/newsletter_conf.html.twig new file mode 100644 index 00000000..19eb033b --- /dev/null +++ b/mails/themes/modern/modules/ps_emailsubscription/newsletter_conf.html.twig @@ -0,0 +1,305 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Newsletter Confirmation'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Thank you for subscribing to our newsletter.'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailsubscription/newsletter_verif.html.twig b/mails/themes/modern/modules/ps_emailsubscription/newsletter_verif.html.twig new file mode 100644 index 00000000..f15e6acb --- /dev/null +++ b/mails/themes/modern/modules/ps_emailsubscription/newsletter_verif.html.twig @@ -0,0 +1,306 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Newsletter Verification'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:'|trans({}, 'Emails.Body', locale)|raw }}
+ {verif_url}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_emailsubscription/newsletter_voucher.html.twig b/mails/themes/modern/modules/ps_emailsubscription/newsletter_voucher.html.twig new file mode 100644 index 00000000..3bd03a4e --- /dev/null +++ b/mails/themes/modern/modules/ps_emailsubscription/newsletter_voucher.html.twig @@ -0,0 +1,370 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Newsletter Voucher'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ '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}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/referralprogram/referralprogram-congratulations.html.twig b/mails/themes/modern/modules/referralprogram/referralprogram-congratulations.html.twig new file mode 100644 index 00000000..d51ae440 --- /dev/null +++ b/mails/themes/modern/modules/referralprogram/referralprogram-congratulations.html.twig @@ -0,0 +1,367 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Referral program Congratulations'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Congratulations!'|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 }}
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+
{{ 'Best regards,'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/referralprogram/referralprogram-invitation.html.twig b/mails/themes/modern/modules/referralprogram/referralprogram-invitation.html.twig new file mode 100644 index 00000000..35d680cb --- /dev/null +++ b/mails/themes/modern/modules/referralprogram/referralprogram-invitation.html.twig @@ -0,0 +1,429 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Referral program Invitation'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{firstname_friend} {lastname_friend}, {{ 'Join us!'|trans({}, '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 email address of your referring friend:'|trans({}, 'Emails.Body', locale)|raw }} {email}.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + +
+
{{ 'Best regards,'|trans({}, 'Emails.Body', locale)|raw }}
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/mails/themes/modern/modules/referralprogram/referralprogram-voucher.html.twig b/mails/themes/modern/modules/referralprogram/referralprogram-voucher.html.twig new file mode 100644 index 00000000..22d94fc9 --- /dev/null +++ b/mails/themes/modern/modules/referralprogram/referralprogram-voucher.html.twig @@ -0,0 +1,376 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Referral program Voucher'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
{{ 'Sponsorship Program'|trans({}, '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 }}
+
+
+
+ +
+
+ + + + +{% endblock %} + +{% block styles %} +{{ parent() }} + + +{% endblock %} diff --git a/modules/ps_emailalerts/mails/en/customer_qty.html b/modules/ps_emailalerts/mails/en/customer_qty.html index 58772b23..3b136390 100644 --- a/modules/ps_emailalerts/mails/en/customer_qty.html +++ b/modules/ps_emailalerts/mails/en/customer_qty.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailalerts/mails/en/new_order.html b/modules/ps_emailalerts/mails/en/new_order.html index a3ca33ad..bd30a390 100644 --- a/modules/ps_emailalerts/mails/en/new_order.html +++ b/modules/ps_emailalerts/mails/en/new_order.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailalerts/mails/en/order_changed.html b/modules/ps_emailalerts/mails/en/order_changed.html index d6a22596..91c09337 100644 --- a/modules/ps_emailalerts/mails/en/order_changed.html +++ b/modules/ps_emailalerts/mails/en/order_changed.html @@ -61,7 +61,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailalerts/mails/en/productcoverage.html b/modules/ps_emailalerts/mails/en/productcoverage.html index 52bc6dde..778eacb5 100644 --- a/modules/ps_emailalerts/mails/en/productcoverage.html +++ b/modules/ps_emailalerts/mails/en/productcoverage.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailalerts/mails/en/productoutofstock.html b/modules/ps_emailalerts/mails/en/productoutofstock.html index 3d936f08..3cb48287 100644 --- a/modules/ps_emailalerts/mails/en/productoutofstock.html +++ b/modules/ps_emailalerts/mails/en/productoutofstock.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailalerts/mails/en/return_slip.html b/modules/ps_emailalerts/mails/en/return_slip.html index 4ca518be..10f87bc5 100644 --- a/modules/ps_emailalerts/mails/en/return_slip.html +++ b/modules/ps_emailalerts/mails/en/return_slip.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailsubscription/mails/en/newsletter_conf.html b/modules/ps_emailsubscription/mails/en/newsletter_conf.html index 64e32760..67df32a6 100644 --- a/modules/ps_emailsubscription/mails/en/newsletter_conf.html +++ b/modules/ps_emailsubscription/mails/en/newsletter_conf.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailsubscription/mails/en/newsletter_verif.html b/modules/ps_emailsubscription/mails/en/newsletter_verif.html index c307e98d..f672af1d 100644 --- a/modules/ps_emailsubscription/mails/en/newsletter_verif.html +++ b/modules/ps_emailsubscription/mails/en/newsletter_verif.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/modules/ps_emailsubscription/mails/en/newsletter_voucher.html b/modules/ps_emailsubscription/mails/en/newsletter_voucher.html index 4841b626..f65f8554 100644 --- a/modules/ps_emailsubscription/mails/en/newsletter_voucher.html +++ b/modules/ps_emailsubscription/mails/en/newsletter_voucher.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/override/modules/ps_emailalerts/mails/en/customer_qty.html b/override/modules/ps_emailalerts/mails/en/customer_qty.html index 58772b23..3b136390 100644 --- a/override/modules/ps_emailalerts/mails/en/customer_qty.html +++ b/override/modules/ps_emailalerts/mails/en/customer_qty.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/override/modules/ps_emailalerts/mails/en/new_order.html b/override/modules/ps_emailalerts/mails/en/new_order.html index a3ca33ad..bd30a390 100644 --- a/override/modules/ps_emailalerts/mails/en/new_order.html +++ b/override/modules/ps_emailalerts/mails/en/new_order.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/override/modules/ps_emailalerts/mails/en/order_changed.html b/override/modules/ps_emailalerts/mails/en/order_changed.html index d6a22596..91c09337 100644 --- a/override/modules/ps_emailalerts/mails/en/order_changed.html +++ b/override/modules/ps_emailalerts/mails/en/order_changed.html @@ -61,7 +61,7 @@ - {shop_name} + {shop_name} diff --git a/override/modules/ps_emailalerts/mails/en/productcoverage.html b/override/modules/ps_emailalerts/mails/en/productcoverage.html index 52bc6dde..778eacb5 100644 --- a/override/modules/ps_emailalerts/mails/en/productcoverage.html +++ b/override/modules/ps_emailalerts/mails/en/productcoverage.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/override/modules/ps_emailalerts/mails/en/productoutofstock.html b/override/modules/ps_emailalerts/mails/en/productoutofstock.html index 3d936f08..3cb48287 100644 --- a/override/modules/ps_emailalerts/mails/en/productoutofstock.html +++ b/override/modules/ps_emailalerts/mails/en/productoutofstock.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/override/modules/ps_emailalerts/mails/en/return_slip.html b/override/modules/ps_emailalerts/mails/en/return_slip.html index 4ca518be..10f87bc5 100644 --- a/override/modules/ps_emailalerts/mails/en/return_slip.html +++ b/override/modules/ps_emailalerts/mails/en/return_slip.html @@ -62,7 +62,7 @@ - {shop_name} + {shop_name} diff --git a/override/modules/ps_emailalerts/mails/pl/customer_qty.html b/override/modules/ps_emailalerts/mails/pl/customer_qty.html index 5a2d3615..f1d40175 100644 --- a/override/modules/ps_emailalerts/mails/pl/customer_qty.html +++ b/override/modules/ps_emailalerts/mails/pl/customer_qty.html @@ -62,7 +62,7 @@ - + diff --git a/override/modules/ps_emailalerts/mails/pl/new_order.html b/override/modules/ps_emailalerts/mails/pl/new_order.html index 1164adef..9d5d2e01 100644 --- a/override/modules/ps_emailalerts/mails/pl/new_order.html +++ b/override/modules/ps_emailalerts/mails/pl/new_order.html @@ -62,7 +62,7 @@
Witaj,
- + diff --git a/override/modules/ps_emailalerts/mails/pl/order_changed.html b/override/modules/ps_emailalerts/mails/pl/order_changed.html index 43d16914..28cdd9cc 100644 --- a/override/modules/ps_emailalerts/mails/pl/order_changed.html +++ b/override/modules/ps_emailalerts/mails/pl/order_changed.html @@ -62,7 +62,7 @@
Nowe zamówienie
{order_name}
- + diff --git a/override/modules/ps_emailalerts/mails/pl/productcoverage.html b/override/modules/ps_emailalerts/mails/pl/productcoverage.html index 4d84287d..4ab7d87b 100644 --- a/override/modules/ps_emailalerts/mails/pl/productcoverage.html +++ b/override/modules/ps_emailalerts/mails/pl/productcoverage.html @@ -62,7 +62,7 @@ diff --git a/override/modules/ps_emailalerts/mails/pl/productoutofstock.html b/override/modules/ps_emailalerts/mails/pl/productoutofstock.html index 203569ef..718978e9 100644 --- a/override/modules/ps_emailalerts/mails/pl/productoutofstock.html +++ b/override/modules/ps_emailalerts/mails/pl/productoutofstock.html @@ -62,7 +62,7 @@ diff --git a/override/modules/ps_emailalerts/mails/pl/return_slip.html b/override/modules/ps_emailalerts/mails/pl/return_slip.html index c93007bf..8baaaaf6 100644 --- a/override/modules/ps_emailalerts/mails/pl/return_slip.html +++ b/override/modules/ps_emailalerts/mails/pl/return_slip.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/account.html b/themes/InterBlue/mails/pl/account.html index 5efc1ac4..5daba1d5 100644 --- a/themes/InterBlue/mails/pl/account.html +++ b/themes/InterBlue/mails/pl/account.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/backoffice_order.html b/themes/InterBlue/mails/pl/backoffice_order.html index a6b9f90b..a44a4f4a 100644 --- a/themes/InterBlue/mails/pl/backoffice_order.html +++ b/themes/InterBlue/mails/pl/backoffice_order.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
Dziękujemy za utworzenie konta klienta na stronie {shop_name}.
- + diff --git a/themes/InterBlue/mails/pl/bankwire.html b/themes/InterBlue/mails/pl/bankwire.html index 857ca66a..be1ea9b8 100644 --- a/themes/InterBlue/mails/pl/bankwire.html +++ b/themes/InterBlue/mails/pl/bankwire.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/cheque.html b/themes/InterBlue/mails/pl/cheque.html index d77f774b..a8d1320b 100644 --- a/themes/InterBlue/mails/pl/cheque.html +++ b/themes/InterBlue/mails/pl/cheque.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
Dziękujemy za zakupy na stronie {shop_name}!
- + diff --git a/themes/InterBlue/mails/pl/contact.html b/themes/InterBlue/mails/pl/contact.html index 184b0783..7f931fcb 100644 --- a/themes/InterBlue/mails/pl/contact.html +++ b/themes/InterBlue/mails/pl/contact.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
Dziękujemy za zakupy na stronie {shop_name}!
- + diff --git a/themes/InterBlue/mails/pl/contact_form.html b/themes/InterBlue/mails/pl/contact_form.html index 5f799205..1eddf51a 100644 --- a/themes/InterBlue/mails/pl/contact_form.html +++ b/themes/InterBlue/mails/pl/contact_form.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/credit_slip.html b/themes/InterBlue/mails/pl/credit_slip.html index 61559c92..7d275bff 100644 --- a/themes/InterBlue/mails/pl/credit_slip.html +++ b/themes/InterBlue/mails/pl/credit_slip.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/download_product.html b/themes/InterBlue/mails/pl/download_product.html index ca3b989a..c5e8d88c 100644 --- a/themes/InterBlue/mails/pl/download_product.html +++ b/themes/InterBlue/mails/pl/download_product.html @@ -62,7 +62,7 @@
Wiadomość od klienta {shop_name}
- + diff --git a/themes/InterBlue/mails/pl/employee_password.html b/themes/InterBlue/mails/pl/employee_password.html index 4f97610a..b9ad241b 100644 --- a/themes/InterBlue/mails/pl/employee_password.html +++ b/themes/InterBlue/mails/pl/employee_password.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/forward_msg.html b/themes/InterBlue/mails/pl/forward_msg.html index f7d1d40c..f2fa2c81 100644 --- a/themes/InterBlue/mails/pl/forward_msg.html +++ b/themes/InterBlue/mails/pl/forward_msg.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
Dziękujemy za złożenie zamówienia numer {order_name} w sklepie {shop_name}
- + diff --git a/themes/InterBlue/mails/pl/guest_to_customer.html b/themes/InterBlue/mails/pl/guest_to_customer.html index a7937daf..9b808cdc 100644 --- a/themes/InterBlue/mails/pl/guest_to_customer.html +++ b/themes/InterBlue/mails/pl/guest_to_customer.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/import.html b/themes/InterBlue/mails/pl/import.html index 9e29ad1c..fe1e485c 100644 --- a/themes/InterBlue/mails/pl/import.html +++ b/themes/InterBlue/mails/pl/import.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/in_transit.html b/themes/InterBlue/mails/pl/in_transit.html index 75da662c..3a8c86c0 100644 --- a/themes/InterBlue/mails/pl/in_transit.html +++ b/themes/InterBlue/mails/pl/in_transit.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/log_alert.html b/themes/InterBlue/mails/pl/log_alert.html index 664f4920..86101642 100644 --- a/themes/InterBlue/mails/pl/log_alert.html +++ b/themes/InterBlue/mails/pl/log_alert.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/newsletter.html b/themes/InterBlue/mails/pl/newsletter.html index ac5c2dcc..9d4041a6 100644 --- a/themes/InterBlue/mails/pl/newsletter.html +++ b/themes/InterBlue/mails/pl/newsletter.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/order_canceled.html b/themes/InterBlue/mails/pl/order_canceled.html index df0e2a6e..39b328da 100644 --- a/themes/InterBlue/mails/pl/order_canceled.html +++ b/themes/InterBlue/mails/pl/order_canceled.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/order_changed.html b/themes/InterBlue/mails/pl/order_changed.html index 2cf1f4d2..ab1c9f9b 100644 --- a/themes/InterBlue/mails/pl/order_changed.html +++ b/themes/InterBlue/mails/pl/order_changed.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/order_conf.html b/themes/InterBlue/mails/pl/order_conf.html index 70fbc953..3fd3918c 100644 --- a/themes/InterBlue/mails/pl/order_conf.html +++ b/themes/InterBlue/mails/pl/order_conf.html @@ -201,7 +201,7 @@ diff --git a/themes/InterBlue/mails/pl/order_customer_comment.html b/themes/InterBlue/mails/pl/order_customer_comment.html index 2c17e3fc..c05ab49e 100644 --- a/themes/InterBlue/mails/pl/order_customer_comment.html +++ b/themes/InterBlue/mails/pl/order_customer_comment.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/order_merchant_comment.html b/themes/InterBlue/mails/pl/order_merchant_comment.html index 875e5d78..b14f8145 100644 --- a/themes/InterBlue/mails/pl/order_merchant_comment.html +++ b/themes/InterBlue/mails/pl/order_merchant_comment.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/order_return_state.html b/themes/InterBlue/mails/pl/order_return_state.html index 57e8450d..6cf1fd28 100644 --- a/themes/InterBlue/mails/pl/order_return_state.html +++ b/themes/InterBlue/mails/pl/order_return_state.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/outofstock.html b/themes/InterBlue/mails/pl/outofstock.html index 2f4b0a63..d2214c1d 100644 --- a/themes/InterBlue/mails/pl/outofstock.html +++ b/themes/InterBlue/mails/pl/outofstock.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/password.html b/themes/InterBlue/mails/pl/password.html index d700fd68..5cc60634 100644 --- a/themes/InterBlue/mails/pl/password.html +++ b/themes/InterBlue/mails/pl/password.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/password_query.html b/themes/InterBlue/mails/pl/password_query.html index 1c4ceeec..48e567ef 100644 --- a/themes/InterBlue/mails/pl/password_query.html +++ b/themes/InterBlue/mails/pl/password_query.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/payment.html b/themes/InterBlue/mails/pl/payment.html index 75541eb3..147896cb 100644 --- a/themes/InterBlue/mails/pl/payment.html +++ b/themes/InterBlue/mails/pl/payment.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/payment_error.html b/themes/InterBlue/mails/pl/payment_error.html index 8f4ab6ae..df186f7d 100644 --- a/themes/InterBlue/mails/pl/payment_error.html +++ b/themes/InterBlue/mails/pl/payment_error.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/preparation.html b/themes/InterBlue/mails/pl/preparation.html index db6d698b..03a9edaf 100644 --- a/themes/InterBlue/mails/pl/preparation.html +++ b/themes/InterBlue/mails/pl/preparation.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
Dziękujemy za zakupy na stronie {shop_name}!
- + diff --git a/themes/InterBlue/mails/pl/productoutofstock.html b/themes/InterBlue/mails/pl/productoutofstock.html index 7d704c3e..e3223826 100644 --- a/themes/InterBlue/mails/pl/productoutofstock.html +++ b/themes/InterBlue/mails/pl/productoutofstock.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/refund.html b/themes/InterBlue/mails/pl/refund.html index 356685ec..23ee0f74 100644 --- a/themes/InterBlue/mails/pl/refund.html +++ b/themes/InterBlue/mails/pl/refund.html @@ -62,7 +62,7 @@
Witaj,
- + diff --git a/themes/InterBlue/mails/pl/reply_msg.html b/themes/InterBlue/mails/pl/reply_msg.html index 14d68cee..0e13af3d 100644 --- a/themes/InterBlue/mails/pl/reply_msg.html +++ b/themes/InterBlue/mails/pl/reply_msg.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/shipped.html b/themes/InterBlue/mails/pl/shipped.html index ece3f593..93352647 100644 --- a/themes/InterBlue/mails/pl/shipped.html +++ b/themes/InterBlue/mails/pl/shipped.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/mails/pl/test.html b/themes/InterBlue/mails/pl/test.html index 7b6a43d7..844cec76 100644 --- a/themes/InterBlue/mails/pl/test.html +++ b/themes/InterBlue/mails/pl/test.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
Twoje zamówienie zostało wysłane
- + diff --git a/themes/InterBlue/mails/pl/voucher.html b/themes/InterBlue/mails/pl/voucher.html index a096627f..66940956 100644 --- a/themes/InterBlue/mails/pl/voucher.html +++ b/themes/InterBlue/mails/pl/voucher.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/mails/pl/voucher_new.html b/themes/InterBlue/mails/pl/voucher_new.html index 4c45b60f..ff8a7873 100644 --- a/themes/InterBlue/mails/pl/voucher_new.html +++ b/themes/InterBlue/mails/pl/voucher_new.html @@ -62,7 +62,7 @@
Cześć
- + diff --git a/themes/InterBlue/modules/followup/mails/pl/followup_1.html b/themes/InterBlue/modules/followup/mails/pl/followup_1.html index dd0b2f3b..c55effec 100644 --- a/themes/InterBlue/modules/followup/mails/pl/followup_1.html +++ b/themes/InterBlue/modules/followup/mails/pl/followup_1.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/followup/mails/pl/followup_2.html b/themes/InterBlue/modules/followup/mails/pl/followup_2.html index a804ab5e..82f06ab7 100644 --- a/themes/InterBlue/modules/followup/mails/pl/followup_2.html +++ b/themes/InterBlue/modules/followup/mails/pl/followup_2.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/followup/mails/pl/followup_3.html b/themes/InterBlue/modules/followup/mails/pl/followup_3.html index 6f597cf8..a03bde2e 100644 --- a/themes/InterBlue/modules/followup/mails/pl/followup_3.html +++ b/themes/InterBlue/modules/followup/mails/pl/followup_3.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/followup/mails/pl/followup_4.html b/themes/InterBlue/modules/followup/mails/pl/followup_4.html index 6554811b..b9fac69c 100644 --- a/themes/InterBlue/modules/followup/mails/pl/followup_4.html +++ b/themes/InterBlue/modules/followup/mails/pl/followup_4.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/ps_emailalerts/mails/pl/customer_qty.html b/themes/InterBlue/modules/ps_emailalerts/mails/pl/customer_qty.html index 7e27a9d5..e079e3c8 100644 --- a/themes/InterBlue/modules/ps_emailalerts/mails/pl/customer_qty.html +++ b/themes/InterBlue/modules/ps_emailalerts/mails/pl/customer_qty.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/ps_emailalerts/mails/pl/new_order.html b/themes/InterBlue/modules/ps_emailalerts/mails/pl/new_order.html index 244e7942..410221e3 100644 --- a/themes/InterBlue/modules/ps_emailalerts/mails/pl/new_order.html +++ b/themes/InterBlue/modules/ps_emailalerts/mails/pl/new_order.html @@ -189,7 +189,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/modules/ps_emailalerts/mails/pl/order_changed.html b/themes/InterBlue/modules/ps_emailalerts/mails/pl/order_changed.html index 43d16914..28cdd9cc 100644 --- a/themes/InterBlue/modules/ps_emailalerts/mails/pl/order_changed.html +++ b/themes/InterBlue/modules/ps_emailalerts/mails/pl/order_changed.html @@ -62,7 +62,7 @@
Nowe zamówienie nr {order_name}
Źródło: {typ_zamowienia}
- + diff --git a/themes/InterBlue/modules/ps_emailalerts/mails/pl/productcoverage.html b/themes/InterBlue/modules/ps_emailalerts/mails/pl/productcoverage.html index 4d84287d..4ab7d87b 100644 --- a/themes/InterBlue/modules/ps_emailalerts/mails/pl/productcoverage.html +++ b/themes/InterBlue/modules/ps_emailalerts/mails/pl/productcoverage.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/ps_emailalerts/mails/pl/productoutofstock.html b/themes/InterBlue/modules/ps_emailalerts/mails/pl/productoutofstock.html index 7d704c3e..e3223826 100644 --- a/themes/InterBlue/modules/ps_emailalerts/mails/pl/productoutofstock.html +++ b/themes/InterBlue/modules/ps_emailalerts/mails/pl/productoutofstock.html @@ -62,7 +62,7 @@
Witaj {firstname} {lastname},
- + diff --git a/themes/InterBlue/modules/ps_emailalerts/mails/pl/return_slip.html b/themes/InterBlue/modules/ps_emailalerts/mails/pl/return_slip.html index c93007bf..8baaaaf6 100644 --- a/themes/InterBlue/modules/ps_emailalerts/mails/pl/return_slip.html +++ b/themes/InterBlue/modules/ps_emailalerts/mails/pl/return_slip.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_conf.html b/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_conf.html index 245cb439..f25f45ed 100644 --- a/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_conf.html +++ b/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_conf.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_verif.html b/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_verif.html index 48463d33..aab04e42 100644 --- a/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_verif.html +++ b/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_verif.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_voucher.html b/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_voucher.html index 7814ab4e..0527e183 100644 --- a/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_voucher.html +++ b/themes/InterBlue/modules/ps_emailsubscription/mails/pl/newsletter_voucher.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-congratulations.html b/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-congratulations.html index 1ba8e553..f2db908d 100644 --- a/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-congratulations.html +++ b/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-congratulations.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-invitation.html b/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-invitation.html index d187eae7..de6306e4 100644 --- a/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-invitation.html +++ b/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-invitation.html @@ -62,7 +62,7 @@ diff --git a/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-voucher.html b/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-voucher.html index 70c5f416..7e813e68 100644 --- a/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-voucher.html +++ b/themes/InterBlue/modules/referralprogram/mails/pl/referralprogram-voucher.html @@ -62,7 +62,7 @@
Witaj,