-
Notifications
You must be signed in to change notification settings - Fork 0
/
nike-receipt.ftlh
435 lines (418 loc) · 13.2 KB
/
nike-receipt.ftlh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<#--<#include "components.ftlh">-->
<#assign baseUrl = ''>
<@defineStyles />
<@Html>
<@Head />
<@Preview>Get your order summary, estimated delivery date and more</@Preview>
<@Body style=main>
<@Container style=container>
<@Section style=track.container>
<@Row>
<@Column>
<@Text style=global.paragraphWithBold>Tracking Number</@Text>
<@Text style=track.number>1ZV218970300071628</@Text>
</@Column>
<@Column align="right">
<@Link style=global.button>Track Package</@Link>
</@Column>
</@Row>
</@Section>
<@Hr style=global.hr />
<@Section style=message>
<@Img
src= baseUrl + "images/nike-logo.png"
width="66"
height="22"
alt="Nike"
style={ "margin": 'auto' }
/>
<@Heading style=global.heading>It's On Its Way.</@Heading>
<@Text style=global.text>
You order's is on its way. Use the link above to track its progress.
</@Text>
<@Text style= global.text + { "margin-top": 24 }>
We´ve also charged your payment method for the cost of your order
and will be removing any authorization holds. For payment details,
please visit your Orders page on Nike.com or in the Nike app.
</@Text>
</@Section>
<@Hr style=global.hr />
<@Section style=global.defaultPadding>
<@Text style=adressTitle>Shipping to: Alan Turing</@Text>
<@Text style= global.text + { "font-size": 14 }>
2125 Chestnut St, San Francisco, CA 94123
</@Text>
</@Section>
<@Hr style=global.hr />
<@Section
style= paddingX + { "padding-top": '40px', "padding-bottom": '40px' }
>
<@Row>
<@Column>
<@Img
src= baseUrl + "images/nike-product.png"
alt="Brazil 2022/23 Stadium Away Women's Nike Dri-FIT Soccer Jersey"
style={ "float": 'left' }
width="260px"
/>
</@Column>
<@Column style={ "vertical-align": 'top', "padding-left": '12px' }>
<@Text style= paragraph + { "font-weight": '500' }>
Brazil 2022/23 Stadium Away Women's Nike Dri-FIT Soccer Jersey
</@Text>
<@Text style=global.text>Size L (12–14)</@Text>
</@Column>
</@Row>
</@Section>
<@Hr style=global.hr />
<@Section style=global.defaultPadding>
<@Row style={ "display": 'inline-flex', "margin-bottom": '40px' }>
<@Column style={ "width": '170px' }>
<@Text style=global.paragraphWithBold>Order Number</@Text>
<@Text style=track.number>C0106373851</@Text>
</@Column>
<@Column>
<@Text style=global.paragraphWithBold>Order Date</@Text>
<@Text style=track.number>Sep 22, 2022</@Text>
</@Column>
</@Row>
<@Row>
<@Column align="center">
<@Link style=global.button>Order Status</@Link>
</@Column>
</@Row>
</@Section>
<@Hr style=global.hr />
<@Section style=paddingY>
<@Row>
<@Text style=global.heading>Top Picks For You</@Text>
</@Row>
<@Row style=recommendations.container>
<@Column
style= recommendations.product + { "padding-left": '4px' }
align="center"
>
<@Img
src= baseUrl + "images/nike-recommendation-1.png"
alt="Brazil 2022/23 Stadium Away Women's Nike Dri-FIT Soccer Jersey"
width="100%"
/>
<@Text style=recommendations.title>
USWNT 2022/23 Stadium Home
</@Text>
<@Text style=recommendations.text>
Women's Nike Dri-FIT Soccer Jersey
</@Text>
</@Column>
<@Column style=recommendations.product align="center">
<@Img
src= baseUrl + "images/nike-recommendation-2.png"
alt="Brazil 2022/23 Stadium Away Women's Nike Dri-FIT Soccer Jersey"
width="100%"
/>
<@Text style=recommendations.title>
Brazil 2022/23 Stadium Goalkeeper
</@Text>
<@Text style=recommendations.text>
Men's Nike Dri-FIT Short-Sleeve Football Shirt
</@Text>
</@Column>
<@Column style=recommendations.product align="center">
<@Img
src= baseUrl + "images/nike-recommendation-4.png"
alt="Brazil 2022/23 Stadium Away Women's Nike Dri-FIT Soccer Jersey"
width="100%"
/>
<@Text style=recommendations.title>FFF</@Text>
<@Text style=recommendations.text>Women's Soccer Jacket</@Text>
</@Column>
<@Column
style= recommendations.product + { "padding-right": '4px' }
align="center"
>
<@Img
src= baseUrl + "images/nike-recommendation-4.png"
alt="Brazil 2022/23 Stadium Away Women's Nike Dri-FIT Soccer Jersey"
width="100%"
/>
<@Text style=recommendations.title>FFF</@Text>
<@Text style=recommendations.text>
Women's Nike Pre-Match Football Top
</@Text>
</@Column>
</@Row>
</@Section>
<@Hr style=global.hr />
<@Section style=menu.container>
<@Row>
<@Text style=menu.title>Get Help</@Text>
</@Row>
<@Row style=menu.content>
<@Column style={ "width": '33%' } colSpan=1>
<@Link href="/" style=menu.text>
Shipping Status
</@Link>
</@Column>
<@Column style={ "width": '33%' } colSpan=1>
<@Link href="/" style=menu.text>
Shipping & Delivery
</@Link>
</@Column>
<@Column style={ "width": '33%' } colSpan=1>
<@Link href="/" style=menu.text>
Returns & Exchanges
</@Link>
</@Column>
</@Row>
<@Row style= menu.content + { "padding-top": '0' }>
<@Column style={ "width": '33%' } colSpan=1>
<@Link href="/" style=menu.text>
How to Return
</@Link>
</@Column>
<@Column style={ "width": '66%' } colSpan=2>
<@Link href="/" style=menu.text>
Contact Options
</@Link>
</@Column>
</@Row>
<@Hr style=global.hr />
<@Row style=menu.tel>
<@Column>
<@Section>
<@Column style={ "width": '16px' }>
<@Img
src= baseUrl + "images/nike-phone.png"
width="16px"
height="26px"
style={ "padding-right": '14px' }
/>
</@Column>
<@Column>
<@Text style= menu.text + { "margin-bottom": '0' }>
1-800-806-6453
</@Text>
</@Column>
</@Section>
</@Column>
<@Column>
<@Text
style= menu.text + {
"margin-bottom": '0'
}
>
4 am - 11 pm PT
</@Text>
</@Column>
</@Row>
</@Section>
<@Hr style=global.hr />
<@Section style=paddingY>
<@Row>
<@Text style=global.heading>Nike.com</@Text>
</@Row>
<@Row style=categories.container>
<@Column align="center">
<@Link href="/" style=categories.text>
Men
</@Link>
</@Column>
<@Column align="center">
<@Link href="/" style=categories.text>
Women
</@Link>
</@Column>
<@Column align="center">
<@Link href="/" style=categories.text>
Kids
</@Link>
</@Column>
<@Column align="center">
<@Link href="/" style=categories.text>
Customize
</@Link>
</@Column>
</@Row>
</@Section>
<@Hr style= global.hr + { "margin-top": '12px' } />
<@Section style=paddingY>
<@Row style=footer.policy>
<@Column>
<@Text style=footer.text>Web Version</@Text>
</@Column>
<@Column>
<@Text style=footer.text>Privacy Policy</@Text>
</@Column>
</@Row>
<@Row>
<@Text style= footer.text + { "padding-top": '30px', "padding-bottom": '30px' }>
Please contact us if you have any questions. (If you reply to this
email, we won't be able to see it.)
</@Text>
</@Row>
<@Row>
<@Text style=footer.text>
© 2022 Nike, Inc. All Rights Reserved.
</@Text>
</@Row>
<@Row>
<@Text style=footer.text>
NIKE, INC. One Bowerman Drive, Beaverton, Oregon 97005, USA.
</@Text>
</@Row>
</@Section>
</@Container>
</@Body>
</@Html>
<#macro defineStyles>
<#assign paddingX = {
"padding-left": '40px',
"padding-right": '40px'
}>
<#assign paddingY = {
"padding-top": '22px',
"padding-bottom": '22px'
}>
<#assign paragraph = {
"margin": '0',
"line-height": '2'
}>
<#assign global = {
"paddingX": paddingX,
"paddingY": paddingY,
"defaultPadding": paddingX + paddingY,
"paragraphWithBold": paragraph + { "font-weight": 'bold' },
"heading": {
"font-size": '32px',
"line-height": '1.3',
"font-weight": '700',
"text-align": 'center',
"letter-spacing": '-1px'
},
"text": paragraph + {
"color": '#747474',
"font-weight": '500'
},
"button": {
"border": '1px solid #929292',
"font-size": '16px',
"text-decoration": 'none',
"padding": '10px 0px',
"width": '220px',
"display": 'block',
"text-align": 'center',
"font-weight": 500,
"color": '#000'
},
"hr": {
"border-color": '#E5E5E5',
"margin": '0'
}
}>
<#assign main = {
"background-color": '#ffffff',
"font-family":
'-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif'
}>
<#assign container = {
"margin": '10px auto',
"width": '600px',
"max-width": '100%',
"border": '1px solid #E5E5E5'
}>
<#assign track = {
"container": {
"padding": '22px 40px',
"background-color": '#F7F7F7'
},
"number": {
"margin": '12px 0 0 0',
"font-weight": 500,
"line-height": '1.4',
"color": '#6F6F6F'
}
}>
<#assign message = {
"padding": '40px 74px',
"text-align": 'center'
}>
<#assign adressTitle = paragraph + {
"font-size": '15px',
"font-weight": 'bold'
}>
<#assign recommendationsText = {
"margin": '0',
"font-size": '15px',
"line-height": '1',
"padding-left": '10px',
"padding-right": '10px'
}>
<#assign recommendations = {
"container": {
"padding": '20px 0'
},
"product": {
"vertical-align": 'top',
"text-align": 'left',
"padding-left": '2px',
"padding-right": '2px'
},
"title": recommendationsText + { "padding-top": '12px', "font-weight": '500' },
"text": recommendationsText + {
"padding-top": '4px',
"color": '#747474'
}
}>
<#assign menu = {
"container": {
"padding-left": '20px',
"padding-right": '20px',
"padding-top": '20px',
"background-color": '#F7F7F7'
},
"content": paddingY + {
"padding-left": '20px',
"padding-right": '20px'
},
"title": {
"padding-left": '20px',
"padding-right": '20px',
"font-weight": 'bold'
},
"text": {
"font-size": '13.5px',
"margin-top": 0,
"font-weight": 500,
"color": '#000'
},
"tel": {
"padding-left": '20px',
"padding-right": '20px',
"padding-top": '32px',
"padding-bottom": '22px'
}
}>
<#assign categories = {
"container": {
"width": '370px',
"margin": 'auto',
"padding-top": '12px'
},
"text": {
"font-weight": '500',
"color": '#000'
}
}>
<#assign footer = {
"policy": {
"width": '166px',
"margin": 'auto'
},
"text": {
"margin": '0',
"color": '#AFAFAF',
"font-size": '13px',
"text-align": 'center'
}
}>
</#macro>