From 6eb3698d4a80ab33f7f6be4bf061d6eddebb4cb3 Mon Sep 17 00:00:00 2001 From: redtyper Date: Thu, 7 Feb 2019 21:53:23 +0100 Subject: [PATCH 1/2] added e-mail templates in Polish solves the problem of sending emails to the store administrator (in the case of the Polish version) . e.g. about a new customer order --- mails/pl/customer_qty.html | 115 +++++++++ mails/pl/customer_qty.txt | 15 ++ mails/pl/new_order.html | 401 ++++++++++++++++++++++++++++++++ mails/pl/new_order.txt | 59 +++++ mails/pl/order_changed.html | 132 +++++++++++ mails/pl/order_changed.txt | 19 ++ mails/pl/productcoverage.html | 115 +++++++++ mails/pl/productcoverage.txt | 13 ++ mails/pl/productoutofstock.html | 115 +++++++++ mails/pl/productoutofstock.txt | 16 ++ mails/pl/return_slip.html | 169 ++++++++++++++ mails/pl/return_slip.txt | 36 +++ 12 files changed, 1205 insertions(+) create mode 100644 mails/pl/customer_qty.html create mode 100644 mails/pl/customer_qty.txt create mode 100644 mails/pl/new_order.html create mode 100644 mails/pl/new_order.txt create mode 100644 mails/pl/order_changed.html create mode 100644 mails/pl/order_changed.txt create mode 100644 mails/pl/productcoverage.html create mode 100644 mails/pl/productcoverage.txt create mode 100644 mails/pl/productoutofstock.html create mode 100644 mails/pl/productoutofstock.txt create mode 100644 mails/pl/return_slip.html create mode 100644 mails/pl/return_slip.txt diff --git a/mails/pl/customer_qty.html b/mails/pl/customer_qty.html new file mode 100644 index 0000000..5127a77 --- /dev/null +++ b/mails/pl/customer_qty.html @@ -0,0 +1,115 @@ + + + + + + Wiadomość od {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Witaj, + +
+ + + + + + +
  + +

+ {product} jest teraz dostępny.

+ + Ten element jest ponownie w magazynach.

+ Możesz przejść na stronę produktu klikając na link: {product}
+ Można zamówić już teraz w naszym sklepie on-line.
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/pl/customer_qty.txt b/mails/pl/customer_qty.txt new file mode 100644 index 0000000..0a372f7 --- /dev/null +++ b/mails/pl/customer_qty.txt @@ -0,0 +1,15 @@ + +[{shop_url}] + +Witaj, + +Ten element jest ponownie w magazynach. + +Możesz przejść na stronę produktu klikając na link: {product} +[{product_link}] + +Można zamówić już teraz w naszym sklepie on-line. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/pl/new_order.html b/mails/pl/new_order.html new file mode 100644 index 0000000..8b4de11 --- /dev/null +++ b/mails/pl/new_order.html @@ -0,0 +1,401 @@ + + + + + + Wiadomość od {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Gratulacje! + +
+ + Zostało złożone nowe zamówienie w {shop_name} przez następującego klienta: {firstname}{lastname} ({email}) + +
+ + + + + + +
  + +

+ Szczegóły zamówienia

+ + Zamówienie: {order_name} Złożone w {date}

+ Płatność: {payment} +
+
+
 
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IndeksProduktCena jednostkowaIlośćCena końcowa
+   {items} +
+ + + + + + +
  + + Produkty + +  
+
+ + + + + + +
  + + {total_products} + +  
+
+ + + + + + +
  + + Rabaty + +  
+
+ + + + + + +
  + + {total_discounts} + +  
+
+ + + + + + +
  + + Pakowanie prezentowe + +  
+
+ + + + + + +
  + + {total_wrapping} + +  
+
+ + + + + + +
  + + Wysyłka + +  
+
+ + + + + + +
  + + {total_shipping} + +  
+
+ + + + + + +
  + + Całkowity zapłacony podatek + +  
+
+ + + + + + +
  + + {total_tax_paid} + +  
+
+ + + + + + +
  + + Zapłacono w sumie + +  
+
+ + + + + + +
  + + {total_paid} + +  
+
+
+
+ + + + + + +
  + +

+ Przewoźnik:

+ + {carrier} + +
+
 
+
+ + + + + + +
+ + + + + + +
  + +

+ Adres dostawy

+ + {delivery_block_html} + +
+
 
+
  + + + + + + +
  + +

+ Adres do faktury

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

+ Wiadomość klienta:

+ + {message} + +
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/pl/new_order.txt b/mails/pl/new_order.txt new file mode 100644 index 0000000..f58b751 --- /dev/null +++ b/mails/pl/new_order.txt @@ -0,0 +1,59 @@ + +[{shop_url}] + +Gratulacje! + +Zostało złożone nowe zamówienie w {shop_name} przez +następującego klienta: {firstname}{lastname} ({email}) + +ZAMÓWIENIE: {order_name} Złożone w {date} + +PŁATNOŚĆ: {payment} + +INDEKS + +PRODUKT + +CENA JEDNOSTKOWA + +ILOŚĆ + +CENA KOŃCOWA + +{items} + +PRODUKTY + +{total_products} + +RABATY + +{total_discounts} + +PAKOWANIE PREZENTOWE + +{total_wrapping} + +WYSYŁKA + +{total_shipping} + +CAŁKOWITY ZAPŁACONY PODATEK + +{total_tax_paid} + +ZAPŁACONO W SUMIE + +{total_paid} + +{carrier} + +{delivery_block_html} + +{invoice_block_html} + +{message} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/pl/order_changed.html b/mails/pl/order_changed.html new file mode 100644 index 0000000..a581d53 --- /dev/null +++ b/mails/pl/order_changed.html @@ -0,0 +1,132 @@ + + + + + + Wiadomość od {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Witaj {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Zamówienie {order_name} - Modyfikacja zamówienia

+ + Twoje zamówienie o numerze {order_name} zostało zmodyfikowane. +
+
 
+
+ + + Możesz obejrzeć swoje zamówienie i pobrać fakturę na stronie "Historia zamówień" logując się na swoje konto klienta za pomocą strony "Moje konto" w naszym sklepie. + +
+ + + Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie w sekcji "Śledzenie zamówienia". + +
+
 
+ + \ No newline at end of file diff --git a/mails/pl/order_changed.txt b/mails/pl/order_changed.txt new file mode 100644 index 0000000..0a19c9b --- /dev/null +++ b/mails/pl/order_changed.txt @@ -0,0 +1,19 @@ + +[{shop_url}] + +Witaj {firstname} {lastname}, + +Twoje zamówienie o numerze {order_name} zostało zmodyfikowane. + +Możesz obejrzeć swoje zamówienie i pobrać fakturę na stronie +"Historia zamówień" [{history_url}] logując się +na swoje konto klienta za pomocą strony "Moje konto" +[{my_account_url}] w naszym sklepie. + +Jeśli posiadasz konto gościa, możesz śledzić swoje +zamówienie w sekcji "Śledzenie zamówienia" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/pl/productcoverage.html b/mails/pl/productcoverage.html new file mode 100644 index 0000000..29d0588 --- /dev/null +++ b/mails/pl/productcoverage.html @@ -0,0 +1,115 @@ + + + + + + Wiadomość od {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Witaj, + +
+ + + + + + +
  + +

+ {product} jest prawie niedostępny.

+ + Pokrycie zapasów jest mniejsze niż ustawiona wartość minimum, która wynosi: {warning_coverage}.

+ Obecne pokrycie zapasów: {current_coverage} +
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/pl/productcoverage.txt b/mails/pl/productcoverage.txt new file mode 100644 index 0000000..8b06a79 --- /dev/null +++ b/mails/pl/productcoverage.txt @@ -0,0 +1,13 @@ + +[{shop_url}] + +Witaj, + +Pokrycie zapasów jest mniejsze niż ustawiona wartość minimum, +która wynosi: {warning_coverage}. + +OBECNE POKRYCIE ZAPASÓW: {current_coverage} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/pl/productoutofstock.html b/mails/pl/productoutofstock.html new file mode 100644 index 0000000..e202615 --- /dev/null +++ b/mails/pl/productoutofstock.html @@ -0,0 +1,115 @@ + + + + + + Wiadomość od {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Witaj, + +
+ + + + + + +
  + +

+ {product} jest prawie niedostępny.

+ + Pozostała ilość zapasów jest mniejsza niż ustawiona wartość, która wynosi: {last_qty}.

+ Pozostałe zapasy: {qty}

+ Doradzamy abyś otworzył stronę administracyjną produktu w celu uzupełnienia zapasów.
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/pl/productoutofstock.txt b/mails/pl/productoutofstock.txt new file mode 100644 index 0000000..4fa6e63 --- /dev/null +++ b/mails/pl/productoutofstock.txt @@ -0,0 +1,16 @@ + +[{shop_url}] + +Witaj, + +Pozostała ilość zapasów jest mniejsza niż ustawiona wartość, +która wynosi: {last_qty}. + +POZOSTAŁE ZAPASY: {qty} + +Doradzamy abyś otworzył stronę administracyjną produktu w celu +uzupełnienia zapasów. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/pl/return_slip.html b/mails/pl/return_slip.html new file mode 100644 index 0000000..26aa634 --- /dev/null +++ b/mails/pl/return_slip.html @@ -0,0 +1,169 @@ + + + + + + Wiadomość od {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Witaj, + +
+ Odebrano nowe żądanie zwrotu do {shop_name}. +
+

+ Szczegóły zwrotu

+ + Zamówienie: {order_name} Złożone w {date}
+ Klient: {firstname} {lastname}, ({email}) +
+
+ + + + + + + + + + + + + +
IndeksProduktIlość
+ {items} +
+
+ + + + + + +
+

Adres dostawy

+ + {delivery_block_html} + +
  +

Adres do faktury

+ + {invoice_block_html} + +
+
+

+ Wiadomość klienta:

+ + {message} + +
+
 
+ + \ No newline at end of file diff --git a/mails/pl/return_slip.txt b/mails/pl/return_slip.txt new file mode 100644 index 0000000..2c188de --- /dev/null +++ b/mails/pl/return_slip.txt @@ -0,0 +1,36 @@ + +[{shop_url}] + +Witaj, + +Odebrano nowe żądanie zwrotu do {shop_name}. + +Szczegóły zwrotu + +ZAMÓWIENIE: {order_name} Złożone w {date} + +KLIENT: {firstname} {lastname}, ({email}) + +INDEKS + +PRODUKT + +ILOŚĆ + +{items} + +Adres dostawy + +{delivery_block_html} + +Adres do faktury + +{invoice_block_html} + +Wiadomość klienta: + +{message} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + From e274fd7008b9ba6da45783f349756139bc11c3cf Mon Sep 17 00:00:00 2001 From: redtyper Date: Fri, 15 Feb 2019 13:40:00 +0100 Subject: [PATCH 2/2] convert tabs to spaces --- mails/pl/customer_qty.html | 204 ++++----- mails/pl/new_order.html | 748 ++++++++++++++++---------------- mails/pl/order_changed.html | 156 +++---- mails/pl/productcoverage.html | 204 ++++----- mails/pl/productoutofstock.html | 204 ++++----- mails/pl/return_slip.html | 284 ++++++------ 6 files changed, 900 insertions(+), 900 deletions(-) diff --git a/mails/pl/customer_qty.html b/mails/pl/customer_qty.html index 5127a77..04d155c 100644 --- a/mails/pl/customer_qty.html +++ b/mails/pl/customer_qty.html @@ -1,115 +1,115 @@ - - - - Wiadomość od {shop_name} - - - - - - - - - + + + + + +
  - - - - + + +
+ + + - - -
  + + + + - + - + - + - - - - - - -
- - Witaj, - - + + Witaj, + +
- - - - - - -
  - -

- {product} jest teraz dostępny.

- - Ten element jest ponownie w magazynach.

- Możesz przejść na stronę produktu klikając na link: {product}
- Można zamówić już teraz w naszym sklepie on-line.
-
-
 
-
+ + + + + + +
  + +

+ {product} jest teraz dostępny.

+ + Ten element jest ponownie w magazynach.

+ Możesz przejść na stronę produktu klikając na link: {product}
+ Można zamówić już teraz w naszym sklepie on-line.
+
+
 
+
-
 
- +
+ +   + + + \ No newline at end of file diff --git a/mails/pl/new_order.html b/mails/pl/new_order.html index 8b4de11..5934c38 100644 --- a/mails/pl/new_order.html +++ b/mails/pl/new_order.html @@ -1,401 +1,401 @@ - - - - Wiadomość od {shop_name} - - - - - - - - - + + + + + +
  - - - - + + +
+ + + - - -
  + + + + - + - + - + - + - + - + - + - + - + - + - - - - - - -
- - Gratulacje! - - + + Gratulacje! + +
- - Zostało złożone nowe zamówienie w {shop_name} przez następującego klienta: {firstname}{lastname} ({email}) - - + + Zostało złożone nowe zamówienie w {shop_name} przez następującego klienta: {firstname}{lastname} ({email}) + +
- - - - - - -
  - -

- Szczegóły zamówienia

- - Zamówienie: {order_name} Złożone w {date}

- Płatność: {payment} -
-
-
 
-
+ + + + + + +
  + +

+ Szczegóły zamówienia

+ + Zamówienie: {order_name} Złożone w {date}

+ Płatność: {payment} +
+
+
 
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IndeksProduktCena jednostkowaIlośćCena końcowa
-   {items} -
- - - - - - -
  - - Produkty - -  
-
- - - - - - -
  - - {total_products} - -  
-
- - - - - - -
  - - Rabaty - -  
-
- - - - - - -
  - - {total_discounts} - -  
-
- - - - - - -
  - - Pakowanie prezentowe - -  
-
- - - - - - -
  - - {total_wrapping} - -  
-
- - - - - - -
  - - Wysyłka - -  
-
- - - - - - -
  - - {total_shipping} - -  
-
- - - - - - -
  - - Całkowity zapłacony podatek - -  
-
- - - - - - -
  - - {total_tax_paid} - -  
-
- - - - - - -
  - - Zapłacono w sumie - -  
-
- - - - - - -
  - - {total_paid} - -  
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IndeksProduktCena jednostkowaIlośćCena końcowa
+   {items} +
+ + + + + + +
  + + Produkty + +  
+
+ + + + + + +
  + + {total_products} + +  
+
+ + + + + + +
  + + Rabaty + +  
+
+ + + + + + +
  + + {total_discounts} + +  
+
+ + + + + + +
  + + Pakowanie prezentowe + +  
+
+ + + + + + +
  + + {total_wrapping} + +  
+
+ + + + + + +
  + + Wysyłka + +  
+
+ + + + + + +
  + + {total_shipping} + +  
+
+ + + + + + +
  + + Całkowity zapłacony podatek + +  
+
+ + + + + + +
  + + {total_tax_paid} + +  
+
+ + + + + + +
  + + Zapłacono w sumie + +  
+
+ + + + + + +
  + + {total_paid} + +  
+
+
+
- - - - - - -
  - -

- Przewoźnik:

- - {carrier} - -
-
 
-
+ + + + + + +
  + +

+ Przewoźnik:

+ + {carrier} + +
+
 
+
- - - - - - -
- - - - - - -
  - -

- Adres dostawy

- - {delivery_block_html} - -
-
 
-
  - - - - - - -
  - -

- Adres do faktury

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

+ Adres dostawy

+ + {delivery_block_html} + +
+
 
+
  + + + + + + +
  + +

+ Adres do faktury

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

- Wiadomość klienta:

- - {message} - -
-
 
-
+ + + + + + +
  + +

+ Wiadomość klienta:

+ + {message} + +
+
 
+
-
 
- +
+ +   + + + \ No newline at end of file diff --git a/mails/pl/order_changed.html b/mails/pl/order_changed.html index a581d53..0f628ef 100644 --- a/mails/pl/order_changed.html +++ b/mails/pl/order_changed.html @@ -1,71 +1,71 @@ - - - - Wiadomość od {shop_name} - - - - - - - - - + + + + + +
  - - - - + + +
+ + + - - -
  + + + + - - - - - - -
@@ -115,18 +115,18 @@
-
 
- +
+ +   + + + \ No newline at end of file diff --git a/mails/pl/productcoverage.html b/mails/pl/productcoverage.html index 29d0588..0430362 100644 --- a/mails/pl/productcoverage.html +++ b/mails/pl/productcoverage.html @@ -1,115 +1,115 @@ - - - - Wiadomość od {shop_name} - - - - - - - - - + + + + + +
  - - - - + + +
+ + + - - -
  + + + + - + - + - + - - - - - - -
- - Witaj, - - + + Witaj, + +
- - - - - - -
  - -

- {product} jest prawie niedostępny.

- - Pokrycie zapasów jest mniejsze niż ustawiona wartość minimum, która wynosi: {warning_coverage}.

- Obecne pokrycie zapasów: {current_coverage} -
-
-
 
-
+ + + + + + +
  + +

+ {product} jest prawie niedostępny.

+ + Pokrycie zapasów jest mniejsze niż ustawiona wartość minimum, która wynosi: {warning_coverage}.

+ Obecne pokrycie zapasów: {current_coverage} +
+
+
 
+
-
 
- +
+ +   + + + \ No newline at end of file diff --git a/mails/pl/productoutofstock.html b/mails/pl/productoutofstock.html index e202615..9c7d075 100644 --- a/mails/pl/productoutofstock.html +++ b/mails/pl/productoutofstock.html @@ -1,115 +1,115 @@ - - - - Wiadomość od {shop_name} - - - - - - - - - + + + + + +
  - - - - + + +
+ + + - - -
  + + + + - + - + - + - - - - - - -
- - Witaj, - - + + Witaj, + +
- - - - - - -
  - -

- {product} jest prawie niedostępny.

- - Pozostała ilość zapasów jest mniejsza niż ustawiona wartość, która wynosi: {last_qty}.

- Pozostałe zapasy: {qty}

- Doradzamy abyś otworzył stronę administracyjną produktu w celu uzupełnienia zapasów.
-
-
 
-
+ + + + + + +
  + +

+ {product} jest prawie niedostępny.

+ + Pozostała ilość zapasów jest mniejsza niż ustawiona wartość, która wynosi: {last_qty}.

+ Pozostałe zapasy: {qty}

+ Doradzamy abyś otworzył stronę administracyjną produktu w celu uzupełnienia zapasów.
+
+
 
+
-
 
- +
+ +   + + + \ No newline at end of file diff --git a/mails/pl/return_slip.html b/mails/pl/return_slip.html index 26aa634..6f04216 100644 --- a/mails/pl/return_slip.html +++ b/mails/pl/return_slip.html @@ -1,169 +1,169 @@ - - - - Wiadomość od {shop_name} - - - - - - - - - + + + + + +
  - - - - + + +
+ + + - - -
  + + + + - + - + - + - + - + - + - + - + - + - + - - - - - - -
- - Witaj, - - + + Witaj, + +
- Odebrano nowe żądanie zwrotu do {shop_name}. - + Odebrano nowe żądanie zwrotu do {shop_name}. +
-

- Szczegóły zwrotu

- - Zamówienie: {order_name} Złożone w {date}
- Klient: {firstname} {lastname}, ({email}) -
-
+

+ Szczegóły zwrotu

+ + Zamówienie: {order_name} Złożone w {date}
+ Klient: {firstname} {lastname}, ({email}) +
+
- - - - - - - - - - - - - -
IndeksProduktIlość
- {items} -
-
+ + + + + + + + + + + + + +
IndeksProduktIlość
+ {items} +
+
- - - - - - -
-

Adres dostawy

- - {delivery_block_html} - -
  -

Adres do faktury

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

Adres dostawy

+ + {delivery_block_html} + +
  +

Adres do faktury

+ + {invoice_block_html} + +
+
-

- Wiadomość klienta:

- - {message} - -
+

+ Wiadomość klienta:

+ + {message} + +
-
 
- +
+ +   + + + \ No newline at end of file