@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.
- package/dist/html/buyer/membership-payment-declined/en.html +1 -1
- package/dist/html/buyer/membership-type-not-exist/en.html +1 -1
- package/dist/html/buyer/order-declined-coupon/en.html +1 -1
- package/dist/html/buyer/place-order-confirmed/en.html +2 -2
- package/dist/html/buyer/rate2-reminder/en.html +1 -1
- package/dist/html/supplier/account-restricted/en.html +1 -1
- package/dist/html/supplier/account-restricted-soon/en.html +1 -1
- package/dist/html/supplier/account-user-accepted-invitation/en.html +1 -1
- package/dist/html/supplier/account-user-invite/en.html +1 -1
- package/dist/html/supplier/bank-account-changed/en.html +1 -1
- package/dist/html/supplier/new-member/en.html +1 -1
- package/dist/html/supplier/new-member-message/da.html +1 -1
- package/dist/html/supplier/new-member-message/en.html +1 -1
- package/dist/html/supplier/payout/da.html +22 -145
- package/dist/html/supplier/payout/en.html +22 -145
- package/dist/html/supplier/supplier-product-approved/en.html +1 -1
- package/dist/html/supplier/supplier-public/da.html +37 -25
- package/dist/html/supplier/supplier-public/en.html +55 -43
- package/dist/html/supplier/user-permission-changed/en.html +1 -1
- package/dist/templates/buyer/membership-payment-declined/template.mjml +1 -1
- package/dist/templates/buyer/membership-type-not-exist/template.mjml +1 -1
- package/dist/templates/buyer/order-declined-coupon/template.mjml +1 -1
- package/dist/templates/buyer/place-order-confirmed/template.mjml +2 -2
- package/dist/templates/buyer/rate2-reminder/template.mjml +1 -1
- package/dist/templates/supplier/account-restricted/template.mjml +1 -1
- package/dist/templates/supplier/account-restricted-soon/template.mjml +1 -1
- package/dist/templates/supplier/account-user-accepted-invitation/template.mjml +1 -1
- package/dist/templates/supplier/account-user-invite/template.mjml +1 -1
- package/dist/templates/supplier/bank-account-changed/template.mjml +1 -1
- package/dist/templates/supplier/new-member/da.json +1 -1
- package/dist/templates/supplier/new-member/en.json +1 -1
- package/dist/templates/supplier/new-member-message/da.json +1 -1
- package/dist/templates/supplier/new-member-message/en.json +1 -1
- package/dist/templates/supplier/payout/da.json +5 -15
- package/dist/templates/supplier/payout/en.json +5 -15
- package/dist/templates/supplier/payout/template.mjml +17 -74
- package/dist/templates/supplier/supplier-product-approved/da.json +1 -1
- package/dist/templates/supplier/supplier-product-approved/en.json +1 -1
- package/dist/templates/supplier/supplier-public/da.json +35 -18
- package/dist/templates/supplier/supplier-public/en.json +35 -18
- package/dist/templates/supplier/supplier-public/template.mjml +139 -97
- package/dist/templates/supplier/user-permission-changed/template.mjml +1 -1
- package/package.json +1 -1
|
@@ -1,150 +1,192 @@
|
|
|
1
1
|
<mj-section>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
<mj-column>
|
|
3
|
+
<mj-image
|
|
4
|
+
src="https://ik.imagekit.io/nuento/emails/Nuento%20-%20Team%20Confetti-%20New%20team-1200_LYqTiYH4b.jpg"
|
|
5
|
+
alt="[[hero_image_alt]]"
|
|
6
|
+
/>
|
|
7
|
+
</mj-column>
|
|
5
8
|
</mj-section>
|
|
6
|
-
|
|
7
9
|
<mj-section padding-top="10px" padding-bottom="10px">
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
</mj-section>
|
|
17
|
-
|
|
10
|
+
<mj-column>
|
|
11
|
+
<mj-text>
|
|
12
|
+
<p>[[intro_greeting]]</p>
|
|
13
|
+
<h2>[[intro_heading]]</h2>
|
|
14
|
+
<p>[[intro_body_1]]</p>
|
|
15
|
+
<p>[[intro_body_2]]</p>
|
|
16
|
+
</mj-text>
|
|
17
|
+
</mj-column>
|
|
18
|
+
</mj-section>
|
|
18
19
|
<mj-section>
|
|
19
20
|
<mj-column>
|
|
20
21
|
<mj-divider />
|
|
21
22
|
</mj-column>
|
|
22
23
|
</mj-section>
|
|
23
|
-
|
|
24
24
|
<mj-section padding-top="20px" padding-bottom="20px">
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
25
|
+
<mj-column width="17%">
|
|
26
|
+
<mj-image
|
|
27
|
+
padding="16px 0 0 24px"
|
|
28
|
+
src="https://ik.imagekit.io/nuento/emails/log-ind_1o15ZHFDJ.png?updatedAt=1747825876940"
|
|
29
|
+
alt="[[login_image_alt]]"
|
|
30
|
+
/>
|
|
31
|
+
</mj-column>
|
|
32
|
+
<mj-column width="83%">
|
|
33
|
+
<mj-text>
|
|
34
|
+
<p>[[login_intro]]</p>
|
|
35
|
+
<p>
|
|
36
|
+
<b>{{ user.phone }}</b>
|
|
37
|
+
</p>
|
|
38
|
+
<p>
|
|
39
|
+
<a
|
|
40
|
+
href="[[urls.root]]"
|
|
41
|
+
target="_blank"
|
|
42
|
+
style="color: #000000; font-weight: bold"
|
|
43
|
+
>[[login_link_text]]</a
|
|
44
|
+
>
|
|
45
|
+
</p>
|
|
46
|
+
</mj-text>
|
|
47
|
+
</mj-column>
|
|
48
|
+
</mj-section>
|
|
37
49
|
<mj-section>
|
|
38
50
|
<mj-column>
|
|
39
51
|
<mj-divider />
|
|
40
52
|
</mj-column>
|
|
41
53
|
</mj-section>
|
|
42
|
-
|
|
43
54
|
<mj-section padding-top="20px" padding-bottom="20px">
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
</
|
|
54
|
-
|
|
55
|
+
<mj-column width="17%">
|
|
56
|
+
<mj-image
|
|
57
|
+
padding="16px 0 0 24px"
|
|
58
|
+
src="https://ik.imagekit.io/nuento/emails/godkend-ordre_3f36rKSQ7.png"
|
|
59
|
+
alt="[[approve_image_alt]]"
|
|
60
|
+
/>
|
|
61
|
+
</mj-column>
|
|
62
|
+
<mj-column width="83%">
|
|
63
|
+
<mj-text>
|
|
64
|
+
<p>[[approve_intro]]</p>
|
|
65
|
+
<p style="[[read_more_style]]">
|
|
66
|
+
<a href="[[approve_link_url]]" target="_blank" style="color: #000000"
|
|
67
|
+
>[[approve_link_text]]</a
|
|
68
|
+
>
|
|
69
|
+
</p>
|
|
70
|
+
</mj-text>
|
|
71
|
+
</mj-column>
|
|
72
|
+
</mj-section>
|
|
55
73
|
<mj-section>
|
|
56
74
|
<mj-column>
|
|
57
75
|
<mj-divider />
|
|
58
76
|
</mj-column>
|
|
59
77
|
</mj-section>
|
|
60
|
-
|
|
61
78
|
<mj-section padding-top="20px" padding-bottom="20px">
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
</
|
|
73
|
-
|
|
79
|
+
<mj-column width="17%">
|
|
80
|
+
<mj-image
|
|
81
|
+
padding="16px 0 0 24px"
|
|
82
|
+
src="https://ik.imagekit.io/nuento/emails/opret-ordre_g1W3z-ZiF.png?updatedAt=1747827289909"
|
|
83
|
+
alt="[[create_order_image_alt]]"
|
|
84
|
+
/>
|
|
85
|
+
</mj-column>
|
|
86
|
+
<mj-column width="83%">
|
|
87
|
+
<mj-text>
|
|
88
|
+
<p>[[create_order_intro_1]]</p>
|
|
89
|
+
<p>[[create_order_intro_2]]</p>
|
|
90
|
+
<p style="[[read_more_style]]">
|
|
91
|
+
<a
|
|
92
|
+
href="[[create_order_link_url]]"
|
|
93
|
+
target="_blank"
|
|
94
|
+
style="color: #000000"
|
|
95
|
+
>[[create_order_link_text]]</a
|
|
96
|
+
>
|
|
97
|
+
</p>
|
|
98
|
+
</mj-text>
|
|
99
|
+
</mj-column>
|
|
100
|
+
</mj-section>
|
|
74
101
|
<mj-section>
|
|
75
102
|
<mj-column>
|
|
76
103
|
<mj-divider />
|
|
77
104
|
</mj-column>
|
|
78
105
|
</mj-section>
|
|
79
|
-
|
|
80
106
|
<mj-section padding-top="20px" padding-bottom="20px">
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
</
|
|
92
|
-
|
|
107
|
+
<mj-column width="17%">
|
|
108
|
+
<mj-image
|
|
109
|
+
padding="16px 0 0 24px"
|
|
110
|
+
src="https://ik.imagekit.io/nuento/emails/kalender_nTjhViYvu.png?updatedAt=1747825877079"
|
|
111
|
+
alt="[[calendar_image_alt]]"
|
|
112
|
+
/>
|
|
113
|
+
</mj-column>
|
|
114
|
+
<mj-column width="83%">
|
|
115
|
+
<mj-text>
|
|
116
|
+
<p>[[calendar_intro_1]]</p>
|
|
117
|
+
<p>[[calendar_intro_2]]</p>
|
|
118
|
+
<p style="[[calendar_link_style]]">
|
|
119
|
+
<a href="[[calendar_link_url]]" target="_blank" style="color: #000000"
|
|
120
|
+
>[[calendar_link_text]]</a
|
|
121
|
+
>
|
|
122
|
+
</p>
|
|
123
|
+
</mj-text>
|
|
124
|
+
</mj-column>
|
|
125
|
+
</mj-section>
|
|
93
126
|
<mj-section>
|
|
94
127
|
<mj-column>
|
|
95
128
|
<mj-divider />
|
|
96
129
|
</mj-column>
|
|
97
130
|
</mj-section>
|
|
98
|
-
|
|
99
131
|
<mj-section padding-top="20px" padding-bottom="20px">
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
</
|
|
111
|
-
|
|
132
|
+
<mj-column width="17%">
|
|
133
|
+
<mj-image
|
|
134
|
+
padding="16px 0 0 24px"
|
|
135
|
+
src="https://ik.imagekit.io/nuento/emails/udbetaling_xEuwUsP5C.png?updatedAt=1747825877167"
|
|
136
|
+
alt="[[payout_image_alt]]"
|
|
137
|
+
/>
|
|
138
|
+
</mj-column>
|
|
139
|
+
<mj-column width="83%">
|
|
140
|
+
<mj-text>
|
|
141
|
+
<p>[[payout_intro_1]]</p>
|
|
142
|
+
<p>[[payout_intro_2]]</p>
|
|
143
|
+
<p style="[[read_more_style]]">
|
|
144
|
+
<a href="[[payout_link_url]]" target="_blank" style="color: #000000"
|
|
145
|
+
>[[payout_link_text]]</a
|
|
146
|
+
>
|
|
147
|
+
</p>
|
|
148
|
+
</mj-text>
|
|
149
|
+
</mj-column>
|
|
150
|
+
</mj-section>
|
|
112
151
|
<mj-section>
|
|
113
152
|
<mj-column>
|
|
114
153
|
<mj-divider />
|
|
115
154
|
</mj-column>
|
|
116
155
|
</mj-section>
|
|
117
|
-
|
|
118
156
|
<mj-section padding-top="20px" padding-bottom="20px">
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
</
|
|
129
|
-
|
|
157
|
+
<mj-column width="17%">
|
|
158
|
+
<mj-image
|
|
159
|
+
padding="16px 0 0 24px"
|
|
160
|
+
src="https://ik.imagekit.io/nuento/emails/vilk%C3%A5r_C_-MIKtom.png?updatedAt=1747825877179"
|
|
161
|
+
alt="[[terms_image_alt]]"
|
|
162
|
+
/>
|
|
163
|
+
</mj-column>
|
|
164
|
+
<mj-column width="83%">
|
|
165
|
+
<mj-text>
|
|
166
|
+
<p>[[terms_intro]]</p>
|
|
167
|
+
<p>
|
|
168
|
+
<a href="[[terms_link_url]]" target="_blank" style="color: #000000"
|
|
169
|
+
>[[terms_link_text]]</a
|
|
170
|
+
>
|
|
171
|
+
</p>
|
|
172
|
+
</mj-text>
|
|
173
|
+
</mj-column>
|
|
174
|
+
</mj-section>
|
|
130
175
|
<mj-section>
|
|
131
176
|
<mj-column>
|
|
132
177
|
<mj-divider />
|
|
133
178
|
</mj-column>
|
|
134
179
|
</mj-section>
|
|
135
|
-
|
|
136
180
|
<mj-section padding-top="20px" padding-bottom="10px">
|
|
137
181
|
<mj-column>
|
|
138
182
|
<mj-text>
|
|
139
183
|
<p>
|
|
140
|
-
<font size="4"><b>[[
|
|
141
|
-
</p>
|
|
142
|
-
<p>
|
|
143
|
-
[[questions_body]]
|
|
184
|
+
<font size="4"><b>[[support_heading]]</b></font>
|
|
144
185
|
</p>
|
|
186
|
+
<p>[[support_body]]</p>
|
|
145
187
|
<p>
|
|
146
|
-
support
|
|
147
|
-
<br
|
|
188
|
+
{{ support.email }}
|
|
189
|
+
<br /><a href="tel:{{ support.phone }}">{{ support.phone }}</a>
|
|
148
190
|
</p>
|
|
149
191
|
</mj-text>
|
|
150
192
|
</mj-column>
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
<mj-section>
|
|
11
11
|
<mj-column>
|
|
12
|
-
<mj-button css-class="btn-link" align="left" font-size="18px" font-weight="bold" align="left" color="#ffffff" background-color="#000000" href="
|
|
12
|
+
<mj-button css-class="btn-link" align="left" font-size="18px" font-weight="bold" align="left" color="#ffffff" background-color="#000000" href="[[urls.root]]/account/settings/access">
|
|
13
13
|
[[go_to_access_button]]
|
|
14
14
|
</mj-button>
|
|
15
15
|
</mj-column>
|