@clink/emails 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-emails.js +13 -5
- package/dist/html/buyer/checkout-link/da.html +32 -0
- package/dist/html/buyer/checkout-link/en.html +32 -0
- package/dist/html/buyer/deposit-captured/da.html +37 -0
- package/dist/html/buyer/deposit-captured/en.html +37 -0
- package/dist/html/buyer/deposit-not-reserved/da.html +34 -0
- package/dist/html/buyer/deposit-not-reserved/en.html +34 -0
- package/dist/html/buyer/deposit-reserved/da.html +33 -0
- package/dist/html/buyer/deposit-reserved/en.html +33 -0
- package/dist/html/buyer/invoice-bank-transfer/da.html +32 -0
- package/dist/html/buyer/invoice-bank-transfer/en.html +32 -0
- package/dist/html/buyer/invoice-full/da.html +37 -0
- package/dist/html/buyer/invoice-full/en.html +37 -0
- package/dist/html/buyer/invoice-pdf-attached/da.html +36 -0
- package/dist/html/buyer/invoice-pdf-attached/en.html +36 -0
- package/dist/html/buyer/invoice-rate1/da.html +37 -0
- package/dist/html/buyer/invoice-rate1/en.html +37 -0
- package/dist/html/buyer/invoice-rate2/da.html +37 -0
- package/dist/html/buyer/invoice-rate2/en.html +37 -0
- package/dist/html/buyer/manual-order-created/da.html +35 -0
- package/dist/html/buyer/manual-order-created/en.html +35 -0
- package/dist/html/buyer/membership-invoice/da.html +36 -0
- package/dist/html/buyer/membership-invoice/en.html +36 -0
- package/dist/html/buyer/membership-payment-declined/da.html +33 -0
- package/dist/html/buyer/membership-payment-declined/en.html +33 -0
- package/dist/html/buyer/membership-renewal-invoice/da.html +34 -0
- package/dist/html/buyer/membership-renewal-invoice/en.html +34 -0
- package/dist/html/buyer/membership-type-not-exist/da.html +32 -0
- package/dist/html/buyer/membership-type-not-exist/en.html +32 -0
- package/dist/html/buyer/order-cancelled-by-customer/da.html +37 -0
- package/dist/html/buyer/order-cancelled-by-customer/en.html +37 -0
- package/dist/html/buyer/order-changed/da.html +34 -0
- package/dist/html/buyer/order-changed/en.html +34 -0
- package/dist/html/buyer/order-confirmed/da.html +35 -0
- package/dist/html/buyer/order-confirmed/en.html +35 -0
- package/dist/html/buyer/order-confirmed-already-booked/da.html +36 -0
- package/dist/html/buyer/order-confirmed-already-booked/en.html +36 -0
- package/dist/html/buyer/order-confirmed-w-reservations/da.html +37 -0
- package/dist/html/buyer/order-confirmed-w-reservations/en.html +37 -0
- package/dist/html/buyer/order-declined/da.html +35 -0
- package/dist/html/buyer/order-declined/en.html +35 -0
- package/dist/html/buyer/order-declined-coupon/da.html +38 -0
- package/dist/html/buyer/order-declined-coupon/en.html +38 -0
- package/dist/html/buyer/order-placed/da.html +13 -13
- package/dist/html/buyer/order-placed/en.html +13 -13
- package/dist/html/buyer/order-reservations-cancelled/da.html +31 -0
- package/dist/html/buyer/order-reservations-cancelled/en.html +31 -0
- package/dist/html/buyer/payment-card-expired/da.html +35 -0
- package/dist/html/buyer/payment-card-expired/en.html +35 -0
- package/dist/html/buyer/payment-failed/da.html +35 -0
- package/dist/html/buyer/payment-failed/en.html +35 -0
- package/dist/html/buyer/payment-failed-new-deadline/da.html +35 -0
- package/dist/html/buyer/payment-failed-new-deadline/en.html +35 -0
- package/dist/html/buyer/payment-received/da.html +32 -0
- package/dist/html/buyer/payment-received/en.html +32 -0
- package/dist/html/buyer/place-order-confirmed/da.html +43 -0
- package/dist/html/buyer/place-order-confirmed/en.html +43 -0
- package/dist/html/buyer/rate2-reminder/da.html +35 -0
- package/dist/html/buyer/rate2-reminder/en.html +35 -0
- package/dist/html/supplier/account-restricted/da.html +32 -0
- package/dist/html/supplier/account-restricted/en.html +32 -0
- package/dist/html/supplier/account-restricted-soon/da.html +33 -0
- package/dist/html/supplier/account-restricted-soon/en.html +33 -0
- package/dist/html/supplier/account-user-accepted-invitation/da.html +9 -9
- package/dist/html/supplier/account-user-accepted-invitation/en.html +9 -9
- package/dist/html/supplier/account-user-invite/da.html +8 -8
- package/dist/html/supplier/account-user-invite/en.html +8 -8
- package/dist/html/supplier/bank-account-changed/da.html +8 -8
- package/dist/html/supplier/bank-account-changed/en.html +8 -8
- package/dist/html/supplier/deposit-not-reserved/da.html +34 -0
- package/dist/html/supplier/deposit-not-reserved/en.html +34 -0
- package/dist/html/supplier/manual-order-created/da.html +31 -0
- package/dist/html/supplier/manual-order-created/en.html +31 -0
- package/dist/html/supplier/new-member/da.html +31 -0
- package/dist/html/supplier/new-member/en.html +31 -0
- package/dist/html/supplier/new-member-message/da.html +31 -0
- package/dist/html/supplier/new-member-message/en.html +31 -0
- package/dist/html/supplier/order-cancelled-by-customer/da.html +34 -0
- package/dist/html/supplier/order-cancelled-by-customer/en.html +34 -0
- package/dist/html/supplier/order-changed/da.html +34 -0
- package/dist/html/supplier/order-changed/en.html +34 -0
- package/dist/html/supplier/order-received/da.html +15 -15
- package/dist/html/supplier/order-received/en.html +15 -15
- package/dist/html/supplier/order-reservations-cancelled/da.html +34 -0
- package/dist/html/supplier/order-reservations-cancelled/en.html +34 -0
- package/dist/html/supplier/order-reservations-confirmed/da.html +35 -0
- package/dist/html/supplier/order-reservations-confirmed/en.html +35 -0
- package/dist/html/supplier/payment-failed/da.html +35 -0
- package/dist/html/supplier/payment-failed/en.html +35 -0
- package/dist/html/supplier/payout/da.html +33 -0
- package/dist/html/supplier/payout/en.html +33 -0
- package/dist/html/supplier/place-cancellation/da.html +35 -0
- package/dist/html/supplier/place-cancellation/en.html +35 -0
- package/dist/html/supplier/place-order-received/da.html +43 -0
- package/dist/html/supplier/place-order-received/en.html +43 -0
- package/dist/html/supplier/supplier-approved/da.html +12 -12
- package/dist/html/supplier/supplier-approved/en.html +12 -12
- package/dist/html/supplier/supplier-product-approved/da.html +14 -14
- package/dist/html/supplier/supplier-product-approved/en.html +14 -14
- package/dist/html/supplier/supplier-public/da.html +62 -0
- package/dist/html/supplier/supplier-public/da.test.json +13 -0
- package/dist/html/supplier/supplier-public/en.html +62 -0
- package/dist/html/supplier/supplier-registered/da.html +9 -9
- package/dist/html/supplier/supplier-registered/en.html +9 -9
- package/dist/html/supplier/user-permission-changed/da.html +31 -0
- package/dist/html/supplier/user-permission-changed/en.html +31 -0
- package/dist/layouts/base.mjml +132 -132
- package/dist/layouts/da.json +4 -0
- package/dist/layouts/en.json +4 -0
- package/dist/templates/buyer/checkout-link/da.json +7 -0
- package/dist/templates/buyer/checkout-link/en.json +7 -0
- package/dist/templates/buyer/checkout-link/template.mjml +24 -0
- package/dist/templates/buyer/deposit-captured/da.json +14 -0
- package/dist/templates/buyer/deposit-captured/en.json +14 -0
- package/dist/templates/buyer/deposit-captured/template.mjml +61 -0
- package/dist/templates/buyer/deposit-not-reserved/da.json +10 -0
- package/dist/templates/buyer/deposit-not-reserved/en.json +10 -0
- package/dist/templates/buyer/deposit-not-reserved/template.mjml +36 -0
- package/dist/templates/buyer/deposit-reserved/da.json +10 -0
- package/dist/templates/buyer/deposit-reserved/en.json +10 -0
- package/dist/templates/buyer/deposit-reserved/template.mjml +27 -0
- package/dist/templates/buyer/invoice-bank-transfer/da.json +10 -0
- package/dist/templates/buyer/invoice-bank-transfer/en.json +10 -0
- package/dist/templates/buyer/invoice-bank-transfer/template.mjml +27 -0
- package/dist/templates/buyer/invoice-full/da.json +15 -0
- package/dist/templates/buyer/invoice-full/en.json +15 -0
- package/dist/templates/buyer/invoice-full/template.mjml +65 -0
- package/dist/templates/buyer/invoice-pdf-attached/da.json +16 -0
- package/dist/templates/buyer/invoice-pdf-attached/en.json +16 -0
- package/dist/templates/buyer/invoice-pdf-attached/template.mjml +69 -0
- package/dist/templates/buyer/invoice-rate1/da.json +18 -0
- package/dist/templates/buyer/invoice-rate1/en.json +18 -0
- package/dist/templates/buyer/invoice-rate1/template.mjml +68 -0
- package/dist/templates/buyer/invoice-rate2/da.json +14 -0
- package/dist/templates/buyer/invoice-rate2/en.json +14 -0
- package/dist/templates/buyer/invoice-rate2/template.mjml +64 -0
- package/dist/templates/buyer/manual-order-created/da.json +9 -0
- package/dist/templates/buyer/manual-order-created/en.json +9 -0
- package/dist/templates/buyer/manual-order-created/template.mjml +42 -0
- package/dist/templates/buyer/membership-invoice/da.json +14 -0
- package/dist/templates/buyer/membership-invoice/en.json +14 -0
- package/dist/templates/buyer/membership-invoice/template.mjml +56 -0
- package/dist/templates/buyer/membership-payment-declined/da.json +9 -0
- package/dist/templates/buyer/membership-payment-declined/en.json +9 -0
- package/dist/templates/buyer/membership-payment-declined/template.mjml +26 -0
- package/dist/templates/buyer/membership-renewal-invoice/da.json +14 -0
- package/dist/templates/buyer/membership-renewal-invoice/en.json +14 -0
- package/dist/templates/buyer/membership-renewal-invoice/template.mjml +37 -0
- package/dist/templates/buyer/membership-type-not-exist/da.json +6 -0
- package/dist/templates/buyer/membership-type-not-exist/en.json +6 -0
- package/dist/templates/buyer/membership-type-not-exist/template.mjml +16 -0
- package/dist/templates/buyer/order-cancelled-by-customer/da.json +11 -0
- package/dist/templates/buyer/order-cancelled-by-customer/en.json +11 -0
- package/dist/templates/buyer/order-cancelled-by-customer/template.mjml +63 -0
- package/dist/templates/buyer/order-changed/da.json +15 -0
- package/dist/templates/buyer/order-changed/en.json +15 -0
- package/dist/templates/buyer/order-changed/template.mjml +63 -0
- package/dist/templates/buyer/order-confirmed/da.json +9 -0
- package/dist/templates/buyer/order-confirmed/en.json +9 -0
- package/dist/templates/buyer/order-confirmed/template.mjml +42 -0
- package/dist/templates/buyer/order-confirmed-already-booked/da.json +10 -0
- package/dist/templates/buyer/order-confirmed-already-booked/en.json +10 -0
- package/dist/templates/buyer/order-confirmed-already-booked/template.mjml +50 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/da.json +11 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/en.json +11 -0
- package/dist/templates/buyer/order-confirmed-w-reservations/template.mjml +59 -0
- package/dist/templates/buyer/order-declined/da.json +8 -0
- package/dist/templates/buyer/order-declined/en.json +8 -0
- package/dist/templates/buyer/order-declined/template.mjml +39 -0
- package/dist/templates/buyer/order-declined-coupon/da.json +11 -0
- package/dist/templates/buyer/order-declined-coupon/en.json +11 -0
- package/dist/templates/buyer/order-declined-coupon/template.mjml +69 -0
- package/dist/templates/buyer/order-placed/da.json +13 -13
- package/dist/templates/buyer/order-placed/en.json +13 -13
- package/dist/templates/buyer/order-placed/template.mjml +69 -69
- package/dist/templates/buyer/order-reservations-cancelled/da.json +6 -0
- package/dist/templates/buyer/order-reservations-cancelled/en.json +6 -0
- package/dist/templates/buyer/order-reservations-cancelled/template.mjml +16 -0
- package/dist/templates/buyer/payment-card-expired/da.json +12 -0
- package/dist/templates/buyer/payment-card-expired/en.json +12 -0
- package/dist/templates/buyer/payment-card-expired/template.mjml +47 -0
- package/dist/templates/buyer/payment-failed/da.json +13 -0
- package/dist/templates/buyer/payment-failed/en.json +13 -0
- package/dist/templates/buyer/payment-failed/template.mjml +55 -0
- package/dist/templates/buyer/payment-failed-new-deadline/da.json +13 -0
- package/dist/templates/buyer/payment-failed-new-deadline/en.json +13 -0
- package/dist/templates/buyer/payment-failed-new-deadline/template.mjml +55 -0
- package/dist/templates/buyer/payment-received/da.json +9 -0
- package/dist/templates/buyer/payment-received/en.json +9 -0
- package/dist/templates/buyer/payment-received/template.mjml +19 -0
- package/dist/templates/buyer/place-order-confirmed/da.json +17 -0
- package/dist/templates/buyer/place-order-confirmed/en.json +17 -0
- package/dist/templates/buyer/place-order-confirmed/template.mjml +102 -0
- package/dist/templates/buyer/rate2-reminder/da.json +12 -0
- package/dist/templates/buyer/rate2-reminder/en.json +12 -0
- package/dist/templates/buyer/rate2-reminder/template.mjml +47 -0
- package/dist/templates/supplier/account-restricted/da.json +8 -0
- package/dist/templates/supplier/account-restricted/en.json +8 -0
- package/dist/templates/supplier/account-restricted/template.mjml +24 -0
- package/dist/templates/supplier/account-restricted-soon/da.json +9 -0
- package/dist/templates/supplier/account-restricted-soon/en.json +9 -0
- package/dist/templates/supplier/account-restricted-soon/template.mjml +32 -0
- package/dist/templates/supplier/account-user-accepted-invitation/da.json +7 -7
- package/dist/templates/supplier/account-user-accepted-invitation/en.json +7 -7
- package/dist/templates/supplier/account-user-accepted-invitation/template.mjml +33 -33
- package/dist/templates/supplier/account-user-invite/da.json +7 -7
- package/dist/templates/supplier/account-user-invite/en.json +7 -7
- package/dist/templates/supplier/account-user-invite/template.mjml +32 -32
- package/dist/templates/supplier/bank-account-changed/da.json +7 -7
- package/dist/templates/supplier/bank-account-changed/en.json +7 -7
- package/dist/templates/supplier/bank-account-changed/template.mjml +31 -31
- package/dist/templates/supplier/deposit-not-reserved/da.json +11 -0
- package/dist/templates/supplier/deposit-not-reserved/en.json +11 -0
- package/dist/templates/supplier/deposit-not-reserved/template.mjml +37 -0
- package/dist/templates/supplier/manual-order-created/da.json +6 -0
- package/dist/templates/supplier/manual-order-created/en.json +6 -0
- package/dist/templates/supplier/manual-order-created/template.mjml +16 -0
- package/dist/templates/supplier/new-member/da.json +6 -0
- package/dist/templates/supplier/new-member/en.json +6 -0
- package/dist/templates/supplier/new-member/template.mjml +16 -0
- package/dist/templates/supplier/new-member-message/da.json +5 -0
- package/dist/templates/supplier/new-member-message/en.json +5 -0
- package/dist/templates/supplier/new-member-message/template.mjml +8 -0
- package/dist/templates/supplier/order-cancelled-by-customer/da.json +10 -0
- package/dist/templates/supplier/order-cancelled-by-customer/en.json +10 -0
- package/dist/templates/supplier/order-cancelled-by-customer/template.mjml +37 -0
- package/dist/templates/supplier/order-changed/da.json +15 -0
- package/dist/templates/supplier/order-changed/en.json +15 -0
- package/dist/templates/supplier/order-changed/template.mjml +63 -0
- package/dist/templates/supplier/order-received/da.json +11 -11
- package/dist/templates/supplier/order-received/en.json +11 -11
- package/dist/templates/supplier/order-received/template.mjml +81 -81
- package/dist/templates/supplier/order-reservations-cancelled/da.json +8 -0
- package/dist/templates/supplier/order-reservations-cancelled/en.json +8 -0
- package/dist/templates/supplier/order-reservations-cancelled/template.mjml +26 -0
- package/dist/templates/supplier/order-reservations-confirmed/da.json +10 -0
- package/dist/templates/supplier/order-reservations-confirmed/en.json +10 -0
- package/dist/templates/supplier/order-reservations-confirmed/template.mjml +44 -0
- package/dist/templates/supplier/payment-failed/da.json +12 -0
- package/dist/templates/supplier/payment-failed/en.json +12 -0
- package/dist/templates/supplier/payment-failed/template.mjml +56 -0
- package/dist/templates/supplier/payout/da.json +8 -0
- package/dist/templates/supplier/payout/en.json +8 -0
- package/dist/templates/supplier/payout/template.mjml +32 -0
- package/dist/templates/supplier/place-cancellation/da.json +12 -0
- package/dist/templates/supplier/place-cancellation/en.json +12 -0
- package/dist/templates/supplier/place-cancellation/template.mjml +46 -0
- package/dist/templates/supplier/place-order-received/da.json +18 -0
- package/dist/templates/supplier/place-order-received/en.json +18 -0
- package/dist/templates/supplier/place-order-received/template.mjml +100 -0
- package/dist/templates/supplier/supplier-approved/da.json +9 -9
- package/dist/templates/supplier/supplier-approved/en.json +9 -9
- package/dist/templates/supplier/supplier-approved/template.mjml +39 -39
- package/dist/templates/supplier/supplier-product-approved/da.json +15 -15
- package/dist/templates/supplier/supplier-product-approved/en.json +16 -16
- package/dist/templates/supplier/supplier-product-approved/template.mjml +83 -83
- package/dist/templates/supplier/supplier-public/da.json +38 -0
- package/dist/templates/supplier/supplier-public/en.json +38 -0
- package/dist/templates/supplier/supplier-public/template.mjml +218 -0
- package/dist/templates/supplier/supplier-registered/da.json +7 -7
- package/dist/templates/supplier/supplier-registered/en.json +6 -6
- package/dist/templates/supplier/supplier-registered/template.mjml +9 -9
- package/dist/templates/supplier/user-permission-changed/da.json +6 -0
- package/dist/templates/supplier/user-permission-changed/en.json +6 -0
- package/dist/templates/supplier/user-permission-changed/template.mjml +16 -0
- package/package.json +22 -22
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
<mj-section padding-bottom="10px">
|
|
2
|
-
<mj-column>
|
|
3
|
-
<mj-text>
|
|
4
|
-
<h3>[[pendingApproval_heading]]</h3>
|
|
5
|
-
<p>[[pendingApproval_body]]</p>
|
|
6
|
-
</mj-text>
|
|
7
|
-
</mj-column>
|
|
8
|
-
</mj-section>
|
|
9
|
-
|
|
10
|
-
<mj-section>
|
|
11
|
-
<mj-column>
|
|
12
|
-
<mj-divider />
|
|
13
|
-
</mj-column>
|
|
14
|
-
</mj-section>
|
|
15
|
-
|
|
16
|
-
<mj-section padding-top="10px" padding-bottom="10px">
|
|
17
|
-
<mj-column>
|
|
18
|
-
<mj-text>
|
|
19
|
-
<p>[[questions_body]]</p>
|
|
20
|
-
</mj-text>
|
|
21
|
-
</mj-column>
|
|
22
|
-
</mj-section>
|
|
23
|
-
|
|
24
|
-
<mj-section>
|
|
25
|
-
<mj-column>
|
|
26
|
-
<mj-button css-class="btn-link" href="{{{ catering_order.url }}}">
|
|
27
|
-
[[cta_viewOrder]]
|
|
28
|
-
</mj-button>
|
|
29
|
-
</mj-column>
|
|
30
|
-
</mj-section>
|
|
31
|
-
|
|
32
|
-
<mj-section padding-top="10px" padding-bottom="10px">
|
|
33
|
-
<mj-column>
|
|
34
|
-
<mj-text>
|
|
35
|
-
<p>[[login_body]]</p>
|
|
36
|
-
</mj-text>
|
|
37
|
-
</mj-column>
|
|
38
|
-
</mj-section>
|
|
39
|
-
|
|
40
|
-
<mj-section>
|
|
41
|
-
<mj-column>
|
|
42
|
-
<mj-divider />
|
|
43
|
-
</mj-column>
|
|
44
|
-
</mj-section>
|
|
45
|
-
|
|
46
|
-
<mj-section padding-top="10px" padding-bottom="10px">
|
|
47
|
-
<mj-column>
|
|
48
|
-
<mj-text>
|
|
49
|
-
<p><b>[[serving_title]]</b><br>
|
|
50
|
-
{{ catering_order.selectedDate }} · [[serving_at]] {{ catering_order.selectedTime }}</p>
|
|
51
|
-
<p>[[serving_note]]</p>
|
|
52
|
-
</mj-text>
|
|
53
|
-
</mj-column>
|
|
54
|
-
</mj-section>
|
|
55
|
-
|
|
56
|
-
<mj-section>
|
|
57
|
-
<mj-column>
|
|
58
|
-
<mj-divider />
|
|
59
|
-
</mj-column>
|
|
60
|
-
</mj-section>
|
|
61
|
-
|
|
62
|
-
<mj-section padding-top="10px" padding-bottom="10px">
|
|
63
|
-
<mj-column>
|
|
64
|
-
<mj-text>
|
|
65
|
-
<p><b>[[invoice_title]]</b><br>
|
|
66
|
-
[[invoice_body]]</p>
|
|
67
|
-
</mj-text>
|
|
68
|
-
</mj-column>
|
|
69
|
-
</mj-section>
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<h3>[[pendingApproval_heading]]</h3>
|
|
5
|
+
<p>[[pendingApproval_body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section>
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-divider />
|
|
13
|
+
</mj-column>
|
|
14
|
+
</mj-section>
|
|
15
|
+
|
|
16
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
17
|
+
<mj-column>
|
|
18
|
+
<mj-text>
|
|
19
|
+
<p>[[questions_body]]</p>
|
|
20
|
+
</mj-text>
|
|
21
|
+
</mj-column>
|
|
22
|
+
</mj-section>
|
|
23
|
+
|
|
24
|
+
<mj-section>
|
|
25
|
+
<mj-column>
|
|
26
|
+
<mj-button css-class="btn-link" href="{{{ catering_order.url }}}">
|
|
27
|
+
[[cta_viewOrder]]
|
|
28
|
+
</mj-button>
|
|
29
|
+
</mj-column>
|
|
30
|
+
</mj-section>
|
|
31
|
+
|
|
32
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
33
|
+
<mj-column>
|
|
34
|
+
<mj-text>
|
|
35
|
+
<p>[[login_body]]</p>
|
|
36
|
+
</mj-text>
|
|
37
|
+
</mj-column>
|
|
38
|
+
</mj-section>
|
|
39
|
+
|
|
40
|
+
<mj-section>
|
|
41
|
+
<mj-column>
|
|
42
|
+
<mj-divider />
|
|
43
|
+
</mj-column>
|
|
44
|
+
</mj-section>
|
|
45
|
+
|
|
46
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
47
|
+
<mj-column>
|
|
48
|
+
<mj-text>
|
|
49
|
+
<p><b>[[serving_title]]</b><br>
|
|
50
|
+
{{ catering_order.selectedDate }} · [[serving_at]] {{ catering_order.selectedTime }}</p>
|
|
51
|
+
<p>[[serving_note]]</p>
|
|
52
|
+
</mj-text>
|
|
53
|
+
</mj-column>
|
|
54
|
+
</mj-section>
|
|
55
|
+
|
|
56
|
+
<mj-section>
|
|
57
|
+
<mj-column>
|
|
58
|
+
<mj-divider />
|
|
59
|
+
</mj-column>
|
|
60
|
+
</mj-section>
|
|
61
|
+
|
|
62
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
63
|
+
<mj-column>
|
|
64
|
+
<mj-text>
|
|
65
|
+
<p><b>[[invoice_title]]</b><br>
|
|
66
|
+
[[invoice_body]]</p>
|
|
67
|
+
</mj-text>
|
|
68
|
+
</mj-column>
|
|
69
|
+
</mj-section>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Din bestilling hos {{catering.title}} er annulleret",
|
|
3
|
+
"greeting": "Hej {{ user.name }},",
|
|
4
|
+
"body": "Vi beklager at måtte informere dig om, at din bestilling hos {{catering.title}} er blevet annulleret, da forbeholdene ikke blev godkendt inden for tidsfristen.",
|
|
5
|
+
"button_view_order": "Se din bestilling"
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Your order with {{catering.title}} has been cancelled",
|
|
3
|
+
"greeting": "Hi {{ user.name }},",
|
|
4
|
+
"body": "We're sorry to inform you that your order with {{catering.title}} has been cancelled as the reservations were not approved within the deadline.",
|
|
5
|
+
"button_view_order": "View your order"
|
|
6
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section>
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-button css-class="btn-link" href="{{{ catering_order.url }}}">
|
|
13
|
+
[[button_view_order]]
|
|
14
|
+
</mj-button>
|
|
15
|
+
</mj-column>
|
|
16
|
+
</mj-section>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Dit betalingskort er udløbet – Ordre #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hej {{ user.firstName }},",
|
|
4
|
+
"body": "Vi har forsøgt at trække 2. rate for din bestilling #{{ order.id8digit }} hos {{collection.title}}, men dit betalingskort er udløbet.",
|
|
5
|
+
"amount_label": "Beløb:",
|
|
6
|
+
"card_label": "Betalingskort:",
|
|
7
|
+
"date_label": "Dato:",
|
|
8
|
+
"event_date_label": "Arrangementsdato:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-ud:",
|
|
11
|
+
"contact_text": "Kontakt os venligst hurtigst muligt for at opdatere dit betalingskort. Vi kan kontaktes på tlf."
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Your payment card has expired – Order #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hi {{ user.firstName }},",
|
|
4
|
+
"body": "We attempted to charge the 2nd instalment for your order #{{ order.id8digit }} with {{collection.title}}, but your payment card has expired.",
|
|
5
|
+
"amount_label": "Amount:",
|
|
6
|
+
"card_label": "Payment card:",
|
|
7
|
+
"date_label": "Date:",
|
|
8
|
+
"event_date_label": "Event date:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-out:",
|
|
11
|
+
"contact_text": "Please contact us as soon as possible to update your payment card. You can reach us at"
|
|
12
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[amount_label]]</b> {{ invoice_transaction.amountRate2 }}<br>
|
|
14
|
+
<b>[[card_label]]</b> {{ paymentCard }}<br>
|
|
15
|
+
<b>[[date_label]]</b> {{ nowTimestamp }}</p>
|
|
16
|
+
</mj-text>
|
|
17
|
+
</mj-column>
|
|
18
|
+
</mj-section>
|
|
19
|
+
|
|
20
|
+
<mj-raw>{{#if order_catering.catererSelectedDate}}</mj-raw>
|
|
21
|
+
<mj-section padding-bottom="10px">
|
|
22
|
+
<mj-column>
|
|
23
|
+
<mj-text>
|
|
24
|
+
<p><b>[[event_date_label]]</b> {{ order_catering.catererSelectedDate }}</p>
|
|
25
|
+
</mj-text>
|
|
26
|
+
</mj-column>
|
|
27
|
+
</mj-section>
|
|
28
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
29
|
+
|
|
30
|
+
<mj-raw>{{#if isPlace}}</mj-raw>
|
|
31
|
+
<mj-section padding-bottom="10px">
|
|
32
|
+
<mj-column>
|
|
33
|
+
<mj-text>
|
|
34
|
+
<p><b>[[checkin_label]]</b> {{ order_place.checkInAtDate }}<br>
|
|
35
|
+
<b>[[checkout_label]]</b> {{ order_place.checkOutAtDate }}</p>
|
|
36
|
+
</mj-text>
|
|
37
|
+
</mj-column>
|
|
38
|
+
</mj-section>
|
|
39
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
40
|
+
|
|
41
|
+
<mj-section padding-top="10px">
|
|
42
|
+
<mj-column>
|
|
43
|
+
<mj-text>
|
|
44
|
+
<p>[[contact_text]] {{ user.phone }}</p>
|
|
45
|
+
</mj-text>
|
|
46
|
+
</mj-column>
|
|
47
|
+
</mj-section>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Betaling mislykket – Ordre #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hej {{ user.name }},",
|
|
4
|
+
"body": "Din betaling for bestilling #{{ order.id8digit }} hos {{collection.title}} er desværre mislykket.",
|
|
5
|
+
"amount_label": "Beløb:",
|
|
6
|
+
"card_label": "Betalingskort:",
|
|
7
|
+
"date_label": "Dato:",
|
|
8
|
+
"event_date_label": "Arrangementsdato:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-ud:",
|
|
11
|
+
"deadline_text": "Betal venligst inden",
|
|
12
|
+
"button_pay_now": "Betal nu"
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Payment failed – Order #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hi {{ user.name }},",
|
|
4
|
+
"body": "Your payment for order #{{ order.id8digit }} with {{collection.title}} has unfortunately failed.",
|
|
5
|
+
"amount_label": "Amount:",
|
|
6
|
+
"card_label": "Payment card:",
|
|
7
|
+
"date_label": "Date:",
|
|
8
|
+
"event_date_label": "Event date:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-out:",
|
|
11
|
+
"deadline_text": "Please pay before",
|
|
12
|
+
"button_pay_now": "Pay now"
|
|
13
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[amount_label]]</b> {{ order.calcMissingPayment }}<br>
|
|
14
|
+
<b>[[card_label]]</b> {{ paymentCard }}<br>
|
|
15
|
+
<b>[[date_label]]</b> {{ nowTimestamp }}</p>
|
|
16
|
+
</mj-text>
|
|
17
|
+
</mj-column>
|
|
18
|
+
</mj-section>
|
|
19
|
+
|
|
20
|
+
<mj-raw>{{#if order_catering}}</mj-raw>
|
|
21
|
+
<mj-section padding-bottom="10px">
|
|
22
|
+
<mj-column>
|
|
23
|
+
<mj-text>
|
|
24
|
+
<p><b>[[event_date_label]]</b> {{ order_catering.catererSelectedDate }}</p>
|
|
25
|
+
</mj-text>
|
|
26
|
+
</mj-column>
|
|
27
|
+
</mj-section>
|
|
28
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
29
|
+
|
|
30
|
+
<mj-raw>{{#if order_place}}</mj-raw>
|
|
31
|
+
<mj-section padding-bottom="10px">
|
|
32
|
+
<mj-column>
|
|
33
|
+
<mj-text>
|
|
34
|
+
<p><b>[[checkin_label]]</b> {{ order_place.checkInAtDate }}<br>
|
|
35
|
+
<b>[[checkout_label]]</b> {{ order_place.checkOutAtDate }}</p>
|
|
36
|
+
</mj-text>
|
|
37
|
+
</mj-column>
|
|
38
|
+
</mj-section>
|
|
39
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
40
|
+
|
|
41
|
+
<mj-section padding-bottom="10px">
|
|
42
|
+
<mj-column>
|
|
43
|
+
<mj-text>
|
|
44
|
+
<p>[[deadline_text]] {{ newPaymentDeadline }}</p>
|
|
45
|
+
</mj-text>
|
|
46
|
+
</mj-column>
|
|
47
|
+
</mj-section>
|
|
48
|
+
|
|
49
|
+
<mj-section>
|
|
50
|
+
<mj-column>
|
|
51
|
+
<mj-button css-class="btn-link" href="{{{ paymentURL }}}">
|
|
52
|
+
[[button_pay_now]]
|
|
53
|
+
</mj-button>
|
|
54
|
+
</mj-column>
|
|
55
|
+
</mj-section>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Ny betalingsfrist – Ordre #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hej {{ user.name }},",
|
|
4
|
+
"body": "Din betaling for bestilling #{{ order.id8digit }} hos {{collection.title}} er stadig ikke modtaget. Du har fået en ny betalingsfrist.",
|
|
5
|
+
"amount_label": "Beløb:",
|
|
6
|
+
"card_label": "Betalingskort:",
|
|
7
|
+
"deadline_label": "Ny frist:",
|
|
8
|
+
"event_date_label": "Arrangementsdato:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-ud:",
|
|
11
|
+
"button_pay_now": "Betal nu",
|
|
12
|
+
"cancel_warning": "Hvis betalingen ikke modtages inden fristen, vil bestillingen blive annulleret."
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "New payment deadline – Order #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hi {{ user.name }},",
|
|
4
|
+
"body": "Your payment for order #{{ order.id8digit }} with {{collection.title}} has still not been received. You have been given a new payment deadline.",
|
|
5
|
+
"amount_label": "Amount:",
|
|
6
|
+
"card_label": "Payment card:",
|
|
7
|
+
"deadline_label": "New deadline:",
|
|
8
|
+
"event_date_label": "Event date:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-out:",
|
|
11
|
+
"button_pay_now": "Pay now",
|
|
12
|
+
"cancel_warning": "If payment is not received before the deadline, the order will be cancelled."
|
|
13
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[amount_label]]</b> {{ order.calcMissingPayment }}<br>
|
|
14
|
+
<b>[[card_label]]</b> {{ paymentCard }}<br>
|
|
15
|
+
<b>[[deadline_label]]</b> {{ newPaymentDeadline }}</p>
|
|
16
|
+
</mj-text>
|
|
17
|
+
</mj-column>
|
|
18
|
+
</mj-section>
|
|
19
|
+
|
|
20
|
+
<mj-raw>{{#if order_catering}}</mj-raw>
|
|
21
|
+
<mj-section padding-bottom="10px">
|
|
22
|
+
<mj-column>
|
|
23
|
+
<mj-text>
|
|
24
|
+
<p><b>[[event_date_label]]</b> {{ order_catering.catererSelectedDate }}</p>
|
|
25
|
+
</mj-text>
|
|
26
|
+
</mj-column>
|
|
27
|
+
</mj-section>
|
|
28
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
29
|
+
|
|
30
|
+
<mj-raw>{{#if order_place}}</mj-raw>
|
|
31
|
+
<mj-section padding-bottom="10px">
|
|
32
|
+
<mj-column>
|
|
33
|
+
<mj-text>
|
|
34
|
+
<p><b>[[checkin_label]]</b> {{ order_place.checkInAtDate }}<br>
|
|
35
|
+
<b>[[checkout_label]]</b> {{ order_place.checkOutAtDate }}</p>
|
|
36
|
+
</mj-text>
|
|
37
|
+
</mj-column>
|
|
38
|
+
</mj-section>
|
|
39
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
40
|
+
|
|
41
|
+
<mj-section>
|
|
42
|
+
<mj-column>
|
|
43
|
+
<mj-button css-class="btn-link" href="{{{ paymentURL }}}">
|
|
44
|
+
[[button_pay_now]]
|
|
45
|
+
</mj-button>
|
|
46
|
+
</mj-column>
|
|
47
|
+
</mj-section>
|
|
48
|
+
|
|
49
|
+
<mj-section padding-top="10px">
|
|
50
|
+
<mj-column>
|
|
51
|
+
<mj-text>
|
|
52
|
+
<p>[[cancel_warning]]</p>
|
|
53
|
+
</mj-text>
|
|
54
|
+
</mj-column>
|
|
55
|
+
</mj-section>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Betaling modtaget – Ordre #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hej {{ user.name }},",
|
|
4
|
+
"body": "Vi bekræfter hermed, at vi har modtaget din betaling for ordre #{{ order.id8digit }}.",
|
|
5
|
+
"invoice_label": "Faktura",
|
|
6
|
+
"amount_label": "Beløb:",
|
|
7
|
+
"card_label": "Betalingskort:",
|
|
8
|
+
"date_label": "Betalingsdato:"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Payment received – Order #{{ order.id8digit }}",
|
|
3
|
+
"greeting": "Hi {{ user.name }},",
|
|
4
|
+
"body": "We hereby confirm that we have received your payment for order #{{ order.id8digit }}.",
|
|
5
|
+
"invoice_label": "Invoice",
|
|
6
|
+
"amount_label": "Amount:",
|
|
7
|
+
"card_label": "Payment card:",
|
|
8
|
+
"date_label": "Payment date:"
|
|
9
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[invoice_label]]</b> #{{ invoice.id }}<br>
|
|
14
|
+
<b>[[amount_label]]</b> {{ invoice.transactionAmount }}<br>
|
|
15
|
+
<b>[[card_label]]</b> {{ invoice.paymentCard }}<br>
|
|
16
|
+
<b>[[date_label]]</b> {{ invoice.paymentDate }}</p>
|
|
17
|
+
</mj-text>
|
|
18
|
+
</mj-column>
|
|
19
|
+
</mj-section>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Booking bekræftet – {{place.title}}",
|
|
3
|
+
"greeting": "Hej,",
|
|
4
|
+
"body": "Din booking hos {{place.title}} er bekræftet!",
|
|
5
|
+
"booking_label": "Booking",
|
|
6
|
+
"checkin_label": "Check-in:",
|
|
7
|
+
"checkout_label": "Check-ud:",
|
|
8
|
+
"total_label": "Total:",
|
|
9
|
+
"rate1_label": "1. rate:",
|
|
10
|
+
"rate2_label": "2. rate:",
|
|
11
|
+
"rate2_date_label": "2. rate trækkes:",
|
|
12
|
+
"deposit_label": "Depositum:",
|
|
13
|
+
"deposit_date_label": "Depositum trækkes:",
|
|
14
|
+
"key_instructions_label": "Nøgleoplysninger",
|
|
15
|
+
"rules_label": "Husregler",
|
|
16
|
+
"cancellation_label": "Afbestillingspolitik:"
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Booking confirmed – {{place.title}}",
|
|
3
|
+
"greeting": "Hello,",
|
|
4
|
+
"body": "Your booking at {{place.title}} has been confirmed!",
|
|
5
|
+
"booking_label": "Booking",
|
|
6
|
+
"checkin_label": "Check-in:",
|
|
7
|
+
"checkout_label": "Check-out:",
|
|
8
|
+
"total_label": "Total:",
|
|
9
|
+
"rate1_label": "1st instalment:",
|
|
10
|
+
"rate2_label": "2nd instalment:",
|
|
11
|
+
"rate2_date_label": "2nd instalment charged:",
|
|
12
|
+
"deposit_label": "Deposit:",
|
|
13
|
+
"deposit_date_label": "Deposit charged:",
|
|
14
|
+
"key_instructions_label": "Key instructions",
|
|
15
|
+
"rules_label": "House rules",
|
|
16
|
+
"cancellation_label": "Cancellation policy:"
|
|
17
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
<mj-section padding-bottom="10px">
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[greeting]]</p>
|
|
5
|
+
<p>[[body]]</p>
|
|
6
|
+
</mj-text>
|
|
7
|
+
</mj-column>
|
|
8
|
+
</mj-section>
|
|
9
|
+
|
|
10
|
+
<mj-section padding-bottom="10px">
|
|
11
|
+
<mj-column>
|
|
12
|
+
<mj-text>
|
|
13
|
+
<p><b>[[booking_label]]</b> #{{ booking.id8digit }}<br>
|
|
14
|
+
<b>[[checkin_label]]</b> {{ booking.checkInAtDate }} {{ booking.checkInAtTime }}<br>
|
|
15
|
+
<b>[[checkout_label]]</b> {{ booking.checkOutAtDate }} {{ booking.checkOutAtTime }}</p>
|
|
16
|
+
</mj-text>
|
|
17
|
+
</mj-column>
|
|
18
|
+
</mj-section>
|
|
19
|
+
|
|
20
|
+
<mj-section>
|
|
21
|
+
<mj-column>
|
|
22
|
+
<mj-divider />
|
|
23
|
+
</mj-column>
|
|
24
|
+
</mj-section>
|
|
25
|
+
|
|
26
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
27
|
+
<mj-column>
|
|
28
|
+
<mj-text>
|
|
29
|
+
<p><b>[[total_label]]</b> {{ booking.price.total }}</p>
|
|
30
|
+
</mj-text>
|
|
31
|
+
</mj-column>
|
|
32
|
+
</mj-section>
|
|
33
|
+
|
|
34
|
+
<mj-raw>{{#if booking.instalment}}</mj-raw>
|
|
35
|
+
<mj-section padding-bottom="10px">
|
|
36
|
+
<mj-column>
|
|
37
|
+
<mj-text>
|
|
38
|
+
<p><b>[[rate1_label]]</b> {{ invoice.price.rates.rate1 }}</p>
|
|
39
|
+
</mj-text>
|
|
40
|
+
</mj-column>
|
|
41
|
+
</mj-section>
|
|
42
|
+
|
|
43
|
+
<mj-raw>{{#if invoice.price.rates.rate2}}</mj-raw>
|
|
44
|
+
<mj-section padding-bottom="10px">
|
|
45
|
+
<mj-column>
|
|
46
|
+
<mj-text>
|
|
47
|
+
<p><b>[[rate2_label]]</b> {{ invoice.price.rates.rate2 }}<br>
|
|
48
|
+
<b>[[rate2_date_label]]</b> {{ invoice_transaction.reserveAtRate2Dt }}</p>
|
|
49
|
+
</mj-text>
|
|
50
|
+
</mj-column>
|
|
51
|
+
</mj-section>
|
|
52
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
53
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
54
|
+
|
|
55
|
+
<mj-raw>{{#if invoice_transaction.amountDeposit}}</mj-raw>
|
|
56
|
+
<mj-section padding-bottom="10px">
|
|
57
|
+
<mj-column>
|
|
58
|
+
<mj-text>
|
|
59
|
+
<p><b>[[deposit_label]]</b> {{ invoice_transaction.amountDeposit }}<br>
|
|
60
|
+
<b>[[deposit_date_label]]</b> {{ invoice_transaction.reserveAtDepositDt }}</p>
|
|
61
|
+
</mj-text>
|
|
62
|
+
</mj-column>
|
|
63
|
+
</mj-section>
|
|
64
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
65
|
+
|
|
66
|
+
<mj-raw>{{#if place.keyInstructions}}</mj-raw>
|
|
67
|
+
<mj-section>
|
|
68
|
+
<mj-column>
|
|
69
|
+
<mj-divider />
|
|
70
|
+
</mj-column>
|
|
71
|
+
</mj-section>
|
|
72
|
+
|
|
73
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
74
|
+
<mj-column>
|
|
75
|
+
<mj-text>
|
|
76
|
+
<p><b>[[key_instructions_label]]</b></p>
|
|
77
|
+
<p>{{{ place.keyInstructions }}}</p>
|
|
78
|
+
</mj-text>
|
|
79
|
+
</mj-column>
|
|
80
|
+
</mj-section>
|
|
81
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
82
|
+
|
|
83
|
+
<mj-raw>{{#if place.rules}}</mj-raw>
|
|
84
|
+
<mj-section padding-bottom="10px">
|
|
85
|
+
<mj-column>
|
|
86
|
+
<mj-text>
|
|
87
|
+
<p><b>[[rules_label]]</b></p>
|
|
88
|
+
<p>{{{ place.rules }}}</p>
|
|
89
|
+
</mj-text>
|
|
90
|
+
</mj-column>
|
|
91
|
+
</mj-section>
|
|
92
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
93
|
+
|
|
94
|
+
<mj-raw>{{#if booking.cancellationPolicyName}}</mj-raw>
|
|
95
|
+
<mj-section padding-bottom="10px">
|
|
96
|
+
<mj-column>
|
|
97
|
+
<mj-text>
|
|
98
|
+
<p><b>[[cancellation_label]]</b> {{ booking.cancellationPolicyName }}</p>
|
|
99
|
+
</mj-text>
|
|
100
|
+
</mj-column>
|
|
101
|
+
</mj-section>
|
|
102
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Påmindelse: 2. rate for bestilling hos {{collection.title}}",
|
|
3
|
+
"greeting": "Hej {{ user.firstName }},",
|
|
4
|
+
"body": "Dette er en påmindelse om, at 2. rate for din bestilling #{{ order.id8digit }} hos {{collection.title}} snart forfalder.",
|
|
5
|
+
"amount_label": "Beløb:",
|
|
6
|
+
"payment_date_label": "Betalingsdato:",
|
|
7
|
+
"card_label": "Betalingskort:",
|
|
8
|
+
"event_date_label": "Arrangementsdato:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-ud:",
|
|
11
|
+
"card_update_text": "Sørg venligst for, at dit betalingskort er gyldigt og har tilstrækkelig dækning inden betalingsdatoen."
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Reminder: 2nd instalment for order with {{collection.title}}",
|
|
3
|
+
"greeting": "Hi {{ user.firstName }},",
|
|
4
|
+
"body": "This is a reminder that the 2nd instalment for your order #{{ order.id8digit }} with {{collection.title}} is due soon.",
|
|
5
|
+
"amount_label": "Amount:",
|
|
6
|
+
"payment_date_label": "Payment date:",
|
|
7
|
+
"card_label": "Payment card:",
|
|
8
|
+
"event_date_label": "Event date:",
|
|
9
|
+
"checkin_label": "Check-in:",
|
|
10
|
+
"checkout_label": "Check-out:",
|
|
11
|
+
"card_update_text": "Please ensure your payment card is valid and has sufficient funds before the payment date."
|
|
12
|
+
}
|