From c20f2b4989a86518cbf1d8021b793fc07556e6ad Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Sun, 1 Jun 2025 01:51:01 +0200 Subject: [PATCH] Add referral program invitation and voucher email templates - Created `referralprogram-invitation.html.twig` for sending invitations to friends to join the referral program. - Created `referralprogram-voucher.html.twig` for notifying users about their voucher after referring a friend. - Both templates include responsive design and utilize the modern email layout. - Added translation support for various text elements within the templates. --- .vscode/ftp-kr.sync.cache.json | 22 +- mails/.htaccess | 10 + .../download_product_virtual_products.tpl | 29 + .../download_product_virtual_products.txt | 3 + mails/_partials/order_conf_cart_rules.tpl | 54 ++ mails/_partials/order_conf_cart_rules.txt | 3 + mails/_partials/order_conf_product_list.tpl | 136 ++++ mails/_partials/order_conf_product_list.txt | 20 + mails/index.php | 35 + .../download_product_virtual_products.tpl | 29 + .../download_product_virtual_products.txt | 3 + mails/pl/_partials/order_conf_cart_rules.tpl | 54 ++ mails/pl/_partials/order_conf_cart_rules.txt | 3 + .../pl/_partials/order_conf_product_list.tpl | 136 ++++ .../pl/_partials/order_conf_product_list.txt | 20 + mails/pl/account.html | 528 +++++++++++++ mails/pl/account.txt | 29 + mails/pl/backoffice_order.html | 392 ++++++++++ mails/pl/backoffice_order.txt | 13 + mails/pl/bankwire.html | 561 +++++++++++++ mails/pl/bankwire.txt | 33 + mails/pl/cheque.html | 550 +++++++++++++ mails/pl/cheque.txt | 29 + mails/pl/contact.html | 445 +++++++++++ mails/pl/contact.txt | 19 + mails/pl/contact_form.html | 408 ++++++++++ mails/pl/contact_form.txt | 19 + mails/pl/credit_slip.html | 420 ++++++++++ mails/pl/credit_slip.txt | 15 + mails/pl/download_product.html | 462 +++++++++++ mails/pl/download_product.txt | 21 + mails/pl/employee_password.html | 418 ++++++++++ mails/pl/employee_password.txt | 19 + mails/pl/forward_msg.html | 408 ++++++++++ mails/pl/forward_msg.txt | 17 + mails/pl/guest_to_customer.html | 429 ++++++++++ mails/pl/guest_to_customer.txt | 20 + mails/pl/import.html | 393 ++++++++++ mails/pl/import.txt | 13 + mails/pl/in_transit.html | 458 +++++++++++ mails/pl/in_transit.txt | 21 + mails/pl/log_alert.html | 399 ++++++++++ mails/pl/log_alert.txt | 15 + mails/pl/newsletter.html | 358 +++++++++ mails/pl/newsletter.txt | 11 + mails/pl/order_canceled.html | 424 ++++++++++ mails/pl/order_canceled.txt | 17 + mails/pl/order_changed.html | 424 ++++++++++ mails/pl/order_changed.txt | 17 + mails/pl/order_conf.html | 734 ++++++++++++++++++ mails/pl/order_conf.txt | 43 + mails/pl/order_conf_cart_rules.tpl | 54 ++ mails/pl/order_conf_cart_rules.txt | 3 + mails/pl/order_conf_product_list.tpl | 136 ++++ mails/pl/order_conf_product_list.txt | 20 + mails/pl/order_customer_comment.html | 469 +++++++++++ mails/pl/order_customer_comment.txt | 19 + mails/pl/order_merchant_comment.html | 463 +++++++++++ mails/pl/order_merchant_comment.txt | 17 + mails/pl/order_return_state.html | 420 ++++++++++ mails/pl/order_return_state.txt | 15 + mails/pl/outofstock.html | 454 +++++++++++ mails/pl/outofstock.txt | 19 + mails/pl/password.html | 358 +++++++++ mails/pl/password.txt | 11 + mails/pl/password_query.html | 431 ++++++++++ mails/pl/password_query.txt | 19 + mails/pl/payment.html | 446 +++++++++++ mails/pl/payment.txt | 17 + mails/pl/payment_error.html | 450 +++++++++++ mails/pl/payment_error.txt | 19 + mails/pl/preparation.html | 446 +++++++++++ mails/pl/preparation.txt | 17 + mails/pl/productoutofstock.html | 402 ++++++++++ mails/pl/productoutofstock.txt | 17 + mails/pl/refund.html | 418 ++++++++++ mails/pl/refund.txt | 17 + mails/pl/reply_msg.html | 395 ++++++++++ mails/pl/reply_msg.txt | 13 + mails/pl/shipped.html | 447 +++++++++++ mails/pl/shipped.txt | 17 + mails/pl/test.html | 363 +++++++++ mails/pl/test.txt | 13 + mails/pl/voucher.html | 404 ++++++++++ mails/pl/voucher.txt | 17 + mails/pl/voucher_new.html | 399 ++++++++++ mails/pl/voucher_new.txt | 15 + mails/sk/account.html | 150 ++++ mails/sk/account.txt | 29 + mails/sk/backoffice_order.html | 114 +++ mails/sk/backoffice_order.txt | 13 + mails/sk/bankwire.html | 159 ++++ mails/sk/bankwire.txt | 38 + mails/sk/cheque.html | 159 ++++ mails/sk/cheque.txt | 33 + mails/sk/contact.html | 115 +++ mails/sk/contact.txt | 16 + mails/sk/contact_form.html | 126 +++ mails/sk/contact_form.txt | 18 + mails/sk/credit_slip.html | 124 +++ mails/sk/credit_slip.txt | 15 + mails/sk/download_product.html | 135 ++++ mails/sk/download_product.txt | 26 + mails/sk/employee_password.html | 117 +++ mails/sk/employee_password.txt | 16 + mails/sk/forward_msg.html | 116 +++ mails/sk/forward_msg.txt | 14 + mails/sk/guest_to_customer.html | 135 ++++ mails/sk/guest_to_customer.txt | 19 + mails/sk/import.html | 117 +++ mails/sk/import.txt | 10 + mails/sk/in_transit.html | 159 ++++ mails/sk/in_transit.txt | 27 + mails/sk/log_alert.html | 114 +++ mails/sk/log_alert.txt | 13 + mails/sk/newsletter.html | 95 +++ mails/sk/newsletter.txt | 10 + mails/sk/order_canceled.html | 132 ++++ mails/sk/order_canceled.txt | 21 + mails/sk/order_changed.html | 132 ++++ mails/sk/order_changed.txt | 21 + mails/sk/order_conf.html | 399 ++++++++++ mails/sk/order_conf.txt | 70 ++ mails/sk/order_customer_comment.html | 116 +++ mails/sk/order_customer_comment.txt | 14 + mails/sk/order_merchant_comment.html | 115 +++ mails/sk/order_merchant_comment.txt | 13 + mails/sk/order_return_state.html | 125 +++ mails/sk/order_return_state.txt | 16 + mails/sk/outofstock.html | 133 ++++ mails/sk/outofstock.txt | 26 + mails/sk/password.html | 133 ++++ mails/sk/password.txt | 20 + mails/sk/password_query.html | 116 +++ mails/sk/password_query.txt | 16 + mails/sk/payment.html | 133 ++++ mails/sk/payment.txt | 23 + mails/sk/payment_error.html | 134 ++++ mails/sk/payment_error.txt | 24 + mails/sk/preparation.html | 132 ++++ mails/sk/preparation.txt | 21 + mails/sk/productoutofstock.html | 115 +++ mails/sk/productoutofstock.txt | 16 + mails/sk/refund.html | 132 ++++ mails/sk/refund.txt | 21 + mails/sk/reply_msg.html | 108 +++ mails/sk/reply_msg.txt | 15 + mails/sk/shipped.html | 121 +++ mails/sk/shipped.txt | 19 + mails/sk/test.html | 100 +++ mails/sk/test.txt | 12 + mails/sk/voucher.html | 115 +++ mails/sk/voucher.txt | 16 + mails/sk/voucher_new.html | 114 +++ mails/sk/voucher_new.txt | 13 + mails/themes/.htaccess | 17 + mails/themes/classic/assets/email.css | 95 +++ mails/themes/classic/assets/rtl.css | 4 + .../classic/components/footer.html.twig | 8 + .../classic/components/header.html.twig | 7 + .../classic/components/layout.html.twig | 86 ++ .../classic/components/order_layout.html.twig | 88 +++ mails/themes/classic/core/account.html.twig | 74 ++ .../classic/core/backoffice_order.html.twig | 34 + mails/themes/classic/core/bankwire.html.twig | 88 +++ mails/themes/classic/core/cheque.html.twig | 92 +++ mails/themes/classic/core/contact.html.twig | 34 + .../classic/core/contact_form.html.twig | 46 ++ .../themes/classic/core/credit_slip.html.twig | 50 ++ .../classic/core/download_product.html.twig | 66 ++ .../classic/core/employee_password.html.twig | 41 + .../themes/classic/core/forward_msg.html.twig | 40 + .../classic/core/guest_to_customer.html.twig | 61 ++ mails/themes/classic/core/import.html.twig | 41 + .../themes/classic/core/in_transit.html.twig | 85 ++ mails/themes/classic/core/log_alert.html.twig | 39 + .../themes/classic/core/newsletter.html.twig | 14 + .../classic/core/order_canceled.html.twig | 59 ++ .../classic/core/order_changed.html.twig | 59 ++ .../themes/classic/core/order_conf.html.twig | 344 ++++++++ .../core/order_customer_comment.html.twig | 40 + .../core/order_merchant_comment.html.twig | 39 + .../classic/core/order_return_state.html.twig | 50 ++ .../themes/classic/core/outofstock.html.twig | 60 ++ mails/themes/classic/core/password.html.twig | 59 ++ .../classic/core/password_query.html.twig | 40 + mails/themes/classic/core/payment.html.twig | 60 ++ .../classic/core/payment_error.html.twig | 60 ++ .../themes/classic/core/preparation.html.twig | 59 ++ .../classic/core/productoutofstock.html.twig | 40 + mails/themes/classic/core/refund.html.twig | 59 ++ mails/themes/classic/core/reply_msg.html.twig | 29 + mails/themes/classic/core/shipped.html.twig | 47 ++ mails/themes/classic/core/test.html.twig | 21 + mails/themes/classic/core/voucher.html.twig | 40 + .../themes/classic/core/voucher_new.html.twig | 39 + .../ps_emailalerts/customer_qty.html.twig | 40 + .../ps_emailalerts/new_order.html.twig | 341 ++++++++ .../ps_emailalerts/order_changed.html.twig | 59 ++ .../ps_emailalerts/productcoverage.html.twig | 39 + .../productoutofstock.html.twig | 40 + .../ps_emailalerts/return_slip.html.twig | 86 ++ .../newsletter_conf.html.twig | 33 + .../newsletter_verif.html.twig | 32 + .../newsletter_voucher.html.twig | 38 + .../modules/ps_reminder/followup_1.html.twig | 68 ++ .../modules/ps_reminder/followup_2.html.twig | 34 + .../modules/ps_reminder/followup_3.html.twig | 41 + .../modules/ps_reminder/followup_4.html.twig | 61 ++ .../referralprogram-congratulations.html.twig | 42 + .../referralprogram-invitation.html.twig | 45 ++ .../referralprogram-voucher.html.twig | 38 + mails/themes/index.php | 35 + .../assets/baseline-credit_card-24px.png | Bin 0 -> 240 bytes .../assets/baseline-local_shipping-24px.png | Bin 0 -> 343 bytes .../assets/baseline-location_on-24px.png | Bin 0 -> 361 bytes .../themes/modern/components/footer.html.twig | 34 + .../themes/modern/components/header.html.twig | 39 + .../themes/modern/components/layout.html.twig | 185 +++++ .../modern/components/order_layout.html.twig | 233 ++++++ mails/themes/modern/core/account.html.twig | 392 ++++++++++ .../modern/core/backoffice_order.html.twig | 267 +++++++ mails/themes/modern/core/bankwire.html.twig | 430 ++++++++++ mails/themes/modern/core/cheque.html.twig | 422 ++++++++++ mails/themes/modern/core/contact.html.twig | 315 ++++++++ .../themes/modern/core/contact_form.html.twig | 279 +++++++ .../themes/modern/core/credit_slip.html.twig | 295 +++++++ .../modern/core/download_product.html.twig | 341 ++++++++ .../modern/core/employee_password.html.twig | 289 +++++++ .../themes/modern/core/forward_msg.html.twig | 278 +++++++ .../modern/core/guest_to_customer.html.twig | 302 +++++++ mails/themes/modern/core/import.html.twig | 268 +++++++ mails/themes/modern/core/in_transit.html.twig | 332 ++++++++ mails/themes/modern/core/log_alert.html.twig | 273 +++++++ mails/themes/modern/core/newsletter.html.twig | 233 ++++++ .../modern/core/order_canceled.html.twig | 299 +++++++ .../modern/core/order_changed.html.twig | 299 +++++++ mails/themes/modern/core/order_conf.html.twig | 624 +++++++++++++++ .../core/order_customer_comment.html.twig | 343 ++++++++ .../core/order_merchant_comment.html.twig | 338 ++++++++ .../modern/core/order_return_state.html.twig | 295 +++++++ mails/themes/modern/core/outofstock.html.twig | 329 ++++++++ mails/themes/modern/core/password.html.twig | 233 ++++++ .../modern/core/password_query.html.twig | 305 ++++++++ mails/themes/modern/core/payment.html.twig | 321 ++++++++ .../modern/core/payment_error.html.twig | 325 ++++++++ .../themes/modern/core/preparation.html.twig | 321 ++++++++ .../modern/core/productoutofstock.html.twig | 276 +++++++ mails/themes/modern/core/refund.html.twig | 293 +++++++ mails/themes/modern/core/reply_msg.html.twig | 270 +++++++ mails/themes/modern/core/shipped.html.twig | 322 ++++++++ mails/themes/modern/core/test.html.twig | 238 ++++++ mails/themes/modern/core/voucher.html.twig | 277 +++++++ .../themes/modern/core/voucher_new.html.twig | 273 +++++++ .../modules/followup/followup_1.html.twig | 353 +++++++++ .../modules/followup/followup_2.html.twig | 250 ++++++ .../modules/followup/followup_3.html.twig | 250 ++++++ .../modules/followup/followup_4.html.twig | 318 ++++++++ .../ps_emailalerts/customer_qty.html.twig | 273 +++++++ .../ps_emailalerts/new_order.html.twig | 615 +++++++++++++++ .../ps_emailalerts/order_changed.html.twig | 300 +++++++ .../ps_emailalerts/productcoverage.html.twig | 238 ++++++ .../productoutofstock.html.twig | 276 +++++++ .../ps_emailalerts/return_slip.html.twig | 498 ++++++++++++ .../newsletter_conf.html.twig | 233 ++++++ .../newsletter_verif.html.twig | 235 ++++++ .../newsletter_voucher.html.twig | 268 +++++++ .../modules/ps_reminder/followup_1.html.twig | 515 ++++++++++++ .../modules/ps_reminder/followup_2.html.twig | 322 ++++++++ .../modules/ps_reminder/followup_3.html.twig | 322 ++++++++ .../modules/ps_reminder/followup_4.html.twig | 450 +++++++++++ .../referralprogram-congratulations.html.twig | 265 +++++++ .../referralprogram-invitation.html.twig | 297 +++++++ .../referralprogram-voucher.html.twig | 275 +++++++ 274 files changed, 42732 insertions(+), 8 deletions(-) create mode 100644 mails/.htaccess create mode 100644 mails/_partials/download_product_virtual_products.tpl create mode 100644 mails/_partials/download_product_virtual_products.txt create mode 100644 mails/_partials/order_conf_cart_rules.tpl create mode 100644 mails/_partials/order_conf_cart_rules.txt create mode 100644 mails/_partials/order_conf_product_list.tpl create mode 100644 mails/_partials/order_conf_product_list.txt create mode 100644 mails/index.php create mode 100644 mails/pl/_partials/download_product_virtual_products.tpl create mode 100644 mails/pl/_partials/download_product_virtual_products.txt create mode 100644 mails/pl/_partials/order_conf_cart_rules.tpl create mode 100644 mails/pl/_partials/order_conf_cart_rules.txt create mode 100644 mails/pl/_partials/order_conf_product_list.tpl create mode 100644 mails/pl/_partials/order_conf_product_list.txt create mode 100644 mails/pl/account.html create mode 100644 mails/pl/account.txt create mode 100644 mails/pl/backoffice_order.html create mode 100644 mails/pl/backoffice_order.txt create mode 100644 mails/pl/bankwire.html create mode 100644 mails/pl/bankwire.txt create mode 100644 mails/pl/cheque.html create mode 100644 mails/pl/cheque.txt create mode 100644 mails/pl/contact.html create mode 100644 mails/pl/contact.txt create mode 100644 mails/pl/contact_form.html create mode 100644 mails/pl/contact_form.txt create mode 100644 mails/pl/credit_slip.html create mode 100644 mails/pl/credit_slip.txt create mode 100644 mails/pl/download_product.html create mode 100644 mails/pl/download_product.txt create mode 100644 mails/pl/employee_password.html create mode 100644 mails/pl/employee_password.txt create mode 100644 mails/pl/forward_msg.html create mode 100644 mails/pl/forward_msg.txt create mode 100644 mails/pl/guest_to_customer.html create mode 100644 mails/pl/guest_to_customer.txt create mode 100644 mails/pl/import.html create mode 100644 mails/pl/import.txt create mode 100644 mails/pl/in_transit.html create mode 100644 mails/pl/in_transit.txt create mode 100644 mails/pl/log_alert.html create mode 100644 mails/pl/log_alert.txt create mode 100644 mails/pl/newsletter.html create mode 100644 mails/pl/newsletter.txt create mode 100644 mails/pl/order_canceled.html create mode 100644 mails/pl/order_canceled.txt create mode 100644 mails/pl/order_changed.html create mode 100644 mails/pl/order_changed.txt create mode 100644 mails/pl/order_conf.html create mode 100644 mails/pl/order_conf.txt create mode 100644 mails/pl/order_conf_cart_rules.tpl create mode 100644 mails/pl/order_conf_cart_rules.txt create mode 100644 mails/pl/order_conf_product_list.tpl create mode 100644 mails/pl/order_conf_product_list.txt create mode 100644 mails/pl/order_customer_comment.html create mode 100644 mails/pl/order_customer_comment.txt create mode 100644 mails/pl/order_merchant_comment.html create mode 100644 mails/pl/order_merchant_comment.txt create mode 100644 mails/pl/order_return_state.html create mode 100644 mails/pl/order_return_state.txt create mode 100644 mails/pl/outofstock.html create mode 100644 mails/pl/outofstock.txt create mode 100644 mails/pl/password.html create mode 100644 mails/pl/password.txt create mode 100644 mails/pl/password_query.html create mode 100644 mails/pl/password_query.txt create mode 100644 mails/pl/payment.html create mode 100644 mails/pl/payment.txt create mode 100644 mails/pl/payment_error.html create mode 100644 mails/pl/payment_error.txt create mode 100644 mails/pl/preparation.html create mode 100644 mails/pl/preparation.txt create mode 100644 mails/pl/productoutofstock.html create mode 100644 mails/pl/productoutofstock.txt create mode 100644 mails/pl/refund.html create mode 100644 mails/pl/refund.txt create mode 100644 mails/pl/reply_msg.html create mode 100644 mails/pl/reply_msg.txt create mode 100644 mails/pl/shipped.html create mode 100644 mails/pl/shipped.txt create mode 100644 mails/pl/test.html create mode 100644 mails/pl/test.txt create mode 100644 mails/pl/voucher.html create mode 100644 mails/pl/voucher.txt create mode 100644 mails/pl/voucher_new.html create mode 100644 mails/pl/voucher_new.txt create mode 100644 mails/sk/account.html create mode 100644 mails/sk/account.txt create mode 100644 mails/sk/backoffice_order.html create mode 100644 mails/sk/backoffice_order.txt create mode 100644 mails/sk/bankwire.html create mode 100644 mails/sk/bankwire.txt create mode 100644 mails/sk/cheque.html create mode 100644 mails/sk/cheque.txt create mode 100644 mails/sk/contact.html create mode 100644 mails/sk/contact.txt create mode 100644 mails/sk/contact_form.html create mode 100644 mails/sk/contact_form.txt create mode 100644 mails/sk/credit_slip.html create mode 100644 mails/sk/credit_slip.txt create mode 100644 mails/sk/download_product.html create mode 100644 mails/sk/download_product.txt create mode 100644 mails/sk/employee_password.html create mode 100644 mails/sk/employee_password.txt create mode 100644 mails/sk/forward_msg.html create mode 100644 mails/sk/forward_msg.txt create mode 100644 mails/sk/guest_to_customer.html create mode 100644 mails/sk/guest_to_customer.txt create mode 100644 mails/sk/import.html create mode 100644 mails/sk/import.txt create mode 100644 mails/sk/in_transit.html create mode 100644 mails/sk/in_transit.txt create mode 100644 mails/sk/log_alert.html create mode 100644 mails/sk/log_alert.txt create mode 100644 mails/sk/newsletter.html create mode 100644 mails/sk/newsletter.txt create mode 100644 mails/sk/order_canceled.html create mode 100644 mails/sk/order_canceled.txt create mode 100644 mails/sk/order_changed.html create mode 100644 mails/sk/order_changed.txt create mode 100644 mails/sk/order_conf.html create mode 100644 mails/sk/order_conf.txt create mode 100644 mails/sk/order_customer_comment.html create mode 100644 mails/sk/order_customer_comment.txt create mode 100644 mails/sk/order_merchant_comment.html create mode 100644 mails/sk/order_merchant_comment.txt create mode 100644 mails/sk/order_return_state.html create mode 100644 mails/sk/order_return_state.txt create mode 100644 mails/sk/outofstock.html create mode 100644 mails/sk/outofstock.txt create mode 100644 mails/sk/password.html create mode 100644 mails/sk/password.txt create mode 100644 mails/sk/password_query.html create mode 100644 mails/sk/password_query.txt create mode 100644 mails/sk/payment.html create mode 100644 mails/sk/payment.txt create mode 100644 mails/sk/payment_error.html create mode 100644 mails/sk/payment_error.txt create mode 100644 mails/sk/preparation.html create mode 100644 mails/sk/preparation.txt create mode 100644 mails/sk/productoutofstock.html create mode 100644 mails/sk/productoutofstock.txt create mode 100644 mails/sk/refund.html create mode 100644 mails/sk/refund.txt create mode 100644 mails/sk/reply_msg.html create mode 100644 mails/sk/reply_msg.txt create mode 100644 mails/sk/shipped.html create mode 100644 mails/sk/shipped.txt create mode 100644 mails/sk/test.html create mode 100644 mails/sk/test.txt create mode 100644 mails/sk/voucher.html create mode 100644 mails/sk/voucher.txt create mode 100644 mails/sk/voucher_new.html create mode 100644 mails/sk/voucher_new.txt create mode 100644 mails/themes/.htaccess create mode 100644 mails/themes/classic/assets/email.css create mode 100644 mails/themes/classic/assets/rtl.css create mode 100644 mails/themes/classic/components/footer.html.twig create mode 100644 mails/themes/classic/components/header.html.twig create mode 100644 mails/themes/classic/components/layout.html.twig create mode 100644 mails/themes/classic/components/order_layout.html.twig create mode 100644 mails/themes/classic/core/account.html.twig create mode 100644 mails/themes/classic/core/backoffice_order.html.twig create mode 100644 mails/themes/classic/core/bankwire.html.twig create mode 100644 mails/themes/classic/core/cheque.html.twig create mode 100644 mails/themes/classic/core/contact.html.twig create mode 100644 mails/themes/classic/core/contact_form.html.twig create mode 100644 mails/themes/classic/core/credit_slip.html.twig create mode 100644 mails/themes/classic/core/download_product.html.twig create mode 100644 mails/themes/classic/core/employee_password.html.twig create mode 100644 mails/themes/classic/core/forward_msg.html.twig create mode 100644 mails/themes/classic/core/guest_to_customer.html.twig create mode 100644 mails/themes/classic/core/import.html.twig create mode 100644 mails/themes/classic/core/in_transit.html.twig create mode 100644 mails/themes/classic/core/log_alert.html.twig create mode 100644 mails/themes/classic/core/newsletter.html.twig create mode 100644 mails/themes/classic/core/order_canceled.html.twig create mode 100644 mails/themes/classic/core/order_changed.html.twig create mode 100644 mails/themes/classic/core/order_conf.html.twig create mode 100644 mails/themes/classic/core/order_customer_comment.html.twig create mode 100644 mails/themes/classic/core/order_merchant_comment.html.twig create mode 100644 mails/themes/classic/core/order_return_state.html.twig create mode 100644 mails/themes/classic/core/outofstock.html.twig create mode 100644 mails/themes/classic/core/password.html.twig create mode 100644 mails/themes/classic/core/password_query.html.twig create mode 100644 mails/themes/classic/core/payment.html.twig create mode 100644 mails/themes/classic/core/payment_error.html.twig create mode 100644 mails/themes/classic/core/preparation.html.twig create mode 100644 mails/themes/classic/core/productoutofstock.html.twig create mode 100644 mails/themes/classic/core/refund.html.twig create mode 100644 mails/themes/classic/core/reply_msg.html.twig create mode 100644 mails/themes/classic/core/shipped.html.twig create mode 100644 mails/themes/classic/core/test.html.twig create mode 100644 mails/themes/classic/core/voucher.html.twig create mode 100644 mails/themes/classic/core/voucher_new.html.twig create mode 100644 mails/themes/classic/modules/ps_emailalerts/customer_qty.html.twig create mode 100644 mails/themes/classic/modules/ps_emailalerts/new_order.html.twig create mode 100644 mails/themes/classic/modules/ps_emailalerts/order_changed.html.twig create mode 100644 mails/themes/classic/modules/ps_emailalerts/productcoverage.html.twig create mode 100644 mails/themes/classic/modules/ps_emailalerts/productoutofstock.html.twig create mode 100644 mails/themes/classic/modules/ps_emailalerts/return_slip.html.twig create mode 100644 mails/themes/classic/modules/ps_emailsubscription/newsletter_conf.html.twig create mode 100644 mails/themes/classic/modules/ps_emailsubscription/newsletter_verif.html.twig create mode 100644 mails/themes/classic/modules/ps_emailsubscription/newsletter_voucher.html.twig create mode 100644 mails/themes/classic/modules/ps_reminder/followup_1.html.twig create mode 100644 mails/themes/classic/modules/ps_reminder/followup_2.html.twig create mode 100644 mails/themes/classic/modules/ps_reminder/followup_3.html.twig create mode 100644 mails/themes/classic/modules/ps_reminder/followup_4.html.twig create mode 100644 mails/themes/classic/modules/referralprogram/referralprogram-congratulations.html.twig create mode 100644 mails/themes/classic/modules/referralprogram/referralprogram-invitation.html.twig create mode 100644 mails/themes/classic/modules/referralprogram/referralprogram-voucher.html.twig create mode 100644 mails/themes/index.php create mode 100644 mails/themes/modern/assets/baseline-credit_card-24px.png create mode 100644 mails/themes/modern/assets/baseline-local_shipping-24px.png create mode 100644 mails/themes/modern/assets/baseline-location_on-24px.png create mode 100644 mails/themes/modern/components/footer.html.twig create mode 100644 mails/themes/modern/components/header.html.twig create mode 100644 mails/themes/modern/components/layout.html.twig create mode 100644 mails/themes/modern/components/order_layout.html.twig create mode 100644 mails/themes/modern/core/account.html.twig create mode 100644 mails/themes/modern/core/backoffice_order.html.twig create mode 100644 mails/themes/modern/core/bankwire.html.twig create mode 100644 mails/themes/modern/core/cheque.html.twig create mode 100644 mails/themes/modern/core/contact.html.twig create mode 100644 mails/themes/modern/core/contact_form.html.twig create mode 100644 mails/themes/modern/core/credit_slip.html.twig create mode 100644 mails/themes/modern/core/download_product.html.twig create mode 100644 mails/themes/modern/core/employee_password.html.twig create mode 100644 mails/themes/modern/core/forward_msg.html.twig create mode 100644 mails/themes/modern/core/guest_to_customer.html.twig create mode 100644 mails/themes/modern/core/import.html.twig create mode 100644 mails/themes/modern/core/in_transit.html.twig create mode 100644 mails/themes/modern/core/log_alert.html.twig create mode 100644 mails/themes/modern/core/newsletter.html.twig create mode 100644 mails/themes/modern/core/order_canceled.html.twig create mode 100644 mails/themes/modern/core/order_changed.html.twig create mode 100644 mails/themes/modern/core/order_conf.html.twig create mode 100644 mails/themes/modern/core/order_customer_comment.html.twig create mode 100644 mails/themes/modern/core/order_merchant_comment.html.twig create mode 100644 mails/themes/modern/core/order_return_state.html.twig create mode 100644 mails/themes/modern/core/outofstock.html.twig create mode 100644 mails/themes/modern/core/password.html.twig create mode 100644 mails/themes/modern/core/password_query.html.twig create mode 100644 mails/themes/modern/core/payment.html.twig create mode 100644 mails/themes/modern/core/payment_error.html.twig create mode 100644 mails/themes/modern/core/preparation.html.twig create mode 100644 mails/themes/modern/core/productoutofstock.html.twig create mode 100644 mails/themes/modern/core/refund.html.twig create mode 100644 mails/themes/modern/core/reply_msg.html.twig create mode 100644 mails/themes/modern/core/shipped.html.twig create mode 100644 mails/themes/modern/core/test.html.twig create mode 100644 mails/themes/modern/core/voucher.html.twig create mode 100644 mails/themes/modern/core/voucher_new.html.twig create mode 100644 mails/themes/modern/modules/followup/followup_1.html.twig create mode 100644 mails/themes/modern/modules/followup/followup_2.html.twig create mode 100644 mails/themes/modern/modules/followup/followup_3.html.twig create mode 100644 mails/themes/modern/modules/followup/followup_4.html.twig create mode 100644 mails/themes/modern/modules/ps_emailalerts/customer_qty.html.twig create mode 100644 mails/themes/modern/modules/ps_emailalerts/new_order.html.twig create mode 100644 mails/themes/modern/modules/ps_emailalerts/order_changed.html.twig create mode 100644 mails/themes/modern/modules/ps_emailalerts/productcoverage.html.twig create mode 100644 mails/themes/modern/modules/ps_emailalerts/productoutofstock.html.twig create mode 100644 mails/themes/modern/modules/ps_emailalerts/return_slip.html.twig create mode 100644 mails/themes/modern/modules/ps_emailsubscription/newsletter_conf.html.twig create mode 100644 mails/themes/modern/modules/ps_emailsubscription/newsletter_verif.html.twig create mode 100644 mails/themes/modern/modules/ps_emailsubscription/newsletter_voucher.html.twig create mode 100644 mails/themes/modern/modules/ps_reminder/followup_1.html.twig create mode 100644 mails/themes/modern/modules/ps_reminder/followup_2.html.twig create mode 100644 mails/themes/modern/modules/ps_reminder/followup_3.html.twig create mode 100644 mails/themes/modern/modules/ps_reminder/followup_4.html.twig create mode 100644 mails/themes/modern/modules/referralprogram/referralprogram-congratulations.html.twig create mode 100644 mails/themes/modern/modules/referralprogram/referralprogram-invitation.html.twig create mode 100644 mails/themes/modern/modules/referralprogram/referralprogram-voucher.html.twig diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 06b14799..ff86d947 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -7537,22 +7537,28 @@ }, "google-merchant_id-1.xml": { "type": "-", - "size": 67546876, + "size": 69260395, "lmtime": 0, "modified": true }, "google-merchant_id-2.xml": { "type": "-", - "size": 2730429, + "size": 2983418, "lmtime": 0, "modified": true }, ".htaccess": { "type": "-", - "size": 13577, + "size": 13596, "lmtime": 1743185107915, "modified": true }, + ".htaccess.2025-05-22-1747946142": { + "type": "-", + "size": 13577, + "lmtime": 0, + "modified": false + }, "iadmin": { "themes": { "default": { @@ -11774,9 +11780,9 @@ }, "import-product.php": { "type": "-", - "size": 22562, - "lmtime": 1742810375717, - "modified": true + "size": 27503, + "lmtime": 1748716538167, + "modified": false }, "index.php": { "type": "-", @@ -16895,9 +16901,9 @@ "pub": {}, "robots.txt": { "type": "-", - "size": 2723, + "size": 2673, "lmtime": 0, - "modified": false + "modified": true }, "script.php": { "type": "-", diff --git a/mails/.htaccess b/mails/.htaccess new file mode 100644 index 00000000..3de9e400 --- /dev/null +++ b/mails/.htaccess @@ -0,0 +1,10 @@ +# Apache 2.2 + + Order deny,allow + Deny from all + + +# Apache 2.4 + + Require all denied + diff --git a/mails/_partials/download_product_virtual_products.tpl b/mails/_partials/download_product_virtual_products.tpl new file mode 100644 index 00000000..0d85f2a7 --- /dev/null +++ b/mails/_partials/download_product_virtual_products.tpl @@ -0,0 +1,29 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to https://devdocs.prestashop.com/ for more information. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + *} + diff --git a/mails/_partials/download_product_virtual_products.txt b/mails/_partials/download_product_virtual_products.txt new file mode 100644 index 00000000..47a72639 --- /dev/null +++ b/mails/_partials/download_product_virtual_products.txt @@ -0,0 +1,3 @@ +{foreach $list as $product} + [{$product.text}]({$product.url}) {$product.complementary_text} +{/foreach} diff --git a/mails/_partials/order_conf_cart_rules.tpl b/mails/_partials/order_conf_cart_rules.tpl new file mode 100644 index 00000000..e2fd3859 --- /dev/null +++ b/mails/_partials/order_conf_cart_rules.tpl @@ -0,0 +1,54 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to https://devdocs.prestashop.com/ for more information. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + *} +{foreach $list as $cart_rule} + + + + + + + + +
+ + {$cart_rule['voucher_name']} + +
+ + + + + + + + +
+ + {$cart_rule['voucher_reduction']} + +
+ + +{/foreach} diff --git a/mails/_partials/order_conf_cart_rules.txt b/mails/_partials/order_conf_cart_rules.txt new file mode 100644 index 00000000..72a6970d --- /dev/null +++ b/mails/_partials/order_conf_cart_rules.txt @@ -0,0 +1,3 @@ +{foreach $list as $cart_rule} + {$cart_rule['voucher_name']} {$cart_rule['voucher_reduction']} +{/foreach} \ No newline at end of file diff --git a/mails/_partials/order_conf_product_list.tpl b/mails/_partials/order_conf_product_list.tpl new file mode 100644 index 00000000..abbde5ae --- /dev/null +++ b/mails/_partials/order_conf_product_list.tpl @@ -0,0 +1,136 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to https://devdocs.prestashop.com/ for more information. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + *} +{foreach $list as $product} + + + + + + + + +
  + + {$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/_partials/download_product_virtual_products.tpl b/mails/pl/_partials/download_product_virtual_products.tpl new file mode 100644 index 00000000..0d85f2a7 --- /dev/null +++ b/mails/pl/_partials/download_product_virtual_products.tpl @@ -0,0 +1,29 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to https://devdocs.prestashop.com/ for more information. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + *} +
    +{foreach $list as $product} +
  • {$product.text} {$product.complementary_text}
  • +{/foreach} +
diff --git a/mails/pl/_partials/download_product_virtual_products.txt b/mails/pl/_partials/download_product_virtual_products.txt new file mode 100644 index 00000000..47a72639 --- /dev/null +++ b/mails/pl/_partials/download_product_virtual_products.txt @@ -0,0 +1,3 @@ +{foreach $list as $product} + [{$product.text}]({$product.url}) {$product.complementary_text} +{/foreach} diff --git a/mails/pl/_partials/order_conf_cart_rules.tpl b/mails/pl/_partials/order_conf_cart_rules.tpl new file mode 100644 index 00000000..e2fd3859 --- /dev/null +++ b/mails/pl/_partials/order_conf_cart_rules.tpl @@ -0,0 +1,54 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to https://devdocs.prestashop.com/ for more information. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + *} +{foreach $list as $cart_rule} + + + + + + + + +
+ + {$cart_rule['voucher_name']} + +
+ + + + + + + + +
+ + {$cart_rule['voucher_reduction']} + +
+ + +{/foreach} diff --git a/mails/pl/_partials/order_conf_cart_rules.txt b/mails/pl/_partials/order_conf_cart_rules.txt new file mode 100644 index 00000000..72a6970d --- /dev/null +++ b/mails/pl/_partials/order_conf_cart_rules.txt @@ -0,0 +1,3 @@ +{foreach $list as $cart_rule} + {$cart_rule['voucher_name']} {$cart_rule['voucher_reduction']} +{/foreach} \ No newline at end of file diff --git a/mails/pl/_partials/order_conf_product_list.tpl b/mails/pl/_partials/order_conf_product_list.tpl new file mode 100644 index 00000000..abbde5ae --- /dev/null +++ b/mails/pl/_partials/order_conf_product_list.tpl @@ -0,0 +1,136 @@ +{** + * Copyright since 2007 PrestaShop SA and Contributors + * PrestaShop is an International Registered Trademark & Property of PrestaShop SA + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.md. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to https://devdocs.prestashop.com/ for more information. + * + * @author PrestaShop SA and Contributors + * @copyright Since 2007 PrestaShop SA and Contributors + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + *} +{foreach $list as $product} + + + + + + + + +
  + + {$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/pl/_partials/order_conf_product_list.txt b/mails/pl/_partials/order_conf_product_list.txt new file mode 100644 index 00000000..f0d31e52 --- /dev/null +++ b/mails/pl/_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/pl/account.html b/mails/pl/account.html new file mode 100644 index 00000000..66fa7e64 --- /dev/null +++ b/mails/pl/account.html @@ -0,0 +1,528 @@ + + + + + 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..14c712b1 --- /dev/null +++ b/mails/pl/account.txt @@ -0,0 +1,29 @@ +  + +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za utworzenie konta klienta na stronie {shop_name}. + +Twoje dane do logowania w sklepie {shop_name} + +Oto twoje dane logowania: + +Adres e-mail: {email} + +Ważne wskazówki dotyczące bezpieczeństwa: + +1. Zawsze trzymaj dane do Twojego konta w bezpiecznym miejscu. + +2. Nigdy nie ujawniaj nikomu swojego loginu i hasła. + +3. Regularnie zmieniaj swoje hasło. + +4. Jeśli podejrzewasz, że ktoś używa Twojego konta nielegalnie, prosimy o natychmiastowe poinformowanie nas o tym. + +Możesz teraz składać zamówienia w naszym sklepie: [{shop_name}]({shop_url}) + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/backoffice_order.html b/mails/pl/backoffice_order.html new file mode 100644 index 00000000..06e98e80 --- /dev/null +++ b/mails/pl/backoffice_order.html @@ -0,0 +1,392 @@ + + + + + Zamówienie z panelu administracyjnego + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
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..24b9d48c --- /dev/null +++ b/mails/pl/backoffice_order.txt @@ -0,0 +1,13 @@ +  + +{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..87809b15 --- /dev/null +++ b/mails/pl/bankwire.html @@ -0,0 +1,561 @@ + + + + + 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.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/bankwire.txt b/mails/pl/bankwire.txt new file mode 100644 index 00000000..efcf58dd --- /dev/null +++ b/mails/pl/bankwire.txt @@ -0,0 +1,33 @@ +  + +{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. + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/cheque.html b/mails/pl/cheque.html new file mode 100644 index 00000000..b92e6580 --- /dev/null +++ b/mails/pl/cheque.html @@ -0,0 +1,550 @@ + + + + + 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} +
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/cheque.txt b/mails/pl/cheque.txt new file mode 100644 index 00000000..9760275f --- /dev/null +++ b/mails/pl/cheque.txt @@ -0,0 +1,29 @@ +  + +{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} + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/contact.html b/mails/pl/contact.html new file mode 100644 index 00000000..e544990a --- /dev/null +++ b/mails/pl/contact.html @@ -0,0 +1,445 @@ + + + + + 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..51adbd63 --- /dev/null +++ b/mails/pl/contact.txt @@ -0,0 +1,19 @@ +  + +{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..7f6ec414 --- /dev/null +++ b/mails/pl/contact_form.html @@ -0,0 +1,408 @@ + + + + + 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..237ddb07 --- /dev/null +++ b/mails/pl/contact_form.txt @@ -0,0 +1,19 @@ +  + +{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..98122aea --- /dev/null +++ b/mails/pl/credit_slip.html @@ -0,0 +1,420 @@ + + + + + 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}.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Przejrzyj ten rachunek i pobierz fakturę w naszym sklepie, przejdź do sekcjiMoje pokwitowania - korekty płatności konta klienta.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/credit_slip.txt b/mails/pl/credit_slip.txt new file mode 100644 index 00000000..29604dec --- /dev/null +++ b/mails/pl/credit_slip.txt @@ -0,0 +1,15 @@ +  + +{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}. + +Przejrzyj ten rachunek i pobierz fakturę w naszym sklepie, przejdź do sekcji[Moje pokwitowania - korekty płatności]({history_url}) konta klienta. + +[{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..344f8731 --- /dev/null +++ b/mails/pl/download_product.html @@ -0,0 +1,462 @@ + + + + + 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} +
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/download_product.txt b/mails/pl/download_product.txt new file mode 100644 index 00000000..fbc6c0f2 --- /dev/null +++ b/mails/pl/download_product.txt @@ -0,0 +1,21 @@ +  + +{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} + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/employee_password.html b/mails/pl/employee_password.html new file mode 100644 index 00000000..f2ec49b2 --- /dev/null +++ b/mails/pl/employee_password.html @@ -0,0 +1,418 @@ + + + + + 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..2ade3be7 --- /dev/null +++ b/mails/pl/employee_password.txt @@ -0,0 +1,19 @@ +  + +{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..2cb5b47f --- /dev/null +++ b/mails/pl/forward_msg.html @@ -0,0 +1,408 @@ + + + + + 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..5fdf11f7 --- /dev/null +++ b/mails/pl/forward_msg.txt @@ -0,0 +1,17 @@ +  + +{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..9efe2091 --- /dev/null +++ b/mails/pl/guest_to_customer.html @@ -0,0 +1,429 @@ + + + + + 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}

+ Kliknij w poniższy link aby ustalić swoje hasło:
{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..23f9036a --- /dev/null +++ b/mails/pl/guest_to_customer.txt @@ -0,0 +1,20 @@ +  + +{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} + +Kliknij w poniższy link aby ustalić swoje hasło: +{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..20852175 --- /dev/null +++ b/mails/pl/import.html @@ -0,0 +1,393 @@ + + + + + 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..9ecb41bb --- /dev/null +++ b/mails/pl/import.txt @@ -0,0 +1,13 @@ +  + +{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..8c02f5bc --- /dev/null +++ b/mails/pl/in_transit.html @@ -0,0 +1,458 @@ + + + + + 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} +
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/in_transit.txt b/mails/pl/in_transit.txt new file mode 100644 index 00000000..b43d6a21 --- /dev/null +++ b/mails/pl/in_transit.txt @@ -0,0 +1,21 @@ +  + +{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} + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/log_alert.html b/mails/pl/log_alert.html new file mode 100644 index 00000000..60894a45 --- /dev/null +++ b/mails/pl/log_alert.html @@ -0,0 +1,399 @@ + + + + + Alert logu + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
Witaj,
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
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..cafb79d9 --- /dev/null +++ b/mails/pl/log_alert.txt @@ -0,0 +1,15 @@ +  + +{shop_url} + +Witaj, + +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..22b71548 --- /dev/null +++ b/mails/pl/newsletter.html @@ -0,0 +1,358 @@ + + + + + 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..36827c95 --- /dev/null +++ b/mails/pl/newsletter.txt @@ -0,0 +1,11 @@ +  + +{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..513e1e8c --- /dev/null +++ b/mails/pl/order_canceled.html @@ -0,0 +1,424 @@ + + + + + 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.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/order_canceled.txt b/mails/pl/order_canceled.txt new file mode 100644 index 00000000..54ec2fda --- /dev/null +++ b/mails/pl/order_canceled.txt @@ -0,0 +1,17 @@ +  + +{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. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/order_changed.html b/mails/pl/order_changed.html new file mode 100644 index 00000000..b5382227 --- /dev/null +++ b/mails/pl/order_changed.html @@ -0,0 +1,424 @@ + + + + + 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.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/order_changed.txt b/mails/pl/order_changed.txt new file mode 100644 index 00000000..ae73ffd5 --- /dev/null +++ b/mails/pl/order_changed.txt @@ -0,0 +1,17 @@ +  + +{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. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/order_conf.html b/mails/pl/order_conf.html new file mode 100644 index 00000000..cb56c560 --- /dev/null +++ b/mails/pl/order_conf.html @@ -0,0 +1,734 @@ + + + + + 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} +

+
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/order_conf.txt b/mails/pl/order_conf.txt new file mode 100644 index 00000000..13b45c8f --- /dev/null +++ b/mails/pl/order_conf.txt @@ -0,0 +1,43 @@ +  + +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za zakupy w {shop_name}! + +Szczegóły zamówienia + +Zamówienie: {order_name} Złożone w {date} + +Płatność: {payment} + +Indeks Produkt Cena jednostkowa Ilość Cena końcowa {products_txt} {discounts_txt} +Produkty {total_products} +Rabaty {total_discounts} +Pakowanie prezentowe {total_wrapping} +Wysyłka {total_shipping} +Z podatkiem {total_tax_paid} +Zapłacono w sumie {total_paid} + +Wysyłka + +Przewoźnik: {carrier} + +Płatność: {payment} + +Adres dostawy + +{delivery_block_txt} + +Adres do faktury + +{invoice_block_txt} + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/order_conf_cart_rules.tpl b/mails/pl/order_conf_cart_rules.tpl new file mode 100644 index 00000000..56809b7b --- /dev/null +++ b/mails/pl/order_conf_cart_rules.tpl @@ -0,0 +1,54 @@ +{** + * 2007-2018 PrestaShop + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.txt. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to http://www.prestashop.com for more information. + * + * @author PrestaShop SA + * @copyright 2007-2018 PrestaShop SA + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + * International Registered Trademark & Property of PrestaShop SA + *} +{foreach $list as $cart_rule} + + + + + + + + +
+ + {$cart_rule['voucher_name']} + +
+ + + + + + + + +
+ + {$cart_rule['voucher_reduction']} + +
+ + +{/foreach} diff --git a/mails/pl/order_conf_cart_rules.txt b/mails/pl/order_conf_cart_rules.txt new file mode 100644 index 00000000..72a6970d --- /dev/null +++ b/mails/pl/order_conf_cart_rules.txt @@ -0,0 +1,3 @@ +{foreach $list as $cart_rule} + {$cart_rule['voucher_name']} {$cart_rule['voucher_reduction']} +{/foreach} \ No newline at end of file diff --git a/mails/pl/order_conf_product_list.tpl b/mails/pl/order_conf_product_list.tpl new file mode 100644 index 00000000..d61d625f --- /dev/null +++ b/mails/pl/order_conf_product_list.tpl @@ -0,0 +1,136 @@ +{** + * 2007-2018 PrestaShop + * + * NOTICE OF LICENSE + * + * This source file is subject to the Open Software License (OSL 3.0) + * that is bundled with this package in the file LICENSE.txt. + * It is also available through the world-wide-web at this URL: + * https://opensource.org/licenses/OSL-3.0 + * If you did not receive a copy of the license and are unable to + * obtain it through the world-wide-web, please send an email + * to license@prestashop.com so we can send you a copy immediately. + * + * DISCLAIMER + * + * Do not edit or add to this file if you wish to upgrade PrestaShop to newer + * versions in the future. If you wish to customize PrestaShop for your + * needs please refer to http://www.prestashop.com for more information. + * + * @author PrestaShop SA + * @copyright 2007-2018 PrestaShop SA + * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) + * International Registered Trademark & Property of PrestaShop SA + *} +{foreach $list as $product} + + + + + + + + +
  + + {$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/pl/order_conf_product_list.txt b/mails/pl/order_conf_product_list.txt new file mode 100644 index 00000000..3ead73f7 --- /dev/null +++ b/mails/pl/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} + {$product['customization_quantity']} + {/if} + {/foreach} +{/foreach} diff --git a/mails/pl/order_customer_comment.html b/mails/pl/order_customer_comment.html new file mode 100644 index 00000000..a5fd6d76 --- /dev/null +++ b/mails/pl/order_customer_comment.html @@ -0,0 +1,469 @@ + + + + + Komentarz zamawiającego + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
Witaj,
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
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..3008c0d5 --- /dev/null +++ b/mails/pl/order_customer_comment.txt @@ -0,0 +1,19 @@ +  + +{shop_url} + +Witaj, + +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..c5d6fa5a --- /dev/null +++ b/mails/pl/order_merchant_comment.html @@ -0,0 +1,463 @@ + + + + + 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..2659c52d --- /dev/null +++ b/mails/pl/order_merchant_comment.txt @@ -0,0 +1,17 @@ +  + +{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..85cfd871 --- /dev/null +++ b/mails/pl/order_return_state.html @@ -0,0 +1,420 @@ + + + + + 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}".
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
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..45dd4114 --- /dev/null +++ b/mails/pl/order_return_state.txt @@ -0,0 +1,15 @@ +  + +{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}". + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +[{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..51aa5fc8 --- /dev/null +++ b/mails/pl/outofstock.html @@ -0,0 +1,454 @@ + + + + + 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ę.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/outofstock.txt b/mails/pl/outofstock.txt new file mode 100644 index 00000000..1813dbf8 --- /dev/null +++ b/mails/pl/outofstock.txt @@ -0,0 +1,19 @@ +  + +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za Twoje zamówienie o numerze {order_name} złożone w {shop_name}. + +Numer zamówienia {order_name} - Wymagane uzupełnienie + +Niestety, co najmniej jeden produkt jest obecnie niedostępny i może powodować niewielkie opóźnienie dostawy. Przepraszamy za niedogodności i zapewniamy, że staramy się naprawić tę sytuację. + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/password.html b/mails/pl/password.html new file mode 100644 index 00000000..bcbcef44 --- /dev/null +++ b/mails/pl/password.html @@ -0,0 +1,358 @@ + + + + + Hasło + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
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..5a3176c2 --- /dev/null +++ b/mails/pl/password.txt @@ -0,0 +1,11 @@ +  + +{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..d78170b0 --- /dev/null +++ b/mails/pl/password_query.html @@ -0,0 +1,431 @@ + + + + + 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..769fb234 --- /dev/null +++ b/mails/pl/password_query.txt @@ -0,0 +1,19 @@ +  + +{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..3d6621d8 --- /dev/null +++ b/mails/pl/payment.html @@ -0,0 +1,446 @@ + + + + + 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.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/payment.txt b/mails/pl/payment.txt new file mode 100644 index 00000000..917a41d5 --- /dev/null +++ b/mails/pl/payment.txt @@ -0,0 +1,17 @@ +  + +{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. + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/payment_error.html b/mails/pl/payment_error.html new file mode 100644 index 00000000..a3403c8e --- /dev/null +++ b/mails/pl/payment_error.html @@ -0,0 +1,450 @@ + + + + + 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. +

+
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/payment_error.txt b/mails/pl/payment_error.txt new file mode 100644 index 00000000..924ae6ef --- /dev/null +++ b/mails/pl/payment_error.txt @@ -0,0 +1,19 @@ +  + +{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. + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/preparation.html b/mails/pl/preparation.html new file mode 100644 index 00000000..bfb230d7 --- /dev/null +++ b/mails/pl/preparation.html @@ -0,0 +1,446 @@ + + + + + Przygotowanie + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
Numer zamówienia {order_name} - Przetwarzanie zamówienia
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
Aktualnie przetwarzamy Twoje zamówienie o numerze {order_name} z {shop_name}.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/preparation.txt b/mails/pl/preparation.txt new file mode 100644 index 00000000..85b8a0c5 --- /dev/null +++ b/mails/pl/preparation.txt @@ -0,0 +1,17 @@ +  + +{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}. + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/productoutofstock.html b/mails/pl/productoutofstock.html new file mode 100644 index 00000000..2e4d6ada --- /dev/null +++ b/mails/pl/productoutofstock.html @@ -0,0 +1,402 @@ + + + + + Produkt niedostępny + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{product} jest prawie niedostępny.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + +
+
W magazynie jest teraz mniej niż {last_qty} przedmiotów.
+
+
+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..05ba918d --- /dev/null +++ b/mails/pl/productoutofstock.txt @@ -0,0 +1,17 @@ +  + +{shop_url} + +Witaj {firstname} {lastname}, + +{product} jest prawie niedostępny. + +W magazynie jest teraz mniej niż {last_qty} przedmiotów. + +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..dcec0eaa --- /dev/null +++ b/mails/pl/refund.html @@ -0,0 +1,418 @@ + + + + + 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}.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/refund.txt b/mails/pl/refund.txt new file mode 100644 index 00000000..413d8ecb --- /dev/null +++ b/mails/pl/refund.txt @@ -0,0 +1,17 @@ +  + +{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}. + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/reply_msg.html b/mails/pl/reply_msg.html new file mode 100644 index 00000000..dd86c634 --- /dev/null +++ b/mails/pl/reply_msg.html @@ -0,0 +1,395 @@ + + + + + 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..17484d28 --- /dev/null +++ b/mails/pl/reply_msg.txt @@ -0,0 +1,13 @@ +  + +{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..cbf1ffd4 --- /dev/null +++ b/mails/pl/shipped.html @@ -0,0 +1,447 @@ + + + + + Dostarczane + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
Witaj {firstname} {lastname},
+
+
+
+ +
+
+ + + +
+ + + + + + +
+ +
+ + + + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
Dziękujemy za zakupy na stronie {shop_name}!
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
Twoje zamówienie o numerze {order_name} zostało wysłane.
+
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie Historia i szczegóły zamówień w sekcji konta klienta.
+
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+
Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie Śledzenie Zamówienia w naszym sklepie.
+
+
+ +
+
+ + + + + + + +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
Powered by PrestaShop +
+
+
+ +
+
+ + + + +
+ + + diff --git a/mails/pl/shipped.txt b/mails/pl/shipped.txt new file mode 100644 index 00000000..f546c00d --- /dev/null +++ b/mails/pl/shipped.txt @@ -0,0 +1,17 @@ +  + +{shop_url} + +Witaj {firstname} {lastname}, + +Dziękujemy za zakupy na stronie {shop_name}! + +Twoje zamówienie o numerze {order_name} zostało wysłane. + +Śledź status swojego zamówienia i pobierz fakturę w naszym sklepie, na stronie [Historia i szczegóły zamówień]({history_url}) w sekcji konta klienta. + +Jeśli posiadasz konto gościa, możesz śledzić swoje zamówienie na stronie [Śledzenie Zamówienia]({guest_tracking_url}) w naszym sklepie. + +[{shop_name}]({shop_url}) + +Powered by [PrestaShop](https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7) diff --git a/mails/pl/test.html b/mails/pl/test.html new file mode 100644 index 00000000..976d4587 --- /dev/null +++ b/mails/pl/test.html @@ -0,0 +1,363 @@ + + + + + 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..33168b51 --- /dev/null +++ b/mails/pl/test.txt @@ -0,0 +1,13 @@ +  + +{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..21b84fe5 --- /dev/null +++ b/mails/pl/voucher.html @@ -0,0 +1,404 @@ + + + + + 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..9946af03 --- /dev/null +++ b/mails/pl/voucher.txt @@ -0,0 +1,17 @@ +  + +{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..547f7814 --- /dev/null +++ b/mails/pl/voucher_new.html @@ -0,0 +1,399 @@ + + + + + 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..4fff79aa --- /dev/null +++ b/mails/pl/voucher_new.txt @@ -0,0 +1,15 @@ +  + +{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/sk/account.html b/mails/sk/account.html new file mode 100644 index 00000000..7d8e2868 --- /dev/null +++ b/mails/sk/account.html @@ -0,0 +1,150 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Ďakujeme za Vašu registráciu v obchode {shop_name}. +
+
+ + + + + + +
  + +

+ Vaše prihlasovacie údaje v obchode {shop_name}

+ + Tu sú Vaše prihlasovacie údaje:
+ E-mail: {email} +
+
+
 
+
+ + + + + + +
  + +

Tipy pre Vašu bezpečnosť:

+
    +
  1. Vaše prihlasovacie údaje uchovávajte vždy na bezpečnom mieste.
  2. +
  3. Nikdy nedávajte Vaše prihlasovacie údaje ďalším osobám.
  4. +
  5. Pravidelne si meňte heslo.
  6. +
  7. Ak máte podozrenie, že Váš účet bol zneužitý, okamžite nás informujte.
  8. +
+
+
 
+
+ + Teraz môžete zadávať objednávky v našom obchode: {shop_name} + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/account.txt b/mails/sk/account.txt new file mode 100644 index 00000000..8ea3446a --- /dev/null +++ b/mails/sk/account.txt @@ -0,0 +1,29 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Ďakujeme za Vašu registráciu v obchode {shop_name}. + +Tu sú Vaše prihlasovacie údaje: + +E-MAIL: {email} + +Tipy pre Vašu bezpečnosť: + +* Vaše prihlasovacie údaje uchovávajte vždy na bezpečnom +mieste. + +* Nikdy nedávajte Vaše prihlasovacie údaje ďalším osobám. + +* Pravidelne si meňte heslo. + +* Ak máte podozrenie, že Váš účet bol zneužitý, okamžite +nás informujte. + +Teraz môžete zadávať objednávky v našom obchode: {shop_name} +[{shop_url}] + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/backoffice_order.html b/mails/sk/backoffice_order.html new file mode 100644 index 00000000..a82dbcdb --- /dev/null +++ b/mails/sk/backoffice_order.html @@ -0,0 +1,114 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Nová objednávka bola vytvorená za Vás.

+ + Pre dokončenie objednávky prosím prejdite na {order_link}. +
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/backoffice_order.txt b/mails/sk/backoffice_order.txt new file mode 100644 index 00000000..dccf9735 --- /dev/null +++ b/mails/sk/backoffice_order.txt @@ -0,0 +1,13 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Nová objednávka bola vytvorená za Vás. + +Pre dokončenie objednávky prosím prejdite na {order_link} +[{order_link}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/bankwire.html b/mails/sk/bankwire.html new file mode 100644 index 00000000..a33dbf58 --- /dev/null +++ b/mails/sk/bankwire.html @@ -0,0 +1,159 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Ďakujeme za nákup v obchode {shop_name}! +
+
+ + + + + + +
  + +

+ Objednávka {order_name} - Čaká sa na platbu prevodom na účet

+ + Vaša objednávka s číslom {order_name} bola úspešne prijatá a bude odoslaná ihneď po prijatí Vašej platby. +
+
 
+
+ + + + + + +
  + +

+ Zvolili ste si platbu bankovým prevodom.

+ + Detaily bankového účtu pre Vašu platbu:
+ Suma: {total_paid}
+ Majiteľ účtu: {bankwire_owner}
+ Detaily účtu: {bankwire_details}
+ Sídlo banky: {bankwire_address}
+ Do poznámky bankového prevodu prosím pridajte kód vašej objednávky.
+
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/bankwire.txt b/mails/sk/bankwire.txt new file mode 100644 index 00000000..dbf386f5 --- /dev/null +++ b/mails/sk/bankwire.txt @@ -0,0 +1,38 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Ďakujeme za nákup v obchode {shop_name}! + +Vaša objednávka s číslom {order_name} bola úspešne prijatá +a bude ODOSLANÁ IHNEĎ PO PRIJATÍ VAŠEJ PLATBY. + +Zvolili ste si platbu bankovým prevodom. + +Detaily bankového účtu pre Vašu platbu: + +SUMA: {total_paid} + +MAJITEĽ ÚČTU: {bankwire_owner} + +DETAILY ÚČTU: {bankwire_details} + +SÍDLO BANKY: {bankwire_address} + +Do poznámky bankového prevodu prosím pridajte kód vašej +objednávky. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/cheque.html b/mails/sk/cheque.html new file mode 100644 index 00000000..8286f7a0 --- /dev/null +++ b/mails/sk/cheque.html @@ -0,0 +1,159 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Ďakujeme za nákup v obchode {shop_name}! +
+
+ + + + + + +
  + +

+ Objednávka {order_name} - Čaká sa na platbu šekom

+ + Vaša objednávka s číslom {order_name} bola úspešne prijatá a bude odoslaná ihneď po prijatí Vašej platby. +
+
 
+
+ + + + + + +
  + +

+ Zvolili ste si platbu šekom.

+ + Detaily bankového účtu pre Váš šek:
+ Suma: {total_paid}
+ Splatný pre objednávku: {check_name}
+ Prosím, pošlite Váš šek na: {check_address_html} +
+
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/cheque.txt b/mails/sk/cheque.txt new file mode 100644 index 00000000..a02cc156 --- /dev/null +++ b/mails/sk/cheque.txt @@ -0,0 +1,33 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Ďakujeme za nákup v obchode {shop_name}! + +Vaša objednávka s číslom {order_name} bola úspešne prijatá +a bude ODOSLANÁ IHNEĎ PO PRIJATÍ VAŠEJ PLATBY. + +Zvolili ste si platbu šekom. + +Detaily bankového účtu pre Váš šek: + +SUMA: {total_paid} + +SPLATNÝ PRE OBJEDNÁVKU: {check_name} + +PROSÍM, POŠLITE VÁŠ ŠEK NA: {check_address} + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/contact.html b/mails/sk/contact.html new file mode 100644 index 00000000..efbf3810 --- /dev/null +++ b/mails/sk/contact.html @@ -0,0 +1,115 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Správa od zákazníka z obchodu {shop_name} + +
+ + + + + + +
  + + + E-mailová adresa zákazníka: {email}

+ Správa od zákazníka: {message}

+ Číslo objednávky: {order_name}
+ Príloha: {attached_file} +
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/contact.txt b/mails/sk/contact.txt new file mode 100644 index 00000000..0f9d3675 --- /dev/null +++ b/mails/sk/contact.txt @@ -0,0 +1,16 @@ + +[{shop_url}] + +Správa od zákazníka z obchodu {shop_name} + +E-MAILOVÁ ADRESA ZÁKAZNÍKA: {email} + +SPRÁVA OD ZÁKAZNÍKA: {message} + +ČÍSLO OBJEDNÁVKY: {order_name} + +PRÍLOHA: {attached_file} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/contact_form.html b/mails/sk/contact_form.html new file mode 100644 index 00000000..f785b7cb --- /dev/null +++ b/mails/sk/contact_form.html @@ -0,0 +1,126 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Vaša správa pre zákaznícky servis obchodu {shop_name} + +
+ + + + + + +
  + + + Vaša správa bola úspešne odoslaná.

+ Číslo objednávky: {order_name}
+ Produkt: {product_name}
+ Príloha: {attached_file} +
+
+
 
+
+ + + Odpovieme Vám čo najskôr. + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/contact_form.txt b/mails/sk/contact_form.txt new file mode 100644 index 00000000..c699c955 --- /dev/null +++ b/mails/sk/contact_form.txt @@ -0,0 +1,18 @@ + +[{shop_url}] + +Vaša správa pre zákaznícky servis obchodu {shop_name} + +Vaša správa bola úspešne odoslaná. + +ČÍSLO OBJEDNÁVKY: {order_name} + +PRODUKT: {product_name} + +PRÍLOHA: {attached_file} + +Odpovieme Vám čo najskôr. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/credit_slip.html b/mails/sk/credit_slip.html new file mode 100644 index 00000000..02e323b6 --- /dev/null +++ b/mails/sk/credit_slip.html @@ -0,0 +1,124 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Objednávka {order_name} - Dobropis vytvorený

+ + Vytvorili sme Vám dobropis k objednávke s číslom {order_name}. +
+
 
+
+ + + Podrobnosti o dobropise spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/credit_slip.txt b/mails/sk/credit_slip.txt new file mode 100644 index 00000000..6d16f2a5 --- /dev/null +++ b/mails/sk/credit_slip.txt @@ -0,0 +1,15 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Vytvorili sme Vám dobropis k objednávke s číslom {order_name}. + +Podrobnosti o dobropise spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/download_product.html b/mails/sk/download_product.html new file mode 100644 index 00000000..f1507133 --- /dev/null +++ b/mails/sk/download_product.html @@ -0,0 +1,135 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Ďakujeme za Vašu objednávku s číslom {order_name} z obchodu {shop_name} +
+
+ + + + + + +
  + +

+ Produkt(y) dostupné na stiahnutie

+ + Máte {nbProducts} produkt(y) dostupný(é) na stiahnutie pomocou nasledujúcej(ich) adresy(ies):

+ {virtualProducts} +
+
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/download_product.txt b/mails/sk/download_product.txt new file mode 100644 index 00000000..6775be5d --- /dev/null +++ b/mails/sk/download_product.txt @@ -0,0 +1,26 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Ďakujeme za Vašu objednávku s číslom {order_name} z obchodu +{shop_name} + +Máte {nbproducts} produkt(y) dostupný(é) na stiahnutie pomocou +nasledujúcej(ich) adresy(ies): + +{virtualproducts} + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/employee_password.html b/mails/sk/employee_password.html new file mode 100644 index 00000000..958a632f --- /dev/null +++ b/mails/sk/employee_password.html @@ -0,0 +1,117 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Vaše prihlasovacie údaje do obchodu {shop_name}

+ + Tu sú Vaše osobné prihlasovacie údaje do obchodu {shop_name}:

+ Meno: {firstname}
+ Priezvisko: {lastname}
+ E-mail: {email} +
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/employee_password.txt b/mails/sk/employee_password.txt new file mode 100644 index 00000000..caf5bf5a --- /dev/null +++ b/mails/sk/employee_password.txt @@ -0,0 +1,16 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Tu sú Vaše osobné prihlasovacie údaje do obchodu {shop_name}: + +MENO: {firstname} + +PRIEZVISKO: {lastname} + +E-MAIL: {email} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/forward_msg.html b/mails/sk/forward_msg.html new file mode 100644 index 00000000..adbf7005 --- /dev/null +++ b/mails/sk/forward_msg.html @@ -0,0 +1,116 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Zákaznícky servis - Preposlaná diskusia

+ + {employee} Vám chcel preposlať túto diskusiu.

+ História diskusie: {messages}

+ {employee} pridal komentár "{comment}" +
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/forward_msg.txt b/mails/sk/forward_msg.txt new file mode 100644 index 00000000..edc3279d --- /dev/null +++ b/mails/sk/forward_msg.txt @@ -0,0 +1,14 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +{employee} Vám chcel preposlať túto diskusiu. + +HISTÓRIA DISKUSIE: {messages} + +{employee} pridal komentár "{comment}" + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/guest_to_customer.html b/mails/sk/guest_to_customer.html new file mode 100644 index 00000000..34ef178e --- /dev/null +++ b/mails/sk/guest_to_customer.html @@ -0,0 +1,135 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Váš zákaznícky účet bol vytvorený

+ + Váš účet návštevníka v obchode {shop_name} bol zmenený na zákaznícky účet.

+ E-mail: {email} +
+
+
 
+
+ + + Pri zdieľaní týchto prihlasovacích údajov s ostatnými buďte prosím opatrný. + +
+ + + Môžete sa prihlásiť do svojho zákazníckeho účtu v našom obchode: {shop_url} + + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/guest_to_customer.txt b/mails/sk/guest_to_customer.txt new file mode 100644 index 00000000..e2e86a5c --- /dev/null +++ b/mails/sk/guest_to_customer.txt @@ -0,0 +1,19 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Váš účet návštevníka v obchode {shop_name} bol zmenený na +zákaznícky účet. + +E-MAIL: {email} + +Pri zdieľaní týchto prihlasovacích údajov s ostatnými buďte +prosím opatrný. + +Môžete sa prihlásiť do svojho zákazníckeho účtu v našom +obchode: {shop_url} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/import.html b/mails/sk/import.html new file mode 100644 index 00000000..63b2e3d2 --- /dev/null +++ b/mails/sk/import.html @@ -0,0 +1,117 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Import bol dokončený

+ + Súbor {filename} bol úspešne importovaný do vášho obchodu. + +
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/import.txt b/mails/sk/import.txt new file mode 100644 index 00000000..c89c39d0 --- /dev/null +++ b/mails/sk/import.txt @@ -0,0 +1,10 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Súbor {filename} bol úspešne importovaný do vášho obchodu. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/in_transit.html b/mails/sk/in_transit.html new file mode 100644 index 00000000..d64d602f --- /dev/null +++ b/mails/sk/in_transit.html @@ -0,0 +1,159 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  +
+
+ + + + + +
+ + +
+ +
+ + {meta_products} + +
+ +
+ +
+ +
+
+ + +

+ Objednávka {order_name} - Objednávka bola expedovaná

+ + Vaša objednávka s číslom {order_name} bola expedovaná.

+ Vašu zásielku môžete sledovať kliknutím na sledovací odkaz: {followup} +
+
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/in_transit.txt b/mails/sk/in_transit.txt new file mode 100644 index 00000000..250af1dd --- /dev/null +++ b/mails/sk/in_transit.txt @@ -0,0 +1,27 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +* + +{meta_products} + +* Vaša objednávka s číslom {order_name} bola expedovaná. + +Vašu zásielku môžete sledovať kliknutím na sledovací odkaz: +{followup} [{followup}] + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/log_alert.html b/mails/sk/log_alert.html new file mode 100644 index 00000000..a7bdc401 --- /dev/null +++ b/mails/sk/log_alert.html @@ -0,0 +1,114 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Máte nový záznam v logu z Vášho obchodu

+ + Varovanie: obdržali ste nové upozornenie v logu administrácie.

+ You can check for it in the "Tools" > "Logs" section of your Back Office.
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/log_alert.txt b/mails/sk/log_alert.txt new file mode 100644 index 00000000..2484a1b4 --- /dev/null +++ b/mails/sk/log_alert.txt @@ -0,0 +1,13 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +VAROVANIE: obdržali ste nové upozornenie v logu administrácie. + +You can check for it in the "TOOLS" > "LOGS" section of your Back +Office. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/newsletter.html b/mails/sk/newsletter.html new file mode 100644 index 00000000..f752639c --- /dev/null +++ b/mails/sk/newsletter.html @@ -0,0 +1,95 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + +
+ Dobrý deň {firstname} {lastname}, +
+ {message} +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/newsletter.txt b/mails/sk/newsletter.txt new file mode 100644 index 00000000..96063424 --- /dev/null +++ b/mails/sk/newsletter.txt @@ -0,0 +1,10 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +{message} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/order_canceled.html b/mails/sk/order_canceled.html new file mode 100644 index 00000000..f2f838a9 --- /dev/null +++ b/mails/sk/order_canceled.html @@ -0,0 +1,132 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Objednávka {order_name} - Objednávka bola zrušená

+ + Vaša objednávka s číslom {order_name} v obchode {shop_name} bola zrušená. +
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/order_canceled.txt b/mails/sk/order_canceled.txt new file mode 100644 index 00000000..93dca414 --- /dev/null +++ b/mails/sk/order_canceled.txt @@ -0,0 +1,21 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Vaša objednávka s číslom {order_name} v obchode {shop_name} +bola zrušená. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/order_changed.html b/mails/sk/order_changed.html new file mode 100644 index 00000000..c860544b --- /dev/null +++ b/mails/sk/order_changed.html @@ -0,0 +1,132 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Objednávka {order_name} - Vaša objednávka bola zmenená

+ + Vaša objednávka s číslom {order_name} v obchode {shop_name} bola zmenená obchodníkom. +
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/order_changed.txt b/mails/sk/order_changed.txt new file mode 100644 index 00000000..498407de --- /dev/null +++ b/mails/sk/order_changed.txt @@ -0,0 +1,21 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Vaša objednávka s číslom {order_name} v obchode {shop_name} +bola zmenená obchodníkom. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/order_conf.html b/mails/sk/order_conf.html new file mode 100644 index 00000000..aa41d2b8 --- /dev/null +++ b/mails/sk/order_conf.html @@ -0,0 +1,399 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Ďakujeme za nákup v obchode {shop_name}! +
+
+ + + + + + +
  + +

+ Detaily objednávky

+ + Objednávka: {order_name} Vytvorená {date}

+ Platba: {payment} +
+
+
 
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KódProduktJednotková cenaMnožstvoCelková cena
+   {products} +
+   {discounts} +
+ + + + + + +
  + + Produkty + +  
+
+ + + + + + +
  + + {total_products} + +  
+
+ + + + + + +
  + + Zľavy + +  
+
+ + + + + + +
  + + {total_discounts} + +  
+
+ + + + + + +
  + + Darčekové balenie + +  
+
+ + + + + + +
  + + {total_wrapping} + +  
+
+ + + + + + +
  + + Doručenie + +  
+
+ + + + + + +
  + + {total_shipping} + +  
+
+ + + + + + +
  + + Zaplatená daň + +  
+
+ + + + + + +
  + + {total_tax_paid} + +  
+
+ + + + + + +
  + + Celkom zaplatené + +  
+
+ + + + + + +
  + + {total_paid} + +  
+
+
+
+ + + + + + +
  + +

+ Doručenie

+ + Prepravca: {carrier}

+ Platba: {payment} +
+
+
 
+
+ + + + + + +
+ + + + + + +
  + +

+ Adresa doručenia

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

+ Fakturačná adresa

+ + {invoice_block_html} + + +
+
 
+
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/order_conf.txt b/mails/sk/order_conf.txt new file mode 100644 index 00000000..7fb07e46 --- /dev/null +++ b/mails/sk/order_conf.txt @@ -0,0 +1,70 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Ďakujeme za nákup v obchode {shop_name}! + +OBJEDNÁVKA: {order_name} Vytvorená {date} + +PLATBA: {payment} + +KÓD + +PRODUKT + +JEDNOTKOVÁ CENA + +MNOŽSTVO + +CELKOVÁ CENA + +{products_txt} + +{discounts} + +PRODUKTY + +{total_products} + +ZĽAVY + +{total_discounts} + +DARČEKOVÉ BALENIE + +{total_wrapping} + +DORUČENIE + +{total_shipping} + +ZAPLATENÁ DAŇ + +{total_tax_paid} + +CELKOM ZAPLATENÉ + +{total_paid} + +PREPRAVCA: {carrier} + +PLATBA: {payment} + +{delivery_block_txt} + +{invoice_block_txt} + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/order_customer_comment.html b/mails/sk/order_customer_comment.html new file mode 100644 index 00000000..b511f96f --- /dev/null +++ b/mails/sk/order_customer_comment.html @@ -0,0 +1,116 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň, + +
+ + + + + + +
  + +

+ Správa od zákazníka

+ + Máte novú správu k objednávke s číslom {order_name}.

+ Zákazník: {firstname} {lastname} ({email})

+ {message} +
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/order_customer_comment.txt b/mails/sk/order_customer_comment.txt new file mode 100644 index 00000000..456527c0 --- /dev/null +++ b/mails/sk/order_customer_comment.txt @@ -0,0 +1,14 @@ + +[{shop_url}] + +Dobrý deň, + +Máte novú správu k objednávke s číslom {order_name}. + +ZÁKAZNÍK: {firstname} {lastname} ({email}) + +{message} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/order_merchant_comment.html b/mails/sk/order_merchant_comment.html new file mode 100644 index 00000000..717fcc93 --- /dev/null +++ b/mails/sk/order_merchant_comment.html @@ -0,0 +1,115 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Správa z obchodu {shop_name}

+ + Obdržali ste novú správu z obchodu {shop_name} k Vašej objednávke s číslom {order_name}.

+ Správa: {message} +
+
+
 
+
+
 
+ + diff --git a/mails/sk/order_merchant_comment.txt b/mails/sk/order_merchant_comment.txt new file mode 100644 index 00000000..545e8658 --- /dev/null +++ b/mails/sk/order_merchant_comment.txt @@ -0,0 +1,13 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Obdržali ste novú správu z obchodu {shop_name} k Vašej +objednávke s číslom {order_name}. + +SPRÁVA: {message} + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/order_return_state.html b/mails/sk/order_return_state.html new file mode 100644 index 00000000..9873703c --- /dev/null +++ b/mails/sk/order_return_state.html @@ -0,0 +1,125 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Vrátenie tovaru #{id_order_return} - aktualizácia

+ + Aktualizovali sme priebeh vrátenia Vášho tovaru #{id_order_return}, nový stav je: "{state_order_return}"
+
+
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/order_return_state.txt b/mails/sk/order_return_state.txt new file mode 100644 index 00000000..4a7376c0 --- /dev/null +++ b/mails/sk/order_return_state.txt @@ -0,0 +1,16 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Aktualizovali sme priebeh vrátenia Vášho tovaru +#{id_order_return}, nový stav je: "{state_order_return}" + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/outofstock.html b/mails/sk/outofstock.html new file mode 100644 index 00000000..cafd80a8 --- /dev/null +++ b/mails/sk/outofstock.html @@ -0,0 +1,133 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Ďakujeme za Vašu objednávku s číslom {order_name} z obchodu {shop_name}. +
+
+ + + + + + +
  + +

+ Objednávka {order_name} - Niektoré produkty nie sú skladom

+ + Bohužiaľ, niektoré produkty nie sú momentálne na sklade, čo môže spôsobiť krátke oneskorenie doručenia Vašej objednávky. Prosíme, prijmite naše ospravedlnenie. Chceme Vás ubezpečiť, že Vašu objednávku vybavíme hneď ako to bude možné. +
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/outofstock.txt b/mails/sk/outofstock.txt new file mode 100644 index 00000000..a60ee628 --- /dev/null +++ b/mails/sk/outofstock.txt @@ -0,0 +1,26 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Ďakujeme za Vašu objednávku s číslom {order_name} z obchodu +{shop_name}. + +Bohužiaľ, niektoré produkty nie sú momentálne na sklade, čo +môže spôsobiť krátke oneskorenie doručenia Vašej objednávky. +Prosíme, prijmite naše ospravedlnenie. Chceme Vás ubezpečiť, že +Vašu objednávku vybavíme hneď ako to bude možné. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/password.html b/mails/sk/password.html new file mode 100644 index 00000000..134f75c0 --- /dev/null +++ b/mails/sk/password.html @@ -0,0 +1,133 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Vaše nové prihlasovacie údaje do obchodu {shop_name}

+ + E-mail: {email} + +
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/password.txt b/mails/sk/password.txt new file mode 100644 index 00000000..a19ce3d0 --- /dev/null +++ b/mails/sk/password.txt @@ -0,0 +1,20 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +E-MAIL: {email} + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/password_query.html b/mails/sk/password_query.html new file mode 100644 index 00000000..f064300c --- /dev/null +++ b/mails/sk/password_query.html @@ -0,0 +1,116 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Žiadosť o zmenu hesla pre obchod {shop_name}

+ + Požiadali ste o zmenu hesla v obchode {shop_name}.

+ Nasledujúca akcia povedie ku zmene Vášho súčasného hesla.

+ K potvrdeniu tejto akcie použite prosím nasledujúci odkaz:
{url} +
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/password_query.txt b/mails/sk/password_query.txt new file mode 100644 index 00000000..19ec775d --- /dev/null +++ b/mails/sk/password_query.txt @@ -0,0 +1,16 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Požiadali ste o zmenu hesla v obchode {shop_name}. + +Nasledujúca akcia povedie ku zmene Vášho súčasného hesla. + +K potvrdeniu tejto akcie použite prosím nasledujúci odkaz: + +{url} [{url}] + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/payment.html b/mails/sk/payment.html new file mode 100644 index 00000000..3cb54661 --- /dev/null +++ b/mails/sk/payment.html @@ -0,0 +1,133 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Ďakujeme za nákup v obchode {shop_name}! +
+
+ + + + + + +
  + +

+ Objednávka {order_name} - Vaša objednávka bola uhradená

+ + Platba za Vašu objednávku s číslom {order_name} bola úspešne prijatá. +
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + diff --git a/mails/sk/payment.txt b/mails/sk/payment.txt new file mode 100644 index 00000000..cc24603d --- /dev/null +++ b/mails/sk/payment.txt @@ -0,0 +1,23 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Ďakujeme za nákup v obchode {shop_name}! + +Platba za Vašu objednávku s číslom {order_name} bola úspešne +prijatá. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/payment_error.html b/mails/sk/payment_error.html new file mode 100644 index 00000000..e86df8e3 --- /dev/null +++ b/mails/sk/payment_error.html @@ -0,0 +1,134 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Objednávka {order_name} - Chyba pri spracovaní platby

+ + Vyskytol sa problém s platbou za Vašu objednávku s číslom {order_name} v obchode {shop_name}. Kontaktujte nás prosím hneď ako to bude možné.
+ Objednávku nemôžeme odoslať skôr, než prijmeme od Vás platbu. +
+
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/payment_error.txt b/mails/sk/payment_error.txt new file mode 100644 index 00000000..09419776 --- /dev/null +++ b/mails/sk/payment_error.txt @@ -0,0 +1,24 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Vyskytol sa problém s platbou za Vašu objednávku s číslom +{order_name} v obchode {shop_name}. Kontaktujte nás prosím hneď ako +to bude možné. + +OBJEDNÁVKU NEMÔŽEME ODOSLAŤ SKÔR, NEŽ PRIJMEME OD VÁS PLATBU. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/preparation.html b/mails/sk/preparation.html new file mode 100644 index 00000000..71a9678e --- /dev/null +++ b/mails/sk/preparation.html @@ -0,0 +1,132 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Objednávka {order_name} - Spracováva sa

+ + Práve spracovávame Vašu objednávku s číslom {order_name} z obchodu {shop_name}. +
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/preparation.txt b/mails/sk/preparation.txt new file mode 100644 index 00000000..dfd54154 --- /dev/null +++ b/mails/sk/preparation.txt @@ -0,0 +1,21 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Práve spracovávame Vašu objednávku s číslom {order_name} z +obchodu {shop_name}. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/productoutofstock.html b/mails/sk/productoutofstock.html new file mode 100644 index 00000000..d40d3785 --- /dev/null +++ b/mails/sk/productoutofstock.html @@ -0,0 +1,115 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň, + +
+ + + + + + +
  + +

+ {product} je takmer vypredaný.

+ + Množstvo na sklade je momentálne menšie ako špecifikované minimum {last_qty}.

+ Na sklade zostáva: {qty}

+ Odporúčame otvoriť stránku produktu v administrácii a doplniť inventár.
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/productoutofstock.txt b/mails/sk/productoutofstock.txt new file mode 100644 index 00000000..3174eac2 --- /dev/null +++ b/mails/sk/productoutofstock.txt @@ -0,0 +1,16 @@ + +[{shop_url}] + +Dobrý deň, + +Množstvo na sklade je momentálne menšie ako špecifikované +minimum {last_qty}. + +NA SKLADE ZOSTÁVA: {qty} + +Odporúčame otvoriť stránku produktu v administrácii a doplniť +inventár. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/refund.html b/mails/sk/refund.html new file mode 100644 index 00000000..734d76a3 --- /dev/null +++ b/mails/sk/refund.html @@ -0,0 +1,132 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Objednávka {order_name} - Vrátenie platby bolo spracované

+ + Spracovali sme vrátenie peňazí za Vašu objednávku s číslom {order_name} v obchode {shop_name}. +
+
 
+
+ + + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". + +
+ + + Ak nemáte v našom obchode založený účet, stav objednávky môžete sledovať v časti "Sledovanie objednávok pre neregistrovaných zákazníkov". + +
+
 
+ + diff --git a/mails/sk/refund.txt b/mails/sk/refund.txt new file mode 100644 index 00000000..62546d0a --- /dev/null +++ b/mails/sk/refund.txt @@ -0,0 +1,21 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Spracovali sme vrátenie peňazí za Vašu objednávku s číslom +{order_name} v obchode {shop_name}. + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +Ak nemáte v našom obchode založený účet, stav objednávky +môžete sledovať v časti "Sledovanie objednávok pre +neregistrovaných zákazníkov" +[{guest_tracking_url}?id_order={order_name}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/reply_msg.html b/mails/sk/reply_msg.html new file mode 100644 index 00000000..dfe59031 --- /dev/null +++ b/mails/sk/reply_msg.html @@ -0,0 +1,108 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Dobrý deň {firstname} {lastname}, +
+ {reply} +
+ + Prosím neodpovedajte na tento e-mail, Vaša odpoveď nám nepríde.
+ Odpovedajte prosím na následujúcom odkaze: {link}
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/reply_msg.txt b/mails/sk/reply_msg.txt new file mode 100644 index 00000000..9af289a5 --- /dev/null +++ b/mails/sk/reply_msg.txt @@ -0,0 +1,15 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +{reply} + +Prosím neodpovedajte na tento e-mail, Vaša odpoveď nám nepríde. + +Odpovedajte prosím na následujúcom odkaze: {link} +[{link}] + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/shipped.html b/mails/sk/shipped.html new file mode 100644 index 00000000..71735ea3 --- /dev/null +++ b/mails/sk/shipped.html @@ -0,0 +1,121 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname},
+ Vaša objednávka bola odoslaná +
+
+ + + + + + +
  + +

+ Objednávka {order_name} - Odoslaná

+ + Vaša objednávka s číslom {order_name} bola odoslaná.
+ Ďakujeme za nákup v obchode {shop_name}!
+
+
 
+
+ + Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo Vašom zákazníckom "Účte" po kliknutí na "História objednávok". +
+
 
+ + \ No newline at end of file diff --git a/mails/sk/shipped.txt b/mails/sk/shipped.txt new file mode 100644 index 00000000..1d5a381f --- /dev/null +++ b/mails/sk/shipped.txt @@ -0,0 +1,19 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Vaša objednávka bola odoslaná + +Vaša objednávka s číslom {order_name} bola odoslaná. + +Ďakujeme za nákup v obchode {shop_name}! + +Podrobnosti o objednávke spolu s Vašou faktúrou nájdete vo +Vašom zákazníckom "Účte" [{my_account_url}] po +kliknutí na "História objednávok" +[{history_url}]. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/test.html b/mails/sk/test.html new file mode 100644 index 00000000..6eb24c79 --- /dev/null +++ b/mails/sk/test.html @@ -0,0 +1,100 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ Dobrý deň +
+ + Toto je testovací e-mail z Vášho obchodu.

Ak toto čítate, test bol úspešný!. +
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/test.txt b/mails/sk/test.txt new file mode 100644 index 00000000..c36ada64 --- /dev/null +++ b/mails/sk/test.txt @@ -0,0 +1,12 @@ + +[{shop_url}] + +Dobrý deň + +Toto je TESTOVACÍ E-MAIL z Vášho obchodu. + +Ak toto čítate, test bol úspešný!. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/voucher.html b/mails/sk/voucher.html new file mode 100644 index 00000000..c1103626 --- /dev/null +++ b/mails/sk/voucher.html @@ -0,0 +1,115 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Objednávka {order_name} - Zľavový kupón vytvorený

+ + Vytvorili sme Vám nový kupón vďaka objednávke s číslom {order_name}.

+ Kód zľavového kupónu: {voucher_num} v hodnote {voucher_amount}

+ Jednoducho skopírujte tento kód a vložte ho do Vašej ďalšej objednávky v našom obchode.
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/voucher.txt b/mails/sk/voucher.txt new file mode 100644 index 00000000..628ef4dd --- /dev/null +++ b/mails/sk/voucher.txt @@ -0,0 +1,16 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Vytvorili sme Vám nový kupón vďaka objednávke s číslom +{order_name}. + +KÓD ZĽAVOVÉHO KUPÓNU: {voucher_num} v hodnote {voucher_amount} + +Jednoducho skopírujte tento kód a vložte ho do Vašej ďalšej +objednávky v našom obchode. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/sk/voucher_new.html b/mails/sk/voucher_new.html new file mode 100644 index 00000000..52dcf2bd --- /dev/null +++ b/mails/sk/voucher_new.html @@ -0,0 +1,114 @@ + + + + + + Správa z obchodu {shop_name} + + + + + + + + + + + + +
  + + + + + + + + + + + + + + + + + + + + + +
+ + Dobrý deň {firstname} {lastname}, + +
+ + + + + + +
  + +

+ Toto je informatívny e-mail o vytvorení zľavového kupónu.

+ + Kód Vášho zľavového kupónu: {voucher_num}

+ Jednoducho skopírujte tento kód a vložte ho do Vašej ďalšej objednávky v našom obchode.
+
+
 
+
+
 
+ + \ No newline at end of file diff --git a/mails/sk/voucher_new.txt b/mails/sk/voucher_new.txt new file mode 100644 index 00000000..e4e2b20d --- /dev/null +++ b/mails/sk/voucher_new.txt @@ -0,0 +1,13 @@ + +[{shop_url}] + +Dobrý deň {firstname} {lastname}, + +Kód Vášho zľavového kupónu: {voucher_num} + +Jednoducho skopírujte tento kód a vložte ho do Vašej ďalšej +objednávky v našom obchode. + +{shop_name} [{shop_url}] powered by +PrestaShop(tm) [http://www.prestashop.com/] + diff --git a/mails/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..7d6350c9 --- /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..68f90295 --- /dev/null +++ b/mails/themes/classic/core/order_conf.html.twig @@ -0,0 +1,344 @@ +{% 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 %} + {% if templateType == 'txt' %} + {{ 'Delivery address'|trans({}, 'Emails.Body', locale)|raw }} + {delivery_block_txt} + {% endif %} +
+
 
+
  + + + + + + +
  + + {% if templateType == 'html' %} +

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

+ + {invoice_block_html} + + {% endif %} + {% if templateType == 'txt' %} + {{ 'Billing address'|trans({}, 'Emails.Body', locale)|raw }} + {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 %} 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/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/ps_reminder/followup_1.html.twig b/mails/themes/classic/modules/ps_reminder/followup_1.html.twig new file mode 100644 index 00000000..b925be98 --- /dev/null +++ b/mails/themes/classic/modules/ps_reminder/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/ps_reminder/followup_2.html.twig b/mails/themes/classic/modules/ps_reminder/followup_2.html.twig new file mode 100644 index 00000000..aff0137d --- /dev/null +++ b/mails/themes/classic/modules/ps_reminder/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/ps_reminder/followup_3.html.twig b/mails/themes/classic/modules/ps_reminder/followup_3.html.twig new file mode 100644 index 00000000..764771a3 --- /dev/null +++ b/mails/themes/classic/modules/ps_reminder/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/ps_reminder/followup_4.html.twig b/mails/themes/classic/modules/ps_reminder/followup_4.html.twig new file mode 100644 index 00000000..210d7e97 --- /dev/null +++ b/mails/themes/classic/modules/ps_reminder/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/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 0000000000000000000000000000000000000000..5190a09c81f5d1143e973b5dd9b93add872f57c7 GIT binary patch literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^Vn8g!!3HGbRrPd%6k~CayA#8@b22Z1oK>DKjv*F; z$tej539OG~6wH{D(iE1l{9(qvsJKC`5Pcr%LztAepZS}f~M2{xTX9(_DtK!gR4_ika5G_sMCgma=7$G4xVUC5;R=}ck8>;Al=E8`<`iiLD6%jm7+W{+ mWTmA~h?HHBu)x!ipJBoFfY>d6=Y0XXn!(f6&t;ucLK6Vg5>2)M literal 0 HcmV?d00001 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 0000000000000000000000000000000000000000..cd7d75be4f3be4dbe68bf48f1d3f6448f1d4d281 GIT binary patch literal 343 zcmV-d0jU0oP)Px$5lKWrR5%f1WME+61mXf9HUMHqASMUQ1!~%fOXD1%#D5BL7B0h?fD#_KB&i_| zvVe^m2H`S;1(yVg;zmIAp-?^Vfb?Eu{jY!=O5*@o|39F4-qf~W8qh#5DBcdF-vY5L z5Q70Ve1M#a1c0XA0pg=T%mRvJYJ(3z1A~AVl&{)A84KhCQ6Q!Tcufl*pg43uEcgR- z!VMq>(ZmA0dXQ5QC=J^{O$E^)K5`nz#>S`T6)2Juff!VxrUS7I5DNn_41m(}6Cj=m z6F{R0>G_VVz6rPx$BS}O-R5%fxl)WwlQ5c42MWvt<8zKs&k{eKw5Q%K`Za~9*>}`lfLL_cNp;c*6 zX-HK5o@X;hX1_hh3~%!8`M&q(WHOuGUNwmsqyxAGSD?6u*YFI!!6No?9^qGkdS%%*sV4S6NwNZCKI6j)+_j2PB=ci0=;9H!B4{#bb@xpRh3%i`NO_TW@ zE+*}YAwEUhZs!MkOl^he+Zn?RTMU(UvlG}xDHWpbFExvE)EJJtnIe{OeEYGKc0Dt{ z;t)3#;;GjO{`17LT4&6Wyo2cyXSF|Jjr40x=YL^`mMr2MlaH;&JRf`*00000NkvXX Hu0mjfb84K* literal 0 HcmV?d00001 diff --git a/mails/themes/modern/components/footer.html.twig b/mails/themes/modern/components/footer.html.twig new file mode 100644 index 00000000..2fa876ae --- /dev/null +++ b/mails/themes/modern/components/footer.html.twig @@ -0,0 +1,34 @@ + + + +
+ + + + + + +
+ +
+ + + + + + + + + +
+ +
+
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..7813920c --- /dev/null +++ b/mails/themes/modern/components/header.html.twig @@ -0,0 +1,39 @@ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+ + + +
+
+
+ +
+
+ + + diff --git a/mails/themes/modern/components/layout.html.twig b/mails/themes/modern/components/layout.html.twig new file mode 100644 index 00000000..dbccc22a --- /dev/null +++ b/mails/themes/modern/components/layout.html.twig @@ -0,0 +1,185 @@ + + + + + {% block title %}Title{% endblock %} + + + + + + {% set direction = 'ltr' %} + {% set align_left = 'left' %} + {% set align_right = 'right' %} + {% if languageIsRTL|default(false) %} + {% set direction = 'rtl' %} + {% set align_left = 'right' %} + {% set align_right = 'left' %} + {% endif %} + {% 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..bc2efdf9 --- /dev/null +++ b/mails/themes/modern/components/order_layout.html.twig @@ -0,0 +1,233 @@ + + + + + {% block title %}Title{% endblock %} + + + + + + {% set direction = 'ltr' %} + {% set align_left = 'left' %} + {% set align_right = 'right' %} + {% if languageIsRTL|default(false) %} + {% set direction = 'rtl' %} + {% set align_left = 'right' %} + {% set align_right = 'left' %} + {% endif %} + {% 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..62c45bcb --- /dev/null +++ b/mails/themes/modern/core/account.html.twig @@ -0,0 +1,392 @@ +{% 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 %} + + + + + + + + + + + +{% 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..e8c8fce8 --- /dev/null +++ b/mails/themes/modern/core/backoffice_order.html.twig @@ -0,0 +1,267 @@ +{% 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 %} + + + + + + + + + + + +{% 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..c3987580 --- /dev/null +++ b/mails/themes/modern/core/bankwire.html.twig @@ -0,0 +1,430 @@ +{% 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 %} + + + + + + + + + + + +{% 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..4e941a70 --- /dev/null +++ b/mails/themes/modern/core/cheque.html.twig @@ -0,0 +1,422 @@ +{% 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 %} + + + + + + + + + + + +{% 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..6a211196 --- /dev/null +++ b/mails/themes/modern/core/contact.html.twig @@ -0,0 +1,315 @@ +{% 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 %} + + + + + + + + + + + +{% 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..a4d4a04d --- /dev/null +++ b/mails/themes/modern/core/contact_form.html.twig @@ -0,0 +1,279 @@ +{% 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 %} + + + + + + + + + + + +{% 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..253f478a --- /dev/null +++ b/mails/themes/modern/core/credit_slip.html.twig @@ -0,0 +1,295 @@ +{% 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 %} + + + + + + + + + + + +{% 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..fd076a89 --- /dev/null +++ b/mails/themes/modern/core/download_product.html.twig @@ -0,0 +1,341 @@ +{% 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 %} + + + + + + + + + + + +{% 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..4ed9927f --- /dev/null +++ b/mails/themes/modern/core/employee_password.html.twig @@ -0,0 +1,289 @@ +{% 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 %} + + + + + + + + + + + +{% 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..3a3dc39a --- /dev/null +++ b/mails/themes/modern/core/forward_msg.html.twig @@ -0,0 +1,278 @@ +{% 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 %} + + + + + + + + + + + +{% 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..d0c67936 --- /dev/null +++ b/mails/themes/modern/core/guest_to_customer.html.twig @@ -0,0 +1,302 @@ +{% 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 %} + + + + + + + + + + + +{% 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..1b0d1d50 --- /dev/null +++ b/mails/themes/modern/core/import.html.twig @@ -0,0 +1,268 @@ +{% 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 %} + + + + + + + + + + + +{% 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..ddc6a42f --- /dev/null +++ b/mails/themes/modern/core/in_transit.html.twig @@ -0,0 +1,332 @@ +{% 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 %} + + + + + + + + + + + +{% 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..79364362 --- /dev/null +++ b/mails/themes/modern/core/log_alert.html.twig @@ -0,0 +1,273 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Log Alert'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
{{ 'Hi,'|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 %} + + + + + + + + + + + +{% 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..ac52a0cb --- /dev/null +++ b/mails/themes/modern/core/newsletter.html.twig @@ -0,0 +1,233 @@ +{% 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 %} + + + + + + + + + + + +{% 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..71dcb862 --- /dev/null +++ b/mails/themes/modern/core/order_canceled.html.twig @@ -0,0 +1,299 @@ +{% 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 %} + + + + + + + + + + + +{% 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..fb18f37e --- /dev/null +++ b/mails/themes/modern/core/order_changed.html.twig @@ -0,0 +1,299 @@ +{% 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 %} + + + + + + + + + + + +{% 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..f0bb0bc7 --- /dev/null +++ b/mails/themes/modern/core/order_conf.html.twig @@ -0,0 +1,624 @@ +{% 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 %} + + + + + + + + + + + +{% 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..7c684531 --- /dev/null +++ b/mails/themes/modern/core/order_customer_comment.html.twig @@ -0,0 +1,343 @@ +{% extends '@MailThemes/modern/components/layout.html.twig' %} + +{% block title %}{{ 'Order customer comment'|trans({}, 'Emails.Body', locale) }}{% endblock %} + +{% block content %} + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + +
+
{{ 'Hi,'|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 %} + + + + + + + + + + + +{% 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..7394381e --- /dev/null +++ b/mails/themes/modern/core/order_merchant_comment.html.twig @@ -0,0 +1,338 @@ +{% 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 %} + + + + + + + + + + + +{% 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..647206ae --- /dev/null +++ b/mails/themes/modern/core/order_return_state.html.twig @@ -0,0 +1,295 @@ +{% 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 %} + + + + + + + + + + + +{% 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..6360d56b --- /dev/null +++ b/mails/themes/modern/core/outofstock.html.twig @@ -0,0 +1,329 @@ +{% 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 %} + + + + + + + + + + + +{% 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..aa9e1c82 --- /dev/null +++ b/mails/themes/modern/core/password.html.twig @@ -0,0 +1,233 @@ +{% 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 %} + + + + + + + + + + + +{% 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..2813d128 --- /dev/null +++ b/mails/themes/modern/core/password_query.html.twig @@ -0,0 +1,305 @@ +{% 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 %} + + + + + + + + + + + +{% 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..10bed24f --- /dev/null +++ b/mails/themes/modern/core/payment.html.twig @@ -0,0 +1,321 @@ +{% 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 %} + + + + + + + + + + + +{% 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..ad637cd6 --- /dev/null +++ b/mails/themes/modern/core/payment_error.html.twig @@ -0,0 +1,325 @@ +{% 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 %} + + + + + + + + + + + +{% 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..da5f4367 --- /dev/null +++ b/mails/themes/modern/core/preparation.html.twig @@ -0,0 +1,321 @@ +{% 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 %} + + + + + + + + + + + +{% 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..5cc3c93e --- /dev/null +++ b/mails/themes/modern/core/productoutofstock.html.twig @@ -0,0 +1,276 @@ +{% 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) }}
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+

+

+ +
+
+ +
+
+ + + + +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + +
+
{{ '{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 %} + + + + + + + + + + + +{% 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..7408df32 --- /dev/null +++ b/mails/themes/modern/core/refund.html.twig @@ -0,0 +1,293 @@ +{% 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 %} + + + + + + + + + + + +{% 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..4bccd257 --- /dev/null +++ b/mails/themes/modern/core/reply_msg.html.twig @@ -0,0 +1,270 @@ +{% 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 %} + + + + + + + + + + + +{% 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..36ed5451 --- /dev/null +++ b/mails/themes/modern/core/shipped.html.twig @@ -0,0 +1,322 @@ +{% 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 %} + + + + + + + + + + + +{% 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..643b502b --- /dev/null +++ b/mails/themes/modern/core/test.html.twig @@ -0,0 +1,238 @@ +{% 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 %} + + + + + + + + + + + +{% 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..feb43d5b --- /dev/null +++ b/mails/themes/modern/core/voucher.html.twig @@ -0,0 +1,277 @@ +{% 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 %} + + + + + + + + + + + +{% 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..a4ea1ee6 --- /dev/null +++ b/mails/themes/modern/core/voucher_new.html.twig @@ -0,0 +1,273 @@ +{% 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 %} + + + + + + + + + + + +{% 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..6962de98 --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_1.html.twig @@ -0,0 +1,353 @@ +{% 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 %} + + + + + + + + + + + +{% 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..5f1e1502 --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_2.html.twig @@ -0,0 +1,250 @@ +{% 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 %} + + + + + + + + + + + +{% 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..a1018bb0 --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_3.html.twig @@ -0,0 +1,250 @@ +{% 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 %} + + + + + + + + + + + +{% 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..8ce03616 --- /dev/null +++ b/mails/themes/modern/modules/followup/followup_4.html.twig @@ -0,0 +1,318 @@ +{% 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 %} + + + + + + + + + + + +{% 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..680411cc --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/customer_qty.html.twig @@ -0,0 +1,273 @@ +{% 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 %} + + + + + + + + + + + +{% 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..aed08eaf --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/new_order.html.twig @@ -0,0 +1,615 @@ +{% 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 %} + + + + + + + + + + + +{% 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..504bc397 --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/order_changed.html.twig @@ -0,0 +1,300 @@ +{% 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 %} + + + + + + + + + + + +{% 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..f58d531a --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/productcoverage.html.twig @@ -0,0 +1,238 @@ +{% 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 %} + + + + + + + + + + + +{% 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..96274a15 --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/productoutofstock.html.twig @@ -0,0 +1,276 @@ +{% 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 %} + + + + + + + + + + + +{% 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..e03a2be2 --- /dev/null +++ b/mails/themes/modern/modules/ps_emailalerts/return_slip.html.twig @@ -0,0 +1,498 @@ +{% 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 %} + + + + + + + + + + + +{% 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..a103e74a --- /dev/null +++ b/mails/themes/modern/modules/ps_emailsubscription/newsletter_conf.html.twig @@ -0,0 +1,233 @@ +{% 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 %} + + + + + + + + + + + +{% 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..d636dc2b --- /dev/null +++ b/mails/themes/modern/modules/ps_emailsubscription/newsletter_verif.html.twig @@ -0,0 +1,235 @@ +{% 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 %} + + + + + + + + + + + +{% 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..c04b82fb --- /dev/null +++ b/mails/themes/modern/modules/ps_emailsubscription/newsletter_voucher.html.twig @@ -0,0 +1,268 @@ +{% 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 %} + + + + + + + + + + + +{% endblock %} diff --git a/mails/themes/modern/modules/ps_reminder/followup_1.html.twig b/mails/themes/modern/modules/ps_reminder/followup_1.html.twig new file mode 100644 index 00000000..6ee5cc4f --- /dev/null +++ b/mails/themes/modern/modules/ps_reminder/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/ps_reminder/followup_2.html.twig b/mails/themes/modern/modules/ps_reminder/followup_2.html.twig new file mode 100644 index 00000000..8502e8ad --- /dev/null +++ b/mails/themes/modern/modules/ps_reminder/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/ps_reminder/followup_3.html.twig b/mails/themes/modern/modules/ps_reminder/followup_3.html.twig new file mode 100644 index 00000000..16f75b61 --- /dev/null +++ b/mails/themes/modern/modules/ps_reminder/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/ps_reminder/followup_4.html.twig b/mails/themes/modern/modules/ps_reminder/followup_4.html.twig new file mode 100644 index 00000000..033541c1 --- /dev/null +++ b/mails/themes/modern/modules/ps_reminder/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/referralprogram/referralprogram-congratulations.html.twig b/mails/themes/modern/modules/referralprogram/referralprogram-congratulations.html.twig new file mode 100644 index 00000000..2396df1f --- /dev/null +++ b/mails/themes/modern/modules/referralprogram/referralprogram-congratulations.html.twig @@ -0,0 +1,265 @@ +{% 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 %} + + + + + + + + + + + +{% 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..c05fdfaf --- /dev/null +++ b/mails/themes/modern/modules/referralprogram/referralprogram-invitation.html.twig @@ -0,0 +1,297 @@ +{% 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 %} + + + + + + + + + + + +{% 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..51a8081e --- /dev/null +++ b/mails/themes/modern/modules/referralprogram/referralprogram-voucher.html.twig @@ -0,0 +1,275 @@ +{% 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 %} + + + + + + + + + + + +{% endblock %}