@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
|
@@ -0,0 +1,46 @@
|
|
|
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> #{{ order.id8digit }}<br>
|
|
14
|
+
<b>[[checkin_label]]</b> {{ order_place.checkInAtDate }}<br>
|
|
15
|
+
<b>[[checkout_label]]</b> {{ order_place.checkOutAtDate }}</p>
|
|
16
|
+
</mj-text>
|
|
17
|
+
</mj-column>
|
|
18
|
+
</mj-section>
|
|
19
|
+
|
|
20
|
+
<mj-raw>{{#if aarsag}}</mj-raw>
|
|
21
|
+
<mj-section padding-bottom="10px">
|
|
22
|
+
<mj-column>
|
|
23
|
+
<mj-text>
|
|
24
|
+
<p><b>[[reason_label]]</b></p>
|
|
25
|
+
<p>{{{ aarsag }}}</p>
|
|
26
|
+
</mj-text>
|
|
27
|
+
</mj-column>
|
|
28
|
+
</mj-section>
|
|
29
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
30
|
+
|
|
31
|
+
<mj-section padding-bottom="10px">
|
|
32
|
+
<mj-column>
|
|
33
|
+
<mj-text>
|
|
34
|
+
<p><b>[[amount_paid_label]]</b> {{ invoice.amountPaidTotal }}<br>
|
|
35
|
+
<b>[[amount_refunded_label]]</b> {{ invoice.amountRefundedFromHost }}</p>
|
|
36
|
+
</mj-text>
|
|
37
|
+
</mj-column>
|
|
38
|
+
</mj-section>
|
|
39
|
+
|
|
40
|
+
<mj-section>
|
|
41
|
+
<mj-column>
|
|
42
|
+
<mj-button css-class="btn-link" href="{{{ order.url }}}">
|
|
43
|
+
[[button_view_booking]]
|
|
44
|
+
</mj-button>
|
|
45
|
+
</mj-column>
|
|
46
|
+
</mj-section>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Ny booking modtaget – {{place.title}}",
|
|
3
|
+
"greeting": "Hej {{ place.contact.name }},",
|
|
4
|
+
"body": "Du har modtaget en ny booking hos {{place.title}}.",
|
|
5
|
+
"booking_label": "Booking",
|
|
6
|
+
"checkin_label": "Check-in:",
|
|
7
|
+
"checkout_label": "Check-ud:",
|
|
8
|
+
"guests_label": "Antal gæster:",
|
|
9
|
+
"guest_label": "Gæst",
|
|
10
|
+
"birthdate_label": "Fødselsdato:",
|
|
11
|
+
"total_label": "Total:",
|
|
12
|
+
"rate1_label": "1. rate:",
|
|
13
|
+
"rate2_label": "2. rate:",
|
|
14
|
+
"rate2_date_label": "2. rate trækkes:",
|
|
15
|
+
"deposit_label": "Depositum:",
|
|
16
|
+
"deposit_date_label": "Depositum trækkes:",
|
|
17
|
+
"event_description_label": "Beskrivelse af arrangement"
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "New booking received – {{place.title}}",
|
|
3
|
+
"greeting": "Hi {{ place.contact.name }},",
|
|
4
|
+
"body": "You have received a new booking at {{place.title}}.",
|
|
5
|
+
"booking_label": "Booking",
|
|
6
|
+
"checkin_label": "Check-in:",
|
|
7
|
+
"checkout_label": "Check-out:",
|
|
8
|
+
"guests_label": "Number of guests:",
|
|
9
|
+
"guest_label": "Guest",
|
|
10
|
+
"birthdate_label": "Date of birth:",
|
|
11
|
+
"total_label": "Total:",
|
|
12
|
+
"rate1_label": "1st instalment:",
|
|
13
|
+
"rate2_label": "2nd instalment:",
|
|
14
|
+
"rate2_date_label": "2nd instalment charged:",
|
|
15
|
+
"deposit_label": "Deposit:",
|
|
16
|
+
"deposit_date_label": "Deposit charged:",
|
|
17
|
+
"event_description_label": "Event description"
|
|
18
|
+
}
|
|
@@ -0,0 +1,100 @@
|
|
|
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 }}<br>
|
|
16
|
+
<b>[[guests_label]]</b> {{ booking.numOfGuests }}</p>
|
|
17
|
+
</mj-text>
|
|
18
|
+
</mj-column>
|
|
19
|
+
</mj-section>
|
|
20
|
+
|
|
21
|
+
<mj-section>
|
|
22
|
+
<mj-column>
|
|
23
|
+
<mj-divider />
|
|
24
|
+
</mj-column>
|
|
25
|
+
</mj-section>
|
|
26
|
+
|
|
27
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
28
|
+
<mj-column>
|
|
29
|
+
<mj-text>
|
|
30
|
+
<p><b>[[guest_label]]</b><br>
|
|
31
|
+
{{ invoice.user.name }}<br>
|
|
32
|
+
{{ invoice.user.email }}<br>
|
|
33
|
+
{{ invoice.user.phone }}</p>
|
|
34
|
+
</mj-text>
|
|
35
|
+
</mj-column>
|
|
36
|
+
</mj-section>
|
|
37
|
+
|
|
38
|
+
<mj-raw>{{#if invoice.user.birthDate}}</mj-raw>
|
|
39
|
+
<mj-section padding-bottom="10px">
|
|
40
|
+
<mj-column>
|
|
41
|
+
<mj-text>
|
|
42
|
+
<p><b>[[birthdate_label]]</b> {{ invoice.user.birthDate }} ({{ invoice.user.ageCalculated }})</p>
|
|
43
|
+
</mj-text>
|
|
44
|
+
</mj-column>
|
|
45
|
+
</mj-section>
|
|
46
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
47
|
+
|
|
48
|
+
<mj-section>
|
|
49
|
+
<mj-column>
|
|
50
|
+
<mj-divider />
|
|
51
|
+
</mj-column>
|
|
52
|
+
</mj-section>
|
|
53
|
+
|
|
54
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
55
|
+
<mj-column>
|
|
56
|
+
<mj-text>
|
|
57
|
+
<p><b>[[total_label]]</b> {{ invoice.price.total }}</p>
|
|
58
|
+
<p><b>[[rate1_label]]</b> {{ invoice_transaction.amountRate1MinusFee }}</p>
|
|
59
|
+
</mj-text>
|
|
60
|
+
</mj-column>
|
|
61
|
+
</mj-section>
|
|
62
|
+
|
|
63
|
+
<mj-raw>{{#if invoice_transaction.amountRate2}}</mj-raw>
|
|
64
|
+
<mj-section padding-bottom="10px">
|
|
65
|
+
<mj-column>
|
|
66
|
+
<mj-text>
|
|
67
|
+
<p><b>[[rate2_label]]</b> {{ invoice_transaction.amountRate2 }}<br>
|
|
68
|
+
<b>[[rate2_date_label]]</b> {{ invoice_transaction.reserveAtRate2Date }}</p>
|
|
69
|
+
</mj-text>
|
|
70
|
+
</mj-column>
|
|
71
|
+
</mj-section>
|
|
72
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
73
|
+
|
|
74
|
+
<mj-raw>{{#if invoice_transaction.amountDeposit}}</mj-raw>
|
|
75
|
+
<mj-section padding-bottom="10px">
|
|
76
|
+
<mj-column>
|
|
77
|
+
<mj-text>
|
|
78
|
+
<p><b>[[deposit_label]]</b> {{ invoice_transaction.amountDeposit }}<br>
|
|
79
|
+
<b>[[deposit_date_label]]</b> {{ invoice_transaction.reserveAtDepositDate }}</p>
|
|
80
|
+
</mj-text>
|
|
81
|
+
</mj-column>
|
|
82
|
+
</mj-section>
|
|
83
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
84
|
+
|
|
85
|
+
<mj-raw>{{#if booking.eventDescription}}</mj-raw>
|
|
86
|
+
<mj-section>
|
|
87
|
+
<mj-column>
|
|
88
|
+
<mj-divider />
|
|
89
|
+
</mj-column>
|
|
90
|
+
</mj-section>
|
|
91
|
+
|
|
92
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
93
|
+
<mj-column>
|
|
94
|
+
<mj-text>
|
|
95
|
+
<p><b>[[event_description_label]]</b></p>
|
|
96
|
+
<p>{{{ booking.eventDescription }}}</p>
|
|
97
|
+
</mj-text>
|
|
98
|
+
</mj-column>
|
|
99
|
+
</mj-section>
|
|
100
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Din forretning er nu godkendt",
|
|
3
|
-
"intro_greeting": "Hej {{ user.name }},",
|
|
4
|
-
"intro_body": "Vi har nu godkendt din forretning og du er klar til at komme i gang på Nuento. Vi glæder os til at få dig med ombord! 🎉",
|
|
5
|
-
"button_instruction": "Tryk blot på knappen nedenfor for at oprette din menu.",
|
|
6
|
-
"button_text": "Påbegynd oprettelse",
|
|
7
|
-
"support_heading": "Har du brug for hjælp?",
|
|
8
|
-
"support_body": "Så tøv ikke med at kontakte os."
|
|
9
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"subject": "Din forretning er nu godkendt",
|
|
3
|
+
"intro_greeting": "Hej {{ user.name }},",
|
|
4
|
+
"intro_body": "Vi har nu godkendt din forretning og du er klar til at komme i gang på Nuento. Vi glæder os til at få dig med ombord! 🎉",
|
|
5
|
+
"button_instruction": "Tryk blot på knappen nedenfor for at oprette din menu.",
|
|
6
|
+
"button_text": "Påbegynd oprettelse",
|
|
7
|
+
"support_heading": "Har du brug for hjælp?",
|
|
8
|
+
"support_body": "Så tøv ikke med at kontakte os."
|
|
9
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Your business has been approved",
|
|
3
|
-
"intro_greeting": "Hi {{ user.name }},",
|
|
4
|
-
"intro_body": "We have now approved your business and you are ready to get started on Nuento. We look forward to having you on board! 🎉",
|
|
5
|
-
"button_instruction": "Simply click the button below to create your menu.",
|
|
6
|
-
"button_text": "Start setup",
|
|
7
|
-
"support_heading": "Need help?",
|
|
8
|
-
"support_body": "Don't hesitate to contact us."
|
|
9
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"subject": "Your business has been approved",
|
|
3
|
+
"intro_greeting": "Hi {{ user.name }},",
|
|
4
|
+
"intro_body": "We have now approved your business and you are ready to get started on Nuento. We look forward to having you on board! 🎉",
|
|
5
|
+
"button_instruction": "Simply click the button below to create your menu.",
|
|
6
|
+
"button_text": "Start setup",
|
|
7
|
+
"support_heading": "Need help?",
|
|
8
|
+
"support_body": "Don't hesitate to contact us."
|
|
9
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
<mj-section>
|
|
2
|
-
<mj-column>
|
|
3
|
-
<mj-text>
|
|
4
|
-
<p>[[intro_greeting]]</p>
|
|
5
|
-
<p>[[intro_body]]</p>
|
|
6
|
-
<p>[[button_instruction]]</p>
|
|
7
|
-
</mj-text>
|
|
8
|
-
</mj-column>
|
|
9
|
-
</mj-section>
|
|
10
|
-
|
|
11
|
-
<mj-section>
|
|
12
|
-
<mj-column>
|
|
13
|
-
<mj-button
|
|
14
|
-
css-class="btn-link"
|
|
15
|
-
font-size="18px"
|
|
16
|
-
align="left"
|
|
17
|
-
color="#ffffff"
|
|
18
|
-
background-color="#11141A"
|
|
19
|
-
href="{{ createSupplierUrl }}"
|
|
20
|
-
>
|
|
21
|
-
[[button_text]]
|
|
22
|
-
</mj-button>
|
|
23
|
-
</mj-column>
|
|
24
|
-
</mj-section>
|
|
25
|
-
|
|
26
|
-
<mj-section padding-top="10px" padding-bottom="10px">
|
|
27
|
-
<mj-column>
|
|
28
|
-
<mj-text>
|
|
29
|
-
<p>
|
|
30
|
-
<font size="4"><b>[[support_heading]]</b></font>
|
|
31
|
-
</p>
|
|
32
|
-
<p>[[support_body]]</p>
|
|
33
|
-
<p>
|
|
34
|
-
{{ support.email }}
|
|
35
|
-
<br /><a href="tel:{{ support.phone }}">{{ support.phone }}</a>
|
|
36
|
-
</p>
|
|
37
|
-
</mj-text>
|
|
38
|
-
</mj-column>
|
|
39
|
-
</mj-section>
|
|
1
|
+
<mj-section>
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[intro_greeting]]</p>
|
|
5
|
+
<p>[[intro_body]]</p>
|
|
6
|
+
<p>[[button_instruction]]</p>
|
|
7
|
+
</mj-text>
|
|
8
|
+
</mj-column>
|
|
9
|
+
</mj-section>
|
|
10
|
+
|
|
11
|
+
<mj-section>
|
|
12
|
+
<mj-column>
|
|
13
|
+
<mj-button
|
|
14
|
+
css-class="btn-link"
|
|
15
|
+
font-size="18px"
|
|
16
|
+
align="left"
|
|
17
|
+
color="#ffffff"
|
|
18
|
+
background-color="#11141A"
|
|
19
|
+
href="{{ createSupplierUrl }}"
|
|
20
|
+
>
|
|
21
|
+
[[button_text]]
|
|
22
|
+
</mj-button>
|
|
23
|
+
</mj-column>
|
|
24
|
+
</mj-section>
|
|
25
|
+
|
|
26
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
27
|
+
<mj-column>
|
|
28
|
+
<mj-text>
|
|
29
|
+
<p>
|
|
30
|
+
<font size="4"><b>[[support_heading]]</b></font>
|
|
31
|
+
</p>
|
|
32
|
+
<p>[[support_body]]</p>
|
|
33
|
+
<p>
|
|
34
|
+
{{ support.email }}
|
|
35
|
+
<br /><a href="tel:{{ support.phone }}">{{ support.phone }}</a>
|
|
36
|
+
</p>
|
|
37
|
+
</mj-text>
|
|
38
|
+
</mj-column>
|
|
39
|
+
</mj-section>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Dit produkt er nu godkendt",
|
|
3
|
-
"intro_greeting": "Hej {{ user.name }},",
|
|
4
|
-
"congratulations_message": "Tillykke! {{ approvedByUser }} har nu gennemgået og godkendt dit produkt",
|
|
5
|
-
"fully_onboarded_message": "Det betyder samtidig, at du er live på Nuento!",
|
|
6
|
-
"not_fully_onboarded_message": "Du mangler nu kun følgende for at komme live på Nuento:",
|
|
7
|
-
"missing_collection_description": "En beskrivelse af din forretning/dit koncept.",
|
|
8
|
-
"go_to_supplier_profile": "Gå til Leverandørprofil",
|
|
9
|
-
"payment_setup_needed": "Bliv klar til at modtage betalinger",
|
|
10
|
-
"comment_intro": "{{ approvedByUser }} har tilføjet følgende kommentar:",
|
|
11
|
-
"button_text": "Se dit produkt",
|
|
12
|
-
"edit_instruction": "Såfremt du ønsker at redigere i produktet, kan du finde det via menupunktet <b>Produkter</b> på Nuento (du skal være logget ind).",
|
|
13
|
-
"support_heading": "Har du brug for hjælp?",
|
|
14
|
-
"support_body": "Så tøv ikke med at kontakte os."
|
|
15
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"subject": "Dit produkt er nu godkendt",
|
|
3
|
+
"intro_greeting": "Hej {{ user.name }},",
|
|
4
|
+
"congratulations_message": "Tillykke! {{ approvedByUser }} har nu gennemgået og godkendt dit produkt",
|
|
5
|
+
"fully_onboarded_message": "Det betyder samtidig, at du er live på Nuento!",
|
|
6
|
+
"not_fully_onboarded_message": "Du mangler nu kun følgende for at komme live på Nuento:",
|
|
7
|
+
"missing_collection_description": "En beskrivelse af din forretning/dit koncept.",
|
|
8
|
+
"go_to_supplier_profile": "Gå til Leverandørprofil",
|
|
9
|
+
"payment_setup_needed": "Bliv klar til at modtage betalinger",
|
|
10
|
+
"comment_intro": "{{ approvedByUser }} har tilføjet følgende kommentar:",
|
|
11
|
+
"button_text": "Se dit produkt",
|
|
12
|
+
"edit_instruction": "Såfremt du ønsker at redigere i produktet, kan du finde det via menupunktet <b>Produkter</b> på Nuento (du skal være logget ind).",
|
|
13
|
+
"support_heading": "Har du brug for hjælp?",
|
|
14
|
+
"support_body": "Så tøv ikke med at kontakte os."
|
|
15
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
{
|
|
2
|
-
"subject": "Your product has been approved",
|
|
3
|
-
"intro_greeting": "Hi {{ user.name }},",
|
|
4
|
-
"congratulations_message": "Congratulations! {{ approvedByUser }} has now reviewed and approved your product",
|
|
5
|
-
"fully_onboarded_message": "This also means that you are now live on Nuento!",
|
|
6
|
-
"not_fully_onboarded_message": "You now only need the following to go live on Nuento:",
|
|
7
|
-
"missing_collection_description": "A description of your business/concept.",
|
|
8
|
-
"go_to_supplier_profile": "Go to Supplier Profile",
|
|
9
|
-
"payment_setup_needed": "Get ready to receive payments",
|
|
10
|
-
"comment_intro": "{{ approvedByUser }} has added the following comment:",
|
|
11
|
-
"button_text": "View your product",
|
|
12
|
-
"edit_instruction": "If you wish to edit the product, you can find it via the <b>Products</b> menu item on Nuento (you must be logged in).",
|
|
13
|
-
"support_heading": "Need help?",
|
|
14
|
-
"support_body": "Don't hesitate to contact us."
|
|
15
|
-
}
|
|
16
|
-
|
|
1
|
+
{
|
|
2
|
+
"subject": "Your product has been approved",
|
|
3
|
+
"intro_greeting": "Hi {{ user.name }},",
|
|
4
|
+
"congratulations_message": "Congratulations! {{ approvedByUser }} has now reviewed and approved your product",
|
|
5
|
+
"fully_onboarded_message": "This also means that you are now live on Nuento!",
|
|
6
|
+
"not_fully_onboarded_message": "You now only need the following to go live on Nuento:",
|
|
7
|
+
"missing_collection_description": "A description of your business/concept.",
|
|
8
|
+
"go_to_supplier_profile": "Go to Supplier Profile",
|
|
9
|
+
"payment_setup_needed": "Get ready to receive payments",
|
|
10
|
+
"comment_intro": "{{ approvedByUser }} has added the following comment:",
|
|
11
|
+
"button_text": "View your product",
|
|
12
|
+
"edit_instruction": "If you wish to edit the product, you can find it via the <b>Products</b> menu item on Nuento (you must be logged in).",
|
|
13
|
+
"support_heading": "Need help?",
|
|
14
|
+
"support_body": "Don't hesitate to contact us."
|
|
15
|
+
}
|
|
16
|
+
|
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
<mj-section>
|
|
2
|
-
<mj-column>
|
|
3
|
-
<mj-text>
|
|
4
|
-
<p>[[intro_greeting]]</p>
|
|
5
|
-
<p>
|
|
6
|
-
[[congratulations_message]] <b>{{{ product.name }}}</b>. {{#if
|
|
7
|
-
isFullyOnboarded}}[[fully_onboarded_message]]{{else}}[[not_fully_onboarded_message]]{{/if}}
|
|
8
|
-
</p>
|
|
9
|
-
<ul>
|
|
10
|
-
{{#if isMissingCollectionDescription}}
|
|
11
|
-
<li>
|
|
12
|
-
[[missing_collection_description]]
|
|
13
|
-
<a href="
|
|
14
|
-
>[[go_to_supplier_profile]]</a
|
|
15
|
-
>
|
|
16
|
-
</li>
|
|
17
|
-
{{/if}} {{#if hasNotCompletedSupplierSetup}}
|
|
18
|
-
<li>[[payment_setup_needed]]</li>
|
|
19
|
-
{{/if}}
|
|
20
|
-
</ul>
|
|
21
|
-
</mj-text>
|
|
22
|
-
</mj-column>
|
|
23
|
-
</mj-section>
|
|
24
|
-
|
|
25
|
-
<mj-raw>{{#if comment}}</mj-raw>
|
|
26
|
-
<mj-section>
|
|
27
|
-
<mj-column>
|
|
28
|
-
<mj-text>
|
|
29
|
-
<p>[[comment_intro]]</p>
|
|
30
|
-
</mj-text>
|
|
31
|
-
</mj-column>
|
|
32
|
-
</mj-section>
|
|
33
|
-
<mj-section
|
|
34
|
-
padding-left="16px"
|
|
35
|
-
padding-right="16px"
|
|
36
|
-
padding-bottom="10px"
|
|
37
|
-
padding-top="10px"
|
|
38
|
-
>
|
|
39
|
-
<mj-column background-color="#FFF5E1" border-radius="12px">
|
|
40
|
-
<mj-text padding="16px 24px">
|
|
41
|
-
<p><i>{{{ comment }}}</i></p>
|
|
42
|
-
</mj-text>
|
|
43
|
-
</mj-column>
|
|
44
|
-
</mj-section>
|
|
45
|
-
<mj-raw>{{/if}}</mj-raw>
|
|
46
|
-
|
|
47
|
-
<mj-section>
|
|
48
|
-
<mj-column>
|
|
49
|
-
<mj-button
|
|
50
|
-
css-class="btn-link"
|
|
51
|
-
font-size="18px"
|
|
52
|
-
align="left"
|
|
53
|
-
color="#ffffff"
|
|
54
|
-
background-color="#11141A"
|
|
55
|
-
href="{{{ product.url }}}"
|
|
56
|
-
>
|
|
57
|
-
[[button_text]]
|
|
58
|
-
</mj-button>
|
|
59
|
-
</mj-column>
|
|
60
|
-
</mj-section>
|
|
61
|
-
|
|
62
|
-
<mj-section>
|
|
63
|
-
<mj-column>
|
|
64
|
-
<mj-text>
|
|
65
|
-
<p>[[edit_instruction]]</p>
|
|
66
|
-
</mj-text>
|
|
67
|
-
</mj-column>
|
|
68
|
-
</mj-section>
|
|
69
|
-
|
|
70
|
-
<mj-section padding-top="10px" padding-bottom="10px">
|
|
71
|
-
<mj-column>
|
|
72
|
-
<mj-text>
|
|
73
|
-
<p>
|
|
74
|
-
<font size="4"><b>[[support_heading]]</b></font>
|
|
75
|
-
</p>
|
|
76
|
-
<p>[[support_body]]</p>
|
|
77
|
-
<p>
|
|
78
|
-
{{ support.email }}
|
|
79
|
-
<br /><a href="tel:{{ support.phone }}">{{ support.phone }}</a>
|
|
80
|
-
</p>
|
|
81
|
-
</mj-text>
|
|
82
|
-
</mj-column>
|
|
83
|
-
</mj-section>
|
|
1
|
+
<mj-section>
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-text>
|
|
4
|
+
<p>[[intro_greeting]]</p>
|
|
5
|
+
<p>
|
|
6
|
+
[[congratulations_message]] <b>{{{ product.name }}}</b>. {{#if
|
|
7
|
+
isFullyOnboarded}}[[fully_onboarded_message]]{{else}}[[not_fully_onboarded_message]]{{/if}}
|
|
8
|
+
</p>
|
|
9
|
+
<ul>
|
|
10
|
+
{{#if isMissingCollectionDescription}}
|
|
11
|
+
<li>
|
|
12
|
+
[[missing_collection_description]]
|
|
13
|
+
<a href="[[urls.root]]/account/settings/collection"
|
|
14
|
+
>[[go_to_supplier_profile]]</a
|
|
15
|
+
>
|
|
16
|
+
</li>
|
|
17
|
+
{{/if}} {{#if hasNotCompletedSupplierSetup}}
|
|
18
|
+
<li>[[payment_setup_needed]]</li>
|
|
19
|
+
{{/if}}
|
|
20
|
+
</ul>
|
|
21
|
+
</mj-text>
|
|
22
|
+
</mj-column>
|
|
23
|
+
</mj-section>
|
|
24
|
+
|
|
25
|
+
<mj-raw>{{#if comment}}</mj-raw>
|
|
26
|
+
<mj-section>
|
|
27
|
+
<mj-column>
|
|
28
|
+
<mj-text>
|
|
29
|
+
<p>[[comment_intro]]</p>
|
|
30
|
+
</mj-text>
|
|
31
|
+
</mj-column>
|
|
32
|
+
</mj-section>
|
|
33
|
+
<mj-section
|
|
34
|
+
padding-left="16px"
|
|
35
|
+
padding-right="16px"
|
|
36
|
+
padding-bottom="10px"
|
|
37
|
+
padding-top="10px"
|
|
38
|
+
>
|
|
39
|
+
<mj-column background-color="#FFF5E1" border-radius="12px">
|
|
40
|
+
<mj-text padding="16px 24px">
|
|
41
|
+
<p><i>{{{ comment }}}</i></p>
|
|
42
|
+
</mj-text>
|
|
43
|
+
</mj-column>
|
|
44
|
+
</mj-section>
|
|
45
|
+
<mj-raw>{{/if}}</mj-raw>
|
|
46
|
+
|
|
47
|
+
<mj-section>
|
|
48
|
+
<mj-column>
|
|
49
|
+
<mj-button
|
|
50
|
+
css-class="btn-link"
|
|
51
|
+
font-size="18px"
|
|
52
|
+
align="left"
|
|
53
|
+
color="#ffffff"
|
|
54
|
+
background-color="#11141A"
|
|
55
|
+
href="{{{ product.url }}}"
|
|
56
|
+
>
|
|
57
|
+
[[button_text]]
|
|
58
|
+
</mj-button>
|
|
59
|
+
</mj-column>
|
|
60
|
+
</mj-section>
|
|
61
|
+
|
|
62
|
+
<mj-section>
|
|
63
|
+
<mj-column>
|
|
64
|
+
<mj-text>
|
|
65
|
+
<p>[[edit_instruction]]</p>
|
|
66
|
+
</mj-text>
|
|
67
|
+
</mj-column>
|
|
68
|
+
</mj-section>
|
|
69
|
+
|
|
70
|
+
<mj-section padding-top="10px" padding-bottom="10px">
|
|
71
|
+
<mj-column>
|
|
72
|
+
<mj-text>
|
|
73
|
+
<p>
|
|
74
|
+
<font size="4"><b>[[support_heading]]</b></font>
|
|
75
|
+
</p>
|
|
76
|
+
<p>[[support_body]]</p>
|
|
77
|
+
<p>
|
|
78
|
+
{{ support.email }}
|
|
79
|
+
<br /><a href="tel:{{ support.phone }}">{{ support.phone }}</a>
|
|
80
|
+
</p>
|
|
81
|
+
</mj-text>
|
|
82
|
+
</mj-column>
|
|
83
|
+
</mj-section>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "Du er live på Nuento: Læs disse vigtige oplysninger",
|
|
3
|
+
"hero_image_alt": "Fem personer fejrer sammen indendørs med farverigt konfetti, nogle løfter armene i begejstring, foran en hvid væg med en plante i hjørnet, hvilket giver en glad og festlig stemning",
|
|
4
|
+
"intro_greeting": "Hej {{ user.name }}",
|
|
5
|
+
"intro_heading": "Velkommen på Nuento 🎉",
|
|
6
|
+
"intro_body_1": "Du er nu færdigoprettet og kunderne kan finde dig på Nuento.",
|
|
7
|
+
"intro_body_2": "Vi er taknemmelige for, at du har lyst til at være en del af vores platform. I mailen her finder du de vigtigste informationer – vi håber, at du vil læse med!",
|
|
8
|
+
"login_image_alt": "Illustration af en computer- og mobilskærm med Nuento login, der viser hvordan du nemt kan logge ind på din profil",
|
|
9
|
+
"login_intro": "Ved login bliver du bedt om at indtaste dit telefonnummer. Herefter vil du modtage en 6-cifret kode på SMS. Du har fået adgang til din konto på Nuento med følgende telefonnummer:",
|
|
10
|
+
"login_link_text": "Gå til nuento.dk",
|
|
11
|
+
"approve_image_alt": "Illustration af en godkendelsesknap på en computerskærm, hvilket symboliserer godkendelse af en ordre online",
|
|
12
|
+
"approve_intro": "Når du modtager en ordre, skal du først godkende den før, at den endeligt bekræftes overfor kunden.",
|
|
13
|
+
"approve_link_url": "https://nuento.dk/help/modtag-ordre",
|
|
14
|
+
"read_more_style": "",
|
|
15
|
+
"approve_link_text": "Læs mere",
|
|
16
|
+
"create_order_image_alt": "Illustration af en pil på et tegnebræt, der symboliserer oprettelse af en ny ordre på Nuento-platformen",
|
|
17
|
+
"create_order_intro_1": "Du kan også benytte Nuento til dine egne ordrer. Så sørger vi for, at alt kører på skinner.",
|
|
18
|
+
"create_order_intro_2": "Vi tager os af automatisk fakturering, nem opkrævning af betalinger samt et professionelt mailflow og døgnsupport til dine kunder. Så slipper du for besværet og kan koncentrere dig om det, du virkelig brænder for 🔥",
|
|
19
|
+
"create_order_link_url": "https://nuento.dk/help/bestil-paa-nuento",
|
|
20
|
+
"create_order_link_text": "Læs mere",
|
|
21
|
+
"calendar_image_alt": "Illustration af en kalender, der symboliserer kalenderen på Nuento-platformen",
|
|
22
|
+
"calendar_intro_1": "Hold din kalender ajourført. På Nuento har du en dedikeret kalender, hvor du kan blokere de dage du ikke kan tage imod flere ordrer.",
|
|
23
|
+
"calendar_intro_2": "Det sikrer, at du slipper for at måtte afvise ordrer – og forbedrer dermed din rangering når kunder søger på Nuento.",
|
|
24
|
+
"calendar_link_style": "",
|
|
25
|
+
"calendar_link_url": "https://nuento.dk/account/calendar",
|
|
26
|
+
"calendar_link_text": "Se din kalender",
|
|
27
|
+
"payout_image_alt": "Illustration af en kvittering, der symboliserer udbetaling på Nuento-platformen",
|
|
28
|
+
"payout_intro_1": "Se dine udbetalinger og download til bogføring.",
|
|
29
|
+
"payout_intro_2": "Kunder på Nuento kan både betale med betalingskort og bankoverførsel. Det kan have indvirkning på, hvornår du modtager din udbetaling.",
|
|
30
|
+
"payout_link_url": "https://nuento.dk/help/se-udbetalinger",
|
|
31
|
+
"payout_link_text": "Læs mere",
|
|
32
|
+
"terms_image_alt": "Illustration af et håndtryk, der symboliserer godkendelse af vilkår og betingelser på Nuento.",
|
|
33
|
+
"terms_intro": "Når du tager imod en ordre gennem Nuento, accepterer du vores vilkår og betingelser. Det gør ligeledes kunden, der lægger ordren hos dig. Vilkårenes formål er at sikre en god oplevelse for alle parter.",
|
|
34
|
+
"terms_link_url": "https://nuento.dk/help/terms-and-conditions",
|
|
35
|
+
"terms_link_text": "Læs vilkår og betingelser",
|
|
36
|
+
"support_heading": "Har du spørgsmål?",
|
|
37
|
+
"support_body": "Så tøv ikke med at kontakte os."
|
|
38
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"subject": "You are live on Nuento: Read this important information",
|
|
3
|
+
"hero_image_alt": "Five people celebrating indoors with colorful confetti. Some are raising their arms in excitement, in front of a white wall with a plant in the corner, creating a happy and festive atmosphere.",
|
|
4
|
+
"intro_greeting": "Hi {{ user.name }}",
|
|
5
|
+
"intro_heading": "Welcome to Nuento 🎉",
|
|
6
|
+
"intro_body_1": "Your profile is now fully set up and customers can find you on Nuento.",
|
|
7
|
+
"intro_body_2": "We're grateful that you want to be part of our platform. In this email you'll find the most important information - we hope you'll read along!",
|
|
8
|
+
"login_image_alt": "Illustration of a computer and mobile screen showing Nuento login, demonstrating how you can easily sign in to your profile.",
|
|
9
|
+
"login_intro": "When logging in, you'll be asked to enter your phone number. You will then receive a 6-digit SMS code. You have access to your Nuento account with the following phone number:",
|
|
10
|
+
"login_link_text": "Go to nuento.co.uk",
|
|
11
|
+
"approve_image_alt": "Illustration of an approval button on a computer screen, symbolizing online order approval.",
|
|
12
|
+
"approve_intro": "When you receive an order, you must approve it before it is finally confirmed to the customer.",
|
|
13
|
+
"approve_link_url": "",
|
|
14
|
+
"read_more_style": "display:none;",
|
|
15
|
+
"approve_link_text": "Read more",
|
|
16
|
+
"create_order_image_alt": "Illustration of an arrow on a drawing board, symbolizing creation of a new order on the Nuento platform.",
|
|
17
|
+
"create_order_intro_1": "You can also use Nuento for your own orders. We'll make sure everything runs smoothly.",
|
|
18
|
+
"create_order_intro_2": "We handle automatic invoicing, easy payment collection, a professional email flow, and around-the-clock support for your customers. This saves you the hassle, so you can focus on what you truly care about 🔥",
|
|
19
|
+
"create_order_link_url": "",
|
|
20
|
+
"create_order_link_text": "Read more",
|
|
21
|
+
"calendar_image_alt": "Illustration of a calendar, symbolizing the calendar on the Nuento platform.",
|
|
22
|
+
"calendar_intro_1": "Keep your calendar up to date. On Nuento, you have a dedicated calendar where you can block the days when you can't take more orders.",
|
|
23
|
+
"calendar_intro_2": "This helps you avoid declining orders - and improves your ranking when customers search on Nuento.",
|
|
24
|
+
"calendar_link_style": "",
|
|
25
|
+
"calendar_link_url": "https://nuento.dk/account/calendar",
|
|
26
|
+
"calendar_link_text": "See your calendar",
|
|
27
|
+
"payout_image_alt": "Illustration of a receipt, symbolizing payouts on the Nuento platform.",
|
|
28
|
+
"payout_intro_1": "See your payouts and download records for bookkeeping.",
|
|
29
|
+
"payout_intro_2": "Customers on Nuento can pay by both payment card and bank transfer. This can affect when you receive your payout.",
|
|
30
|
+
"payout_link_url": "",
|
|
31
|
+
"payout_link_text": "Read more",
|
|
32
|
+
"terms_image_alt": "Illustration of a handshake, symbolizing acceptance of terms and conditions on Nuento.",
|
|
33
|
+
"terms_intro": "When you accept an order through Nuento, you agree to our terms and conditions. The customer who places the order with you does the same. The purpose of the terms is to ensure a good experience for everyone involved.",
|
|
34
|
+
"terms_link_url": "https://nuento.co.uk/help/terms-and-conditions-for-suppliers",
|
|
35
|
+
"terms_link_text": "Read terms and conditions",
|
|
36
|
+
"support_heading": "Do you have questions?",
|
|
37
|
+
"support_body": "Don't hesitate to contact us."
|
|
38
|
+
}
|