@clink/emails 1.1.9 → 1.2.1

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.
Files changed (43) hide show
  1. package/dist/html/buyer/membership-payment-declined/en.html +1 -1
  2. package/dist/html/buyer/membership-type-not-exist/en.html +1 -1
  3. package/dist/html/buyer/order-declined-coupon/en.html +1 -1
  4. package/dist/html/buyer/place-order-confirmed/en.html +2 -2
  5. package/dist/html/buyer/rate2-reminder/en.html +1 -1
  6. package/dist/html/supplier/account-restricted/en.html +1 -1
  7. package/dist/html/supplier/account-restricted-soon/en.html +1 -1
  8. package/dist/html/supplier/account-user-accepted-invitation/en.html +1 -1
  9. package/dist/html/supplier/account-user-invite/en.html +1 -1
  10. package/dist/html/supplier/bank-account-changed/en.html +1 -1
  11. package/dist/html/supplier/new-member/en.html +1 -1
  12. package/dist/html/supplier/new-member-message/da.html +1 -1
  13. package/dist/html/supplier/new-member-message/en.html +1 -1
  14. package/dist/html/supplier/payout/da.html +22 -145
  15. package/dist/html/supplier/payout/en.html +22 -145
  16. package/dist/html/supplier/supplier-product-approved/en.html +1 -1
  17. package/dist/html/supplier/supplier-public/da.html +37 -25
  18. package/dist/html/supplier/supplier-public/en.html +55 -43
  19. package/dist/html/supplier/user-permission-changed/en.html +1 -1
  20. package/dist/templates/buyer/membership-payment-declined/template.mjml +1 -1
  21. package/dist/templates/buyer/membership-type-not-exist/template.mjml +1 -1
  22. package/dist/templates/buyer/order-declined-coupon/template.mjml +1 -1
  23. package/dist/templates/buyer/place-order-confirmed/template.mjml +2 -2
  24. package/dist/templates/buyer/rate2-reminder/template.mjml +1 -1
  25. package/dist/templates/supplier/account-restricted/template.mjml +1 -1
  26. package/dist/templates/supplier/account-restricted-soon/template.mjml +1 -1
  27. package/dist/templates/supplier/account-user-accepted-invitation/template.mjml +1 -1
  28. package/dist/templates/supplier/account-user-invite/template.mjml +1 -1
  29. package/dist/templates/supplier/bank-account-changed/template.mjml +1 -1
  30. package/dist/templates/supplier/new-member/da.json +1 -1
  31. package/dist/templates/supplier/new-member/en.json +1 -1
  32. package/dist/templates/supplier/new-member-message/da.json +1 -1
  33. package/dist/templates/supplier/new-member-message/en.json +1 -1
  34. package/dist/templates/supplier/payout/da.json +5 -15
  35. package/dist/templates/supplier/payout/en.json +5 -15
  36. package/dist/templates/supplier/payout/template.mjml +17 -74
  37. package/dist/templates/supplier/supplier-product-approved/da.json +1 -1
  38. package/dist/templates/supplier/supplier-product-approved/en.json +1 -1
  39. package/dist/templates/supplier/supplier-public/da.json +35 -18
  40. package/dist/templates/supplier/supplier-public/en.json +35 -18
  41. package/dist/templates/supplier/supplier-public/template.mjml +139 -97
  42. package/dist/templates/supplier/user-permission-changed/template.mjml +1 -1
  43. package/package.json +1 -1
@@ -141,32 +141,21 @@
141
141
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
142
142
  <tbody>
143
143
  <tr>
144
- <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
144
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;text-align:center;">
145
145
  <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
146
146
 
147
147
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
148
148
 
149
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
150
- <tbody>
151
- <tr>
152
- <td style="vertical-align:top;padding-bottom:20px;">
153
-
154
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style width="100%">
149
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
155
150
  <tbody>
156
151
 
157
152
  <tr>
158
153
  <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
159
154
 
160
155
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
161
- 0px;">
162
- </p><h2 style="font-size: 31px; line-height: 110%; font-weight: 700; margin: 24px 0px 0px;">Payout statement</h2>
163
- <p style="line-height: 24px; margin: 16px
164
- 0px;"></p>
156
+ 0px;">Dear customer,</p>
165
157
  <p style="line-height: 24px; margin: 16px
166
- 0px;">
167
- {{ place.title }}
168
- <br>{{ todayDateshort }}
169
- </p></div>
158
+ 0px;">Please find your payout statement enclosed. The payout is expected to arrive in your account on {{payout.createdDate}}.</p></div>
170
159
 
171
160
  </td>
172
161
  </tr>
@@ -174,11 +163,6 @@
174
163
  </tbody>
175
164
  </table>
176
165
 
177
- </td>
178
- </tr>
179
- </tbody>
180
- </table>
181
-
182
166
  </div>
183
167
 
184
168
  <!--[if mso | IE]></td></tr></table><![endif]-->
@@ -203,132 +187,30 @@
203
187
 
204
188
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
205
189
 
206
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
207
- <tbody>
208
- <tr>
209
- <td style="vertical-align:top;padding-bottom:40px;">
210
-
211
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style width="100%">
190
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
212
191
  <tbody>
213
192
 
214
193
  <tr>
215
- <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
194
+ <td align="left" class="btn-link" style="font-size:0px;padding:10px 25px;word-break:break-word;">
216
195
 
217
- <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:16px;line-height:24px;table-layout:auto;width:100%;border:none;">
218
- <tr style="border-bottom: 1px solid #e2e2e2">
219
- <td style="width:50%; padding: 5px 0">Amount</td>
220
- <td style="width:50%; padding: 5px 0;text-align:right;">{{ payout.amount }}</td>
221
- </tr>
222
- <tr style="border-bottom: 1px solid #e2e2e2">
223
- <td style="padding: 5px 0">Bank account</td>
224
- <td style="padding: 5px 0;width: 1%;white-space: nowrap;text-align:right;">{{ payout.bankAccount }}</td>
225
- </tr>
226
- <tr style="border-bottom: 1px solid #e2e2e2">
227
- <td style="padding: 5px 0">Payout created</td>
228
- <td style="padding: 5px 0;width: 1%;white-space: nowrap;text-align:right;">{{ payout.createdDate }}</td>
229
- </tr>
230
- <tr style="border-bottom: 1px solid #e2e2e2">
231
- <td style="padding: 5px 0">Expected arrival</td>
232
- <td style="padding: 5px 0;width: 1%;white-space: nowrap;text-align:right;">{{ payout.arrivalDate }}</td>
233
- </tr>
234
- <tr>
235
- <td style="padding: 5px 0">Status</td>
236
- <td style="padding: 5px 0;width: 1%;white-space: nowrap;text-align:right;">{{ payout.status }}</td>
237
- </tr>
238
- </table>
239
-
240
- </td>
241
- </tr>
242
-
243
- </tbody>
244
- </table>
245
-
196
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
197
+ <tbody>
198
+ <tr>
199
+ <td align="center" bgcolor="#000000" role="presentation" style="border:none;border-radius:999px;cursor:auto;mso-padding-alt:10px 25px;background:#000000;" valign="middle">
200
+ <a href="{{ payout.payoutURL }}" style="background-color: #FA3232; align: left; display: inline-block; background: #000000; color: #ffffff; font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px; margin: 0; text-decoration: none; text-transform: none; padding: 10px 25px; mso-padding-alt: 0px; border-radius: 999px;" target="_blank">
201
+ View payout statement on Nuento
202
+ </a>
246
203
  </td>
247
204
  </tr>
248
205
  </tbody>
249
206
  </table>
250
207
 
251
- </div>
252
-
253
- <!--[if mso | IE]></td></tr></table><![endif]-->
254
- </td>
255
- </tr>
256
- </tbody>
257
- </table>
258
-
259
- </div>
260
-
261
-
262
- <!--[if mso | IE]></td></tr></table></td></tr><tr><td class="" width="600px" ><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#F4F9FC" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
263
-
264
-
265
- <div style="background:#F4F9FC;background-color:#F4F9FC;margin:0px auto;max-width:600px;">
266
-
267
- <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#F4F9FC;background-color:#F4F9FC;width:100%;">
268
- <tbody>
269
- <tr>
270
- <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
271
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
272
-
273
- <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
274
-
275
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
276
- <tbody>
277
- <tr>
278
- <td style="vertical-align:top;padding-bottom:10px;">
279
-
280
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style width="100%">
281
- <tbody>
282
-
283
- <tr>
284
- <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
285
-
286
- <table cellpadding="0" cellspacing="0" width="100%" border="0" style="color:#222730;font-family:Arial, sans-serif;font-size:16px;line-height:24px;table-layout:auto;width:100%;border:none;">
287
- <tr>
288
- <td colspan="5" style="padding: 10px 0">
289
- <font size="4"><b style="line-height: 24px;">Payment overview</b></font>
290
- </td>
291
- </tr>
292
- <tr style="border-bottom: 1px solid #e2e2e2; font-size:14px">
293
- <td style="width:62%; padding: 10px 0 0 0" align="left"><b style="line-height: 24px;">Description</b></td>
294
- <td style="width:19%; padding: 10px 0 0 0" align="left"><b style="line-height: 24px;">Payment date</b></td>
295
- <td style="width:19%; padding: 10px 0 0 0" align="left"><b style="line-height: 24px;">Amount</b></td>
296
- </tr>
297
- {{#each payment}}
298
- <tr style="font-size:14px">
299
- <td style="padding: 10px 8px 0 0" align="left">{{{ this.description }}}</td>
300
- <td style="padding: 10px 8px 0 0" align="left">{{ this.paymentDate }}</td>
301
- <td style="padding: 10px 8px 0 0" align="left">{{ this.paymentAmount }}</td>
302
- </tr>
303
- {{/each}}
304
- <tr style="font-size:14px">
305
- <td style="padding: 20px 0 0 0" align="left"></td>
306
- <td style="padding: 20px 0 0 0" align="left">Total</td>
307
- <td style="padding: 20px 0 0 0" align="left">{{ payout.amountWithoutVat }}</td>
308
- </tr>
309
- <tr style="font-size:14px">
310
- <td style="padding: 10px 0 0 0" align="left"></td>
311
- <td style="padding: 10px 0 0 0" align="left">VAT (25%)</td>
312
- <td style="padding: 10px 0 0 0" align="left">{{ payout.vatAmount }}</td>
313
- </tr>
314
- <tr style="font-size:14px">
315
- <td style="padding: 10px 0 0 0" align="left"></td>
316
- <td style="padding: 10px 0 0 0" align="left"><b style="line-height: 24px;">Total incl. VAT</b></td>
317
- <td style="padding: 10px 0 0 0" align="left"><b style="line-height: 24px;">{{ payout.amount }}</b></td>
318
- </tr>
319
- </table>
320
-
321
208
  </td>
322
209
  </tr>
323
210
 
324
211
  </tbody>
325
212
  </table>
326
213
 
327
- </td>
328
- </tr>
329
- </tbody>
330
- </table>
331
-
332
214
  </div>
333
215
 
334
216
  <!--[if mso | IE]></td></tr></table><![endif]-->
@@ -348,17 +230,12 @@
348
230
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
349
231
  <tbody>
350
232
  <tr>
351
- <td style="direction:ltr;font-size:0px;padding:0px;text-align:center;">
233
+ <td style="direction:ltr;font-size:0px;padding:0px;padding-bottom:10px;padding-top:10px;text-align:center;">
352
234
  <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
353
235
 
354
236
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
355
237
 
356
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
357
- <tbody>
358
- <tr>
359
- <td style="vertical-align:top;padding-top:20px;padding-bottom:20px;">
360
-
361
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style width="100%">
238
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
362
239
  <tbody>
363
240
 
364
241
  <tr>
@@ -366,11 +243,16 @@
366
243
 
367
244
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
368
245
  0px;">
369
- You can access individual bookings/orders by clicking on the relevant ID. Please note that you must be logged in.
246
+ <font size="4"><b style="line-height: 24px;">Do you have questions about your statement?</b></font>
370
247
  </p>
371
248
  <p style="line-height: 24px; margin: 16px
372
249
  0px;">
373
- Don't have a login? Contact us at phone 93 40 60 40 or support@nuento.dk - and we'll get it sorted in no time!
250
+ Don't hesitate to contact us.
251
+ </p>
252
+ <p style="line-height: 24px; margin: 16px
253
+ 0px;">
254
+ Support@nuento.dk
255
+ <br><a href="tel:+4593406040" style="line-height: 24px; text-decoration: underline;">+45 93 40 60 40</a>
374
256
  </p></div>
375
257
 
376
258
  </td>
@@ -379,11 +261,6 @@
379
261
  </tbody>
380
262
  </table>
381
263
 
382
- </td>
383
- </tr>
384
- </tbody>
385
- </table>
386
-
387
264
  </div>
388
265
 
389
266
  <!--[if mso | IE]></td></tr></table><![endif]-->
@@ -158,7 +158,7 @@
158
158
  0px;">Congratulations! {{ approvedByUser }} has reviewed and approved your product <b style="line-height: 24px;">"{{{ product.name }}}"</b>. {{#if isFullyOnboarded}}This also means that you are live on Nuento!{{else}}You only need the following to go live on Nuento:{{/if}}</p>
159
159
  <ul>
160
160
  {{#if isMissingCollectionDescription}}
161
- <li>A description of your business/concept. <a href="https://nuento.dk/account/settings/collection" style="line-height: 24px; text-decoration: underline;">Go to Supplier Profile</a></li>
161
+ <li>A description of your business/concept. <a href="https://nuento.co.uk/account/settings/collection" style="line-height: 24px; text-decoration: underline;">Go to Supplier Profile</a></li>
162
162
  {{/if}}
163
163
  {{#if hasNotCompletedSupplierSetup}}
164
164
  <li>Get ready to receive payments</li>
@@ -206,10 +206,10 @@
206
206
 
207
207
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
208
208
  0px;">Hej {{ user.name }}</p>
209
- <h2 style="font-size: 31px; line-height: 110%; font-weight: 700; margin: 24px 0px 0px;">Velkommen på Nuento 🎉</h2>
210
- <p style="line-height: 24px; margin: 16px
209
+ <h2 style="font-size: 31px; line-height: 110%; font-weight: 700; margin: 24px 0px 0px;">Velkommen på Nuento 🎉</h2>
210
+ <p style="line-height: 24px; margin: 16px
211
211
  0px;">Du er nu færdigoprettet og kunderne kan finde dig på Nuento.</p>
212
- <p style="line-height: 24px; margin: 16px
212
+ <p style="line-height: 24px; margin: 16px
213
213
  0px;">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!</p></div>
214
214
 
215
215
  </td>
@@ -323,10 +323,14 @@
323
323
 
324
324
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
325
325
  0px;">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:</p>
326
- <p style="line-height: 24px; margin: 16px
327
- 0px;"><b style="line-height: 24px;">{{ user.phone }}</b></p>
328
- <p style="line-height: 24px; margin: 16px
329
- 0px;"><a href="https://www.nuento.dk" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000; font-weight: bold;">Gå til nuento.dk</a></p></div>
326
+ <p style="line-height: 24px; margin: 16px
327
+ 0px;">
328
+ <b style="line-height: 24px;">{{ user.phone }}</b>
329
+ </p>
330
+ <p style="line-height: 24px; margin: 16px
331
+ 0px;">
332
+ <a href="https://nuento.dk" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000; font-weight: bold;">Gå til nuento.dk</a>
333
+ </p></div>
330
334
 
331
335
  </td>
332
336
  </tr>
@@ -439,8 +443,10 @@
439
443
 
440
444
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
441
445
  0px;">Når du modtager en ordre, skal du først godkende den før, at den endeligt bekræftes overfor kunden.</p>
442
- <p style="line-height: 24px; margin: 16px
443
- 0px;"><a href="https://nuento.notion.site/Hvad-g-r-jeg-n-r-jeg-modtager-en-ordre-2fd77a74a1fe438489f405a784942223" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
446
+ <p style="line-height: 24px; margin: 16px
447
+ 0px;">
448
+ <a href="https://nuento.dk/help/modtag-ordre" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a>
449
+ </p></div>
444
450
 
445
451
  </td>
446
452
  </tr>
@@ -553,10 +559,12 @@
553
559
 
554
560
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
555
561
  0px;">Du kan også benytte Nuento til dine egne ordrer. Så sørger vi for, at alt kører på skinner.</p>
556
- <p style="line-height: 24px; margin: 16px
562
+ <p style="line-height: 24px; margin: 16px
557
563
  0px;">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 🔥</p>
558
- <p style="line-height: 24px; margin: 16px
559
- 0px;"><a href="https://nuento.notion.site/Hvorfor-oprette-mine-egne-ordrer-p-Nuento-dbd50f009cea41929eabc6fdea0eb672" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
564
+ <p style="line-height: 24px; margin: 16px
565
+ 0px;">
566
+ <a href="https://nuento.dk/help/bestil-paa-nuento" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a>
567
+ </p></div>
560
568
 
561
569
  </td>
562
570
  </tr>
@@ -669,10 +677,12 @@
669
677
 
670
678
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
671
679
  0px;">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.</p>
672
- <p style="line-height: 24px; margin: 16px
680
+ <p style="line-height: 24px; margin: 16px
673
681
  0px;">Det sikrer, at du slipper for at måtte afvise ordrer – og forbedrer dermed din rangering når kunder søger på Nuento.</p>
674
- <p style="line-height: 24px; margin: 16px
675
- 0px;"><a href="https://nuento.notion.site/Hvordan-ajourf-rer-jeg-min-kalender-18838ff5dd014b0589d15a3cd9e6f0d3" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
682
+ <p style="line-height: 24px; margin: 16px
683
+ 0px;">
684
+ <a href="https://nuento.dk/account/calendar" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Se din kalender</a>
685
+ </p></div>
676
686
 
677
687
  </td>
678
688
  </tr>
@@ -785,10 +795,12 @@
785
795
 
786
796
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
787
797
  0px;">Se dine udbetalinger og download til bogføring.</p>
788
- <p style="line-height: 24px; margin: 16px
798
+ <p style="line-height: 24px; margin: 16px
789
799
  0px;">Kunder på Nuento kan både betale med betalingskort og bankoverførsel. Det kan have indvirkning på, hvornår du modtager din udbetaling.</p>
790
- <p style="line-height: 24px; margin: 16px
791
- 0px;"><a href="https://nuento.notion.site/Hvorn-r-modtager-jeg-min-udbetaling-3273de1d75d047b3a53a84eadeb14a37" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a></p></div>
800
+ <p style="line-height: 24px; margin: 16px
801
+ 0px;">
802
+ <a href="https://nuento.dk/help/se-udbetalinger" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs mere</a>
803
+ </p></div>
792
804
 
793
805
  </td>
794
806
  </tr>
@@ -901,8 +913,10 @@
901
913
 
902
914
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
903
915
  0px;">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.</p>
904
- <p style="line-height: 24px; margin: 16px
905
- 0px;"><a href="https://nuento.dk/help/terms-and-conditions" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs vilkår og betingelser</a></p></div>
916
+ <p style="line-height: 24px; margin: 16px
917
+ 0px;">
918
+ <a href="https://nuento.dk/help/terms-and-conditions" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Læs vilkår og betingelser</a>
919
+ </p></div>
906
920
 
907
921
  </td>
908
922
  </tr>
@@ -988,13 +1002,11 @@
988
1002
  <font size="4"><b style="line-height: 24px;">Har du spørgsmål?</b></font>
989
1003
  </p>
990
1004
  <p style="line-height: 24px; margin: 16px
991
- 0px;">
992
- Så tøv ikke med at kontakte os.
993
- </p>
1005
+ 0px;">Så tøv ikke med at kontakte os.</p>
994
1006
  <p style="line-height: 24px; margin: 16px
995
1007
  0px;">
996
- support@nuento.dk
997
- <br><a href="tel:+4593406040" style="line-height: 24px; text-decoration: underline;">+45 93 40 60 40</a>
1008
+ {{ support.email }}
1009
+ <br><a href="tel:{{ support.phone }}" style="line-height: 24px; text-decoration: underline;">{{ support.phone }}</a>
998
1010
  </p></div>
999
1011
 
1000
1012
  </td>
@@ -161,7 +161,7 @@
161
161
  <tr>
162
162
  <td style="width:600px;">
163
163
 
164
- <img 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" src="https://ik.imagekit.io/nuento/emails/Nuento%20-%20Team%20Confetti-%20New%20team-1200_LYqTiYH4b.jpg" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="600" height="auto">
164
+ <img 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." src="https://ik.imagekit.io/nuento/emails/Nuento%20-%20Team%20Confetti-%20New%20team-1200_LYqTiYH4b.jpg" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="600" height="auto">
165
165
 
166
166
  </td>
167
167
  </tr>
@@ -206,11 +206,11 @@
206
206
 
207
207
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
208
208
  0px;">Hi {{ user.name }}</p>
209
- <h2 style="font-size: 31px; line-height: 110%; font-weight: 700; margin: 24px 0px 0px;">Welcome to Nuento 🎉</h2>
210
- <p style="line-height: 24px; margin: 16px
211
- 0px;">You are now fully set up and customers can find you on Nuento.</p>
212
- <p style="line-height: 24px; margin: 16px
213
- 0px;">We are grateful that you want to be part of our platform. In this email you will find the most important information we hope you will read along!</p></div>
209
+ <h2 style="font-size: 31px; line-height: 110%; font-weight: 700; margin: 24px 0px 0px;">Welcome to Nuento 🎉</h2>
210
+ <p style="line-height: 24px; margin: 16px
211
+ 0px;">Your profile is now fully set up and customers can find you on Nuento.</p>
212
+ <p style="line-height: 24px; margin: 16px
213
+ 0px;">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!</p></div>
214
214
 
215
215
  </td>
216
216
  </tr>
@@ -296,7 +296,7 @@
296
296
  <tr>
297
297
  <td style="width:78px;">
298
298
 
299
- <img alt="Illustration af en computer- og mobilskærm med Nuento login, der viser hvordan du nemt kan logge ind din profil" src="https://ik.imagekit.io/nuento/emails/log-ind_1o15ZHFDJ.png?updatedAt=1747825876940" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
299
+ <img alt="Illustration of a computer and mobile screen showing Nuento login, demonstrating how you can easily sign in to your profile." src="https://ik.imagekit.io/nuento/emails/log-ind_1o15ZHFDJ.png?updatedAt=1747825876940" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
300
300
 
301
301
  </td>
302
302
  </tr>
@@ -322,11 +322,15 @@
322
322
  <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
323
323
 
324
324
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
325
- 0px;">When logging in, you will be asked to enter your phone number. You will then receive a 6-digit code via SMS. You have been granted access to your account on Nuento with the following phone number:</p>
326
- <p style="line-height: 24px; margin: 16px
327
- 0px;"><b style="line-height: 24px;">{{ user.phone }}</b></p>
328
- <p style="line-height: 24px; margin: 16px
329
- 0px;"><a href="https://www.nuento.dk" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000; font-weight: bold;">Go to nuento.dk</a></p></div>
325
+ 0px;">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:</p>
326
+ <p style="line-height: 24px; margin: 16px
327
+ 0px;">
328
+ <b style="line-height: 24px;">{{ user.phone }}</b>
329
+ </p>
330
+ <p style="line-height: 24px; margin: 16px
331
+ 0px;">
332
+ <a href="https://nuento.co.uk" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000; font-weight: bold;">Go to nuento.co.uk</a>
333
+ </p></div>
330
334
 
331
335
  </td>
332
336
  </tr>
@@ -412,7 +416,7 @@
412
416
  <tr>
413
417
  <td style="width:78px;">
414
418
 
415
- <img alt="Illustration af en godkendelsesknap en computerskærm, hvilket symboliserer godkendelse af en ordre online" src="https://ik.imagekit.io/nuento/emails/godkend-ordre_3f36rKSQ7.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
419
+ <img alt="Illustration of an approval button on a computer screen, symbolizing online order approval." src="https://ik.imagekit.io/nuento/emails/godkend-ordre_3f36rKSQ7.png" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
416
420
 
417
421
  </td>
418
422
  </tr>
@@ -438,9 +442,11 @@
438
442
  <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
439
443
 
440
444
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
441
- 0px;">When you receive an order, you must first approve it before it is finally confirmed to the customer.</p>
442
- <p style="line-height: 24px; margin: 16px
443
- 0px;"><a href="https://nuento.notion.site/Hvad-g-r-jeg-n-r-jeg-modtager-en-ordre-2fd77a74a1fe438489f405a784942223" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read more</a></p></div>
445
+ 0px;">When you receive an order, you must approve it before it is finally confirmed to the customer.</p>
446
+ <p style="line-height: 24px; margin: 16px
447
+ 0px; display: none;">
448
+ <a href target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read more</a>
449
+ </p></div>
444
450
 
445
451
  </td>
446
452
  </tr>
@@ -526,7 +532,7 @@
526
532
  <tr>
527
533
  <td style="width:78px;">
528
534
 
529
- <img alt="Illustration af en pil et tegnebræt, der symboliserer oprettelse af en ny ordre Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/opret-ordre_g1W3z-ZiF.png?updatedAt=1747827289909" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
535
+ <img alt="Illustration of an arrow on a drawing board, symbolizing creation of a new order on the Nuento platform." src="https://ik.imagekit.io/nuento/emails/opret-ordre_g1W3z-ZiF.png?updatedAt=1747827289909" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
530
536
 
531
537
  </td>
532
538
  </tr>
@@ -552,11 +558,13 @@
552
558
  <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
553
559
 
554
560
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
555
- 0px;">You can also use Nuento for your own orders. We will make sure everything runs smoothly.</p>
556
- <p style="line-height: 24px; margin: 16px
557
- 0px;">We take care of automatic invoicing, easy payment collection, a professional email flow and 24/7 support for your customers. So you can skip the hassle and focus on what you truly love 🔥</p>
558
- <p style="line-height: 24px; margin: 16px
559
- 0px;"><a href="https://nuento.notion.site/Hvorfor-oprette-mine-egne-ordrer-p-Nuento-dbd50f009cea41929eabc6fdea0eb672" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read more</a></p></div>
561
+ 0px;">You can also use Nuento for your own orders. We'll make sure everything runs smoothly.</p>
562
+ <p style="line-height: 24px; margin: 16px
563
+ 0px;">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 🔥</p>
564
+ <p style="line-height: 24px; margin: 16px
565
+ 0px; display: none;">
566
+ <a href target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read more</a>
567
+ </p></div>
560
568
 
561
569
  </td>
562
570
  </tr>
@@ -642,7 +650,7 @@
642
650
  <tr>
643
651
  <td style="width:78px;">
644
652
 
645
- <img alt="Illustration af en kalender, der symboliserer kalenderen Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/kalender_nTjhViYvu.png?updatedAt=1747825877079" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
653
+ <img alt="Illustration of a calendar, symbolizing the calendar on the Nuento platform." src="https://ik.imagekit.io/nuento/emails/kalender_nTjhViYvu.png?updatedAt=1747825877079" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
646
654
 
647
655
  </td>
648
656
  </tr>
@@ -668,11 +676,13 @@
668
676
  <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
669
677
 
670
678
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
671
- 0px;">Keep your calendar up to date. On Nuento you have a dedicated calendar where you can block the days when you cannot accept more orders.</p>
672
- <p style="line-height: 24px; margin: 16px
673
- 0px;">This ensures that you avoid having to decline orders and thereby improves your ranking when customers search on Nuento.</p>
674
- <p style="line-height: 24px; margin: 16px
675
- 0px;"><a href="https://nuento.notion.site/Hvordan-ajourf-rer-jeg-min-kalender-18838ff5dd014b0589d15a3cd9e6f0d3" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read more</a></p></div>
679
+ 0px;">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.</p>
680
+ <p style="line-height: 24px; margin: 16px
681
+ 0px;">This helps you avoid declining orders - and improves your ranking when customers search on Nuento.</p>
682
+ <p style="line-height: 24px; margin: 16px
683
+ 0px;">
684
+ <a href="https://nuento.co.uk/account/calendar" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">See your calendar</a>
685
+ </p></div>
676
686
 
677
687
  </td>
678
688
  </tr>
@@ -758,7 +768,7 @@
758
768
  <tr>
759
769
  <td style="width:78px;">
760
770
 
761
- <img alt="Illustration af en kvittering, der symboliserer udbetaling Nuento-platformen" src="https://ik.imagekit.io/nuento/emails/udbetaling_xEuwUsP5C.png?updatedAt=1747825877167" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
771
+ <img alt="Illustration of a receipt, symbolizing payouts on the Nuento platform." src="https://ik.imagekit.io/nuento/emails/udbetaling_xEuwUsP5C.png?updatedAt=1747825877167" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
762
772
 
763
773
  </td>
764
774
  </tr>
@@ -784,11 +794,13 @@
784
794
  <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
785
795
 
786
796
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
787
- 0px;">View your payouts and download for accounting.</p>
788
- <p style="line-height: 24px; margin: 16px
789
- 0px;">Customers on Nuento can pay with both credit card and bank transfer. This can affect when you receive your payout.</p>
790
- <p style="line-height: 24px; margin: 16px
791
- 0px;"><a href="https://nuento.notion.site/Hvorn-r-modtager-jeg-min-udbetaling-3273de1d75d047b3a53a84eadeb14a37" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read more</a></p></div>
797
+ 0px;">See your payouts and download records for bookkeeping.</p>
798
+ <p style="line-height: 24px; margin: 16px
799
+ 0px;">Customers on Nuento can pay by both payment card and bank transfer. This can affect when you receive your payout.</p>
800
+ <p style="line-height: 24px; margin: 16px
801
+ 0px; display: none;">
802
+ <a href target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read more</a>
803
+ </p></div>
792
804
 
793
805
  </td>
794
806
  </tr>
@@ -874,7 +886,7 @@
874
886
  <tr>
875
887
  <td style="width:78px;">
876
888
 
877
- <img alt="Illustration af et håndtryk, der symboliserer godkendelse af vilkår og betingelser Nuento." src="https://ik.imagekit.io/nuento/emails/vilk%C3%A5r_C_-MIKtom.png?updatedAt=1747825877179" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
889
+ <img alt="Illustration of a handshake, symbolizing acceptance of terms and conditions on Nuento." src="https://ik.imagekit.io/nuento/emails/vilk%C3%A5r_C_-MIKtom.png?updatedAt=1747825877179" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:16px;" width="78" height="auto">
878
890
 
879
891
  </td>
880
892
  </tr>
@@ -900,9 +912,11 @@
900
912
  <td align="left" style="font-size:0px;padding:0px 24px;word-break:break-word;">
901
913
 
902
914
  <div style="font-family:Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#222730;"><p style="line-height: 24px; margin: 16px
903
- 0px;">When you accept an order through Nuento, you accept our terms and conditions. The customer placing the order with you does the same. The purpose of the terms is to ensure a good experience for all parties.</p>
904
- <p style="line-height: 24px; margin: 16px
905
- 0px;"><a href="https://nuento.dk/help/terms-and-conditions" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read terms and conditions</a></p></div>
915
+ 0px;">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.</p>
916
+ <p style="line-height: 24px; margin: 16px
917
+ 0px;">
918
+ <a href="https://nuento.co.uk/help/terms-and-conditions-for-suppliers" target="_blank" style="line-height: 24px; text-decoration: underline; color: #000000;">Read terms and conditions</a>
919
+ </p></div>
906
920
 
907
921
  </td>
908
922
  </tr>
@@ -988,13 +1002,11 @@
988
1002
  <font size="4"><b style="line-height: 24px;">Do you have questions?</b></font>
989
1003
  </p>
990
1004
  <p style="line-height: 24px; margin: 16px
991
- 0px;">
992
- Don't hesitate to contact us.
993
- </p>
1005
+ 0px;">Don't hesitate to contact us.</p>
994
1006
  <p style="line-height: 24px; margin: 16px
995
1007
  0px;">
996
- support@nuento.dk
997
- <br><a href="tel:+4593406040" style="line-height: 24px; text-decoration: underline;">+45 93 40 60 40</a>
1008
+ {{ support.email }}
1009
+ <br><a href="tel:{{ support.phone }}" style="line-height: 24px; text-decoration: underline;">{{ support.phone }}</a>
998
1010
  </p></div>
999
1011
 
1000
1012
  </td>
@@ -197,7 +197,7 @@
197
197
  <tbody>
198
198
  <tr>
199
199
  <td align="center" bgcolor="#000000" role="presentation" style="border:none;border-radius:999px;cursor:auto;mso-padding-alt:10px 25px;background:#000000;" valign="middle">
200
- <a href="https://nuento.dk/account/settings/access" style="background-color: #FA3232; align: left; display: inline-block; background: #000000; color: #ffffff; font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px; margin: 0; text-decoration: none; text-transform: none; padding: 10px 25px; mso-padding-alt: 0px; border-radius: 999px;" target="_blank">
200
+ <a href="https://nuento.co.uk/account/settings/access" style="background-color: #FA3232; align: left; display: inline-block; background: #000000; color: #ffffff; font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; line-height: 24px; margin: 0; text-decoration: none; text-transform: none; padding: 10px 25px; mso-padding-alt: 0px; border-radius: 999px;" target="_blank">
201
201
  Go to Access
202
202
  </a>
203
203
  </td>
@@ -41,7 +41,7 @@
41
41
  </p>
42
42
  <p>[[login_instructions]]</p>
43
43
  </mj-text>
44
- <mj-button font-weight="700" align="left" inner-padding="18px 25px" color="#ffffff" background-color="#F55645" href="https://nuento.dk/account">
44
+ <mj-button font-weight="700" align="left" inner-padding="18px 25px" color="#ffffff" background-color="#F55645" href="[[urls.root]]/account">
45
45
  [[go_to_nuento_button]]
46
46
  </mj-button>
47
47
  <mj-text>
@@ -19,7 +19,7 @@
19
19
  <p>[[re_signup_instructions]]</p>
20
20
  <p>[[login_instructions]]</p>
21
21
  </mj-text>
22
- <mj-button font-weight="700" align="left" inner-padding="18px 25px" color="#ffffff" background-color="#F55645" href="https://nuento.dk/account">
22
+ <mj-button font-weight="700" align="left" inner-padding="18px 25px" color="#ffffff" background-color="#F55645" href="[[urls.root]]/account">
23
23
  [[go_to_nuento_button]]
24
24
  </mj-button>
25
25
  <mj-text>