-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckout.html
More file actions
713 lines (680 loc) · 51.9 KB
/
Copy pathcheckout.html
File metadata and controls
713 lines (680 loc) · 51.9 KB
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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Material Design for Bootstrap</title>
<!-- MDB icon -->
<link rel="icon" href="" type="image/x-icon" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<!-- Google Fonts Montserrat -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- MDB -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<!-- BST5 -->
<link rel="stylesheet" href="css/mdb.min.css" />
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section class="bg-light py-5">
<div class="container">
<div class="row">
<div class="col-xl-8 col-lg-8 mb-4">
<div>
<div class="p-4 px-0 pt-0 d-flex justify-content-between">
<div>
<a href="">
<h5 class="" style="color: black; font-size: 30px; font-weight: 400;">THÁI CÔNG
ONLINE STORE
</h5>
</a>
<div class="px-4 py-2 d-none d-lg-block">
<nav style="--bs-breadcrumb-divider: '>';" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="cart.html">Giỏ hàng</a></li>
<li class="breadcrumb-item fw-medium"><a href="#">Thông tin giao hàng</a>
</li>
</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<div class=" d-block d-lg-none">
<div class="p-4 px-0 pt-0 d-flex justify-content-between">
<div class="col col d-flex justify-content-center justify-content-lg-end">
<div class="ms-lg-4 mt-md-4 mt-lg-0 w-100">
<h6 class="text-dark mb-4">Sản phẩm</h6>
<div class="d-flex align-items-center mb-4">
<div class="me-3 position-relative">
<span
class="position-absolute top-0 start-100 translate-middle badge rounded-pill badge-secondary">
1
</span>
<img src="img/lixi1.jpeg" style="height: 96px; width: 96x;"
class="img-sm rounded border" />
</div>
<div class="">
<a href="#" class="nav-link">
HỘP LÌ XÌ NÂU ĐỒNG, GỒM 6 BAO LÌ XÌ VÀ 6 THIỆP CHÚC
</a>
<div class="price text-muted">399,000₫</div>
</div>
</div>
<div class="d-flex align-items-center mb-4">
<div class="me-3 position-relative">
<span
class="position-absolute top-0 start-100 translate-middle badge rounded-pill badge-secondary">
1
</span>
<img src="img/KHUNGTRANH2.jpg" style="height: 96px; width: 96x;"
class="img-sm rounded border" />
</div>
<div class="">
<a href="#" class="nav-link">
KHUNG ẢNH SIZE M
</a>
<div class="price text-muted">17,420,000₫</div>
</div>
</div>
<hr>
<h6 class="mb-3">Thống kê</h6>
<div class="d-flex justify-content-between">
<p class="mb-2">Đơn hàng:</p>
<p class="mb-2">2,141,000Đ</p>
</div>
<div class="d-flex justify-content-between">
<p class="mb-2">Giảm giá:</p>
<p class="mb-2 text-danger">- 0Đ</p>
</div>
<div class="d-flex justify-content-between">
<p class="mb-2">Phí vận chuyển:</p>
<p class="mb-2">+ 135,000Đ</p>
</div>
<hr />
<div class="d-flex justify-content-between">
<p class="mb-2">Thành tiền:</p>
<p class="mb-2 fw-bold">2,276,000Đ</p>
</div>
<div class="input-group mt-2 mb-5">
<input type="text" class="form-checkout form-control rounded-0 py-4" name=""
placeholder="Mã ưu đãi" />
<button
class="btn bg-black shadow-none text-white text-primary border rounded-0">Áp
dụng</button>
</div>
<hr />
</div>
</div>
</div>
</div>
<!-- Checkout -->
<form action="comfimation.html">
<div>
<div class="p-4 px-0 pt-0">
<h5 class="card-title mb-3">Thông tin giao hàng
</h5>
<div class="row">
<div class="col-12 mb-3">
<div class="form-outlines">
<input type="text" id="typeText" placeholder="Họ và tên (*)" required
class="form-checkout form-control rounded-0" />
</div>
</div>
<div class="col-7 pe-0">
<div class="form-outlines">
<input type="email" id="typeEmail" placeholder="Email" required
class="form-checkout form-control rounded-0" />
</div>
</div>
<div class="col-5 mb-3">
<div class="form-outlines">
<input type="tel" id="typePhone" placeholder="Điện thoại (*)" required
class="form-checkout form-control rounded-0" />
</div>
</div>
<div class="col-12 mb-3">
<div class="form-outlines">
<input type="text" id="typeText" placeholder="Địa chỉ (*)" required
class="form-checkout form-control rounded-0" />
</div>
</div>
<div class="col-6 mb-3 pe-0">
<div
class="custom-dropdown form-checkout form-select form-control rounded-0 mb-3 p-0">
<div class="dropdown-button form-checkout form-select rounded-0 border-0"
id="dropdownButton">Chọn thành phố</div>
<select class="dropdown-options form-checkout form-select rounded-0 mb-3"
aria-label=".form-select-lg form-control example" size="5"
id="mySelectOptions">
<option class="option" value="0">Hồ Chí Minh</option>
<option class="option" value="1">Hà Nội</option>
<option class="option" value="2">Đà Lạt</option>
<option class="option" value="3">Huế</option>
<option class="option" value="4">Đà Nẵng</option>
<option class="option" value="5">Bình Dương</option>
<option class="option" value="6">Hải Phòng</option>
<option class="option" value="7">Long An</option>
<option class="option" value="8">Tiền Giang</option>
<option class="option" value="9">Bến Tre</option>
<option class="option" value="10">Quảng Ngãi</option>
<option class="option" value="11">Thái Bình</option>
<option class="option" value="12">Hà Tĩnh</option>
<option class="option" value="13">Cần Thơ</option>
<option class="option" value="14">Hải Dương</option>
<option class="option" value="15">Thanh Hóa</option>
<option class="option" value="16">Vũng Tàu</option>
<option class="option" value="17">Đồng Nai</option>
<option class="option" value="18">Nha Trang</option>
<option class="option" value="19">Hạ Long</option>
<option class="option" value="20">Quy Nhơn</option>
<option class="option" value="21">Đồng Tháp</option>
<option class="option" value="22">Hải Phòng</option>
</select>
</div>
</div>
<div class="col-6 mb-3">
<div
class="custom-dropdown form-checkout form-select form-control rounded-0 mb-3 p-0">
<div class="dropdown-button form-checkout form-select rounded-0 border-0"
id="dropdownButtonx">Chọn quận huyện</div>
<select class="dropdown-options form-checkout form-select rounded-0 mb-3"
aria-label=".form-select-lg form-control example" size="5"
id="mySelectOptionsx">
<option class="option" value="1">Quận 1</option>
<option class="option" value="2">Quận 2</option>
<option class="option" value="3">Quận 3</option>
<option class="option" value="4">Quận 4</option>
<option class="option" value="5">Quận 5</option>
<option class="option" value="6">Quận 6</option>
<option class="option" value="7">Quận 7</option>
<option class="option" value="8">Quận 8</option>
<option class="option" value="9">Quận 9</option>
<option class="option" value="10">Quận 10</option>
<option class="option" value="11">Quận 11</option>
<option class="option" value="12">Quận 12</option>
<option class="option" value="13">Huyện Bình Chánh</option>
<option class="option" value="14">Huyện Cần Giờ</option>
<option class="option" value="15">Huyện Củ Chi</option>
<option class="option" value="16">Huyện Hóc Môn</option>
<option class="option" value="17">Huyện Nhà Bè</option>
<option class="option" value="18">Huyện Phú Nhuận</option>
<option class="option" value="19">Huyện Tân Bình</option>
</select>
</div>
</div>
</div>
<div class="form-check">
<input style="border-radius: 0;" class="form-check-input" type="checkbox" value=""
id="flexCheckDefault" />
<label class="form-check-label" for="flexCheckDefault">Nhận thông tin đơn
hàng</label>
</div>
<hr class="my-4" />
<div>
<h5 class="card-title my-3">Phương thức thanh toán</h5>
<div class="row">
<!-- Left -->
<div class="col">
<div class="accordion rounded-0" id="accordionPayment">
<!-- Credit card -->
<div class="accordion-item rounded-0 mb-3">
<h2
class="h5 px-3 py-3 accordion-header d-flex justify-content-between align-items-center">
<div class="form-check w-100 collapsed"
data-bs-toggle="collapse" data-bs-target="#collapseCC"
aria-expanded="false">
<input class="form-check-input" type="radio" name="payment"
id="payment1">
<label class="form-check-label pt-1 fs-6" for="payment1">
Thẻ ATM nội địa/Internet Banking | OnePay</label>
</div>
<span>
<svg width="34" height="25"
xmlns="http://www.w3.org/2000/svg">
<g fill-rule="nonzero" fill="#333840">
<path
d="M29.418 2.083c1.16 0 2.101.933 2.101 2.084v16.666c0 1.15-.94 2.084-2.1 2.084H4.202A2.092 2.092 0 0 1 2.1 20.833V4.167c0-1.15.941-2.084 2.102-2.084h25.215ZM4.203 0C1.882 0 0 1.865 0 4.167v16.666C0 23.135 1.882 25 4.203 25h25.215c2.321 0 4.203-1.865 4.203-4.167V4.167C33.62 1.865 31.739 0 29.418 0H4.203Z">
</path>
<path
d="M4.203 7.292c0-.576.47-1.042 1.05-1.042h4.203c.58 0 1.05.466 1.05 1.042v2.083c0 .575-.47 1.042-1.05 1.042H5.253c-.58 0-1.05-.467-1.05-1.042V7.292Zm0 6.25c0-.576.47-1.042 1.05-1.042H15.76c.58 0 1.05.466 1.05 1.042 0 .575-.47 1.041-1.05 1.041H5.253c-.58 0-1.05-.466-1.05-1.041Zm0 4.166c0-.575.47-1.041 1.05-1.041h2.102c.58 0 1.05.466 1.05 1.041 0 .576-.47 1.042-1.05 1.042H5.253c-.58 0-1.05-.466-1.05-1.042Zm6.303 0c0-.575.47-1.041 1.051-1.041h2.101c.58 0 1.051.466 1.051 1.041 0 .576-.47 1.042-1.05 1.042h-2.102c-.58 0-1.05-.466-1.05-1.042Zm6.304 0c0-.575.47-1.041 1.051-1.041h2.101c.58 0 1.05.466 1.05 1.041 0 .576-.47 1.042-1.05 1.042h-2.101c-.58 0-1.05-.466-1.05-1.042Zm6.304 0c0-.575.47-1.041 1.05-1.041h2.102c.58 0 1.05.466 1.05 1.041 0 .576-.47 1.042-1.05 1.042h-2.101c-.58 0-1.05-.466-1.05-1.042Z">
</path>
</g>
</svg>
</span>
</h2>
<div id="collapseCC" class="accordion-collapse collapse show"
data-bs-parent="#accordionPayment">
<div class="accordion-body">
<div class="mb-3">
<input type="text"
class="form-control form-checkout rounded-0 "
placeholder="Mã số thẻ">
</div>
<div class="row">
<div class="col-lg-6">
<div class="mb-3">
<input type="text"
class="form-control form-checkout rounded-0 "
placeholder="Tên chủ thẻ">
</div>
</div>
<div class="col-lg-3">
<div class="mb-3">
<input type="text"
class="form-control form-checkout rounded-0 "
placeholder="MM/YY">
</div>
</div>
<div class="col-lg-3">
<div class="mb-3">
<input type="password"
class="form-control form-checkout rounded-0"
placeholder="CVV">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- PayPal -->
<div class="accordion-item mb-3 rounded-0 border">
<h2
class="h5 px-3 py-3 accordion-header d-flex justify-content-between align-items-center">
<div class="form-check w-100 collapsed"
data-bs-toggle="collapse" data-bs-target="#collapsePP"
aria-expanded="false">
<input class="form-check-input" type="radio" name="payment"
id="payment2">
<label class="form-check-label pt-1 fs-6" for="payment2">
Thanh toán online bằng Paypal | OnePay
</label>
</div>
<span>
<svg width="103" height="25"
xmlns="http://www.w3.org/2000/svg">
<g fill="none" fill-rule="evenodd">
<path
d="M8.962 5.857h7.018c3.768 0 5.187 1.907 4.967 4.71-.362 4.627-3.159 7.187-6.87 7.187h-1.872c-.51 0-.852.337-.99 1.25l-.795 5.308c-.052.344-.233.543-.505.57h-4.41c-.414 0-.561-.317-.452-1.003L7.74 6.862c.105-.68.478-1.005 1.221-1.005Z"
fill="#009EE3"></path>
<path
d="M39.431 5.542c2.368 0 4.553 1.284 4.254 4.485-.363 3.805-2.4 5.91-5.616 5.919h-2.81c-.404 0-.6.33-.705 1.005l-.543 3.455c-.082.522-.35.779-.745.779h-2.614c-.416 0-.561-.267-.469-.863l2.158-13.846c.106-.68.362-.934.827-.934h6.263Zm-4.257 7.413h2.129c1.331-.051 2.215-.973 2.304-2.636.054-1.027-.64-1.763-1.743-1.757l-2.003.009-.687 4.384Zm15.618 7.17c.239-.217.482-.33.447-.062l-.085.642c-.043.335.089.512.4.512h2.323c.391 0 .581-.157.677-.762l1.432-8.982c.072-.451-.039-.672-.38-.672H53.05c-.23 0-.343.128-.402.48l-.095.552c-.049.288-.18.34-.304.05-.433-1.026-1.538-1.486-3.08-1.45-3.581.074-5.996 2.793-6.255 6.279-.2 2.696 1.732 4.813 4.279 4.813 1.848 0 2.674-.543 3.605-1.395l-.007-.005Zm-1.946-1.382c-1.542 0-2.616-1.23-2.393-2.738.223-1.507 1.665-2.737 3.206-2.737 1.542 0 2.616 1.23 2.394 2.737-.223 1.508-1.664 2.738-3.207 2.738Zm11.685-7.971h-2.355c-.486 0-.683.362-.53.808l2.925 8.561-2.868 4.075c-.241.34-.054.65.284.65h2.647a.81.81 0 0 0 .786-.386l8.993-12.898c.277-.397.147-.814-.308-.814H67.6c-.43 0-.602.17-.848.527l-3.75 5.435-1.676-5.447c-.098-.33-.342-.511-.793-.511h-.002Z"
fill="#113984"></path>
<path
d="M79.768 5.542c2.368 0 4.553 1.284 4.254 4.485-.363 3.805-2.4 5.91-5.616 5.919h-2.808c-.404 0-.6.33-.705 1.005l-.543 3.455c-.082.522-.35.779-.745.779h-2.614c-.417 0-.562-.267-.47-.863l2.162-13.85c.107-.68.362-.934.828-.934h6.257v.004Zm-4.257 7.413h2.128c1.332-.051 2.216-.973 2.305-2.636.054-1.027-.64-1.763-1.743-1.757l-2.004.009-.686 4.384Zm15.618 7.17c.239-.217.482-.33.447-.062l-.085.642c-.044.335.089.512.4.512h2.323c.391 0 .581-.157.677-.762l1.431-8.982c.073-.451-.038-.672-.38-.672h-2.55c-.23 0-.343.128-.403.48l-.094.552c-.049.288-.181.34-.304.05-.433-1.026-1.538-1.486-3.08-1.45-3.582.074-5.997 2.793-6.256 6.279-.199 2.696 1.732 4.813 4.28 4.813 1.847 0 2.673-.543 3.604-1.395l-.01-.005Zm-1.944-1.382c-1.542 0-2.616-1.23-2.393-2.738.222-1.507 1.665-2.737 3.206-2.737 1.542 0 2.616 1.23 2.393 2.737-.223 1.508-1.665 2.738-3.206 2.738Zm10.712 2.489h-2.681a.317.317 0 0 1-.328-.362l2.355-14.92a.462.462 0 0 1 .445-.363h2.682a.317.317 0 0 1 .327.362l-2.355 14.92a.462.462 0 0 1-.445.367v-.004Z"
fill="#009EE3"></path>
<path
d="M4.572 0h7.026c1.978 0 4.326.063 5.895 1.45 1.049.925 1.6 2.398 1.473 3.985-.432 5.364-3.64 8.37-7.944 8.37H7.558c-.59 0-.98.39-1.147 1.449l-.967 6.159c-.064.399-.236.634-.544.663H.565c-.48 0-.65-.362-.525-1.163L3.156 1.17C3.28.377 3.717 0 4.572 0Z"
fill="#113984"></path>
<path
d="m6.513 14.629 1.226-7.767c.107-.68.48-1.007 1.223-1.007h7.018c1.161 0 2.102.181 2.837.516-.705 4.776-3.793 7.428-7.837 7.428H7.522c-.464.002-.805.234-1.01.83Z"
fill="#172C70"></path>
</g>
</svg>
</span>
</h2>
<div id="collapsePP" class="accordion-collapse collapse"
data-bs-parent="#accordionPayment">
<div class="accordion-body">
<div class="px-2 col-lg-6 mb-3">
<input type="email"
class="form-control form-checkout rounded-0"
placeholder="Email">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
</div>
<h5 class="card-title mb-3">Đơn vị vận chuyển</h5>
<div class="row mb-3">
<div class="col-lg-4 mb-3">
<!-- Default checked radio -->
<div class="form-check h-100 border">
<div class="p-3">
<input class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault1" checked />
<label class="form-check-label" for="flexRadioDefault1">
Giao Hàng Nhanh. <br />
<small class="text-muted">3-4 days via Fedex </small>
</label>
</div>
</div>
</div>
<div class="col-lg-4 mb-3">
<!-- Default radio -->
<div class="form-check h-100 border">
<div class="p-3">
<input class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault2" />
<label class="form-check-label" for="flexRadioDefault2">
Viettel Post. <br />
<small class="text-muted">7-10 days via post</small>
</label>
</div>
</div>
</div>
<div class="col-lg-4 mb-3">
<!-- Default radio -->
<div class="form-check h-100 border">
<div class="p-3">
<input class="form-check-input" type="radio" name="flexRadioDefault"
id="flexRadioDefault3" />
<label class="form-check-label" for="flexRadioDefault3">
J&T Express. <br />
<small class="text-muted">7-10 days via post</small>
</label>
</div>
</div>
</div>
</div>
<hr>
<div class="mb-3">
<h5 class="card-title mb-3">Điều kiện và điều khoản thanh toán</h5>
<div class="form-outline">
<div style="border: 1px solid #e0e0e0; overflow-y: scroll; height: 200px;">
<div class="acp-text p-3">
<p><strong>1. CHÍNH SÁCH VẬN CHUYỂN
</strong></p>
<p>
<strong>Phương thức vận chuyển:</strong> <br> Chúng tôi sẽ giao hàng
hóa/ sản
phẩm cho quý khách qua các công ty vận chuyển theo địa chỉ người
nhận
hàng
mà Quý khách đã đăng ký khi đặt hàng.
</p>
<p><strong>Thời gian giao hàng:</strong> <br>
Thời gian giao hàng toàn quốc từ 3 đến 5 ngày làm việc kể từ khi đơn
hàng
được
thanh toán thành công. <br>
Nếu quá thời hạn giao hàng đã cam kết mà Quý khách vẫn chưa nhận
được
sản
phẩm
đã đặt, Quý khách vui lòng thông báo tới bộ phận Chăm sóc khách hàng
của
Chúng
tôi theo số điện thoại 0914938844 hoặc địa chỉ email
store-sg@thaicong.com
để
được hỗ trợ.
</p>
<p>
<strong>
Phí vận chuyển:
</strong>
<br>Chúng tôi miễn phí giao hàng toàn
quốc.
</p>
<p>
<strong>
2. CHÍNH SÁCH ĐỔI/ TRẢ
</strong>
</p>
<p>
<strong>
Các trường hợp đổi hàng:
</strong> <br> - Quý khách vui lòng kiểm tra sản phẩm khi nhận hàng,
nếu
quý
khách phát
hiện sản phẩm bị hư hại, Công ty Thái Công sẽ thu hồi sản phẩm: <br>
• Đổi sản phẩm mới tối đa 10 ngày làm việc. <br>
• Hoàn tiền 100% nếu không có sản phẩm thay thế.
</p>
<p>
<strong>
Các trường hợp không chấp nhận đổi hàng:
</strong><br>• Quý khách muốn thay đổi mẫu mã, chủng loại nhưng
không
thông
báo
trước. <br>
• Quý khách vận hành không đúng theo chỉ dẫn, gây hỏng hóc sản phẩm.
<br>
• Quý khách đã kiểm tra và ký nhận sản phẩm nhưng sau đó yêu cầu
đổi/trả
hàng với lý do lỗi ngoại quan (trầy xước, vỡ….)
</p>
<p>
<strong>
Điều kiện đổi hàng
</strong><br>
• Điều kiện về thời gian đổi hàng: trong vòng 14 ngày kể từ khi nhận
được hàng. <br>
• Điều kiện về hóa đơn, chứng từ: Hoá đơn, Phiếu giao hàng.
</p>
<p>
<strong>
Quy trình, cách thức đổi hàng cho khách hàng:
</strong>
</p>
<p>
<strong>
Bước 1: Xác nhận tình trạng hàng đổi
</strong><br>
Trong vòng 14 ngày, kể từ ngày nhận sản phẩm, nếu sản phẩm thuộc các
trường hợp được đổi hàng, khách hàng tiến hành chụp hình hiện trạng
của
sản phẩm: Thấy rõ mã hàng, tem của Chúng tôi, chỗ sản phẩm hư hỏng,
trầy
xướt... Sau đó liên hệ trực tiếp bộ phận Chăm sóc Khánh hàng của
Chúng
tôi qua hotline để thông báo thông tin và gửi hình ảnh đến chúng tôi
để
xác nhận.
</p>
<p>
<strong>
Bước 2: Chúng tôi xác nhận
</strong><br>
Chúng tôi sau khi nhận được thông tin sẽ tiến hành xác nhận tình
trạng
hàng hóa và xác nhận cho khách hàng là có được đổi hay không. Sau
khi
được xác nhận hàng được chấp nhận đổi trả, vui lòng giữ hàng hóa
trong
trạng thái nguyên tem, mã hàng của Chúng tôi như ban đầu cùng giấy
tờ
liên quan: + Hóa đơn bán lẻ, Phiếu giao hàng.
</p>
<p>
<strong>
Bước 3: Khách hàng gởi hàng
</strong><br>
Quý khách gửi lại sản phẩm còn nguyên trong bao bì cùng các giấy tờ
đã
được nêu ở Bước 2 đến cho Chúng tôi theo địa chỉ: 215A1 Nguyễn Văn
Hưởng, P. Thảo Điền, Quận 2, HCM từ 10h00-19h00 (Thứ 2 đến Chủ
nhật).
Nếu trường hợp khách hàng đến trực tiếp cửa hàng, cần gọi điện theo
số
02838.989.818 để thông báo trước.
</p>
<p>
<strong>
Bước 4: Chúng tôi xác nhận và gởi hàng cho khách hàng
</strong><br>
Sau khi đã nhận, kiểm tra và chấp nhận sản phẩm mà Quý khách muốn
đổi,
bộ phận chăm sóc khách hàng sẽ liên hệ để đổi hàng và gởi hàng lại
cho
Quý khách
Chi phí vận chuyển do việc đổi hàng sẽ do chúng tôi chi trả.
</p>
<p>
<strong>
3. CHÍNH SÁCH HỦY ĐƠN HÀNG
</strong><br>
Chúng tôi không có chính sách huỷ đơn hàng sau khi đã thanh toán.
Quý
khách vui lòng kiểm tra kỹ đơn hàng trước khi thanh toán.
<br>
Mọi thắc mắc về thủ tục đổi hàng, hủy đơn hàng xin vui lòng liên hệ
theo
thông tin sau:
<br>
Hotline 0914938844 hoặc địa chỉ email store-sg@thaicong.com
</p>
</div>
</div>
</div>
</div>
<div class="form-check mb-3">
<input class="form-check-input rounded-0" type="checkbox" value=""
id="flexCheckDefault1" />
<label class="form-check-label fw-light" for="flexCheckDefault1">Tôi đã đọc và đồng
ý
với điều kiện và điều khoản thanh toán *</label>
</div>
<div class="float-end">
<a href="cart.html">
<button style="padding: 15px 40px; background-color: black;"
class="btn btn-checkout rounded-0 btn-light border"><i
class="fa-solid fa-angle-left"></i> Giỏ hàng</button>
</a>
<a href="">
<button style="padding: 15px 40px; background-color: darkred;"
class="btn btn-checkout rounded-0 btn-success shadow-0 border">Hoàn tất đơn
hàng</button>
</a>
</div>
</div>
</div>
</form>
<!-- Checkout -->
</div>
<div class="col-xl-4 col-lg-4 d-flex justify-content-center justify-content-lg-end d-none d-lg-block">
<div class="ms-lg-4 mt-4 mt-lg-0" style="max-width: 320px;">
<h6 class="text-dark mb-4">Sản phẩm</h6>
<div class="d-flex align-items-center mb-4">
<div class="me-3 position-relative">
<span
class="position-absolute top-0 start-100 translate-middle badge rounded-pill badge-secondary">
1
</span>
<img src="img/lixi1.jpeg" style="height: 96px; width: 96x;"
class="img-sm rounded border" />
</div>
<div class="">
<a href="#" class="nav-link">
HỘP LÌ XÌ NÂU ĐỒNG, GỒM 6 BAO LÌ XÌ VÀ 6 THIỆP CHÚC
</a>
<div class="price text-muted">399,000₫</div>
</div>
</div>
<div class="d-flex align-items-center mb-4">
<div class="me-3 position-relative">
<span
class="position-absolute top-0 start-100 translate-middle badge rounded-pill badge-secondary">
1
</span>
<img src="img/KHUNGTRANH2.jpg" style="height: 96px; width: 96x;"
class="img-sm rounded border" />
</div>
<div class="">
<a href="#" class="nav-link">
KHUNG ẢNH SIZE M
</a>
<div class="price text-muted">17,420,000₫</div>
</div>
</div>
<hr>
<h6 class="mb-3">Thống kê</h6>
<div class="d-flex justify-content-between">
<p class="mb-2">Đơn hàng:</p>
<p class="mb-2">2,141,000Đ</p>
</div>
<div class="d-flex justify-content-between">
<p class="mb-2">Giảm giá:</p>
<p class="mb-2 text-danger">- 0Đ</p>
</div>
<div class="d-flex justify-content-between">
<p class="mb-2">Phí vận chuyển:</p>
<p class="mb-2">+ 135,000Đ</p>
</div>
<hr />
<div class="d-flex justify-content-between">
<p class="mb-2">Thành tiền:</p>
<p class="mb-2 fw-bold">2,276,000Đ</p>
</div>
<div class="input-group mt-2 mb-4">
<input type="text" class="form-checkout form-control rounded-0 py-4" name=""
placeholder="Mã ưu đãi" />
<button class="btn bg-black shadow-none text-white text-primary border rounded-0">Áp
dụng</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<!-- Footer -->
</body>
<!-- Select City -->
<script>
document.addEventListener("DOMContentLoaded", function () {
const dropdownButton = document.getElementById("dropdownButton");
const dropdownOptions = document.getElementById("mySelectOptions");
// Toggle the dropdown options visibility on button click
dropdownButton.addEventListener("click", function () {
dropdownOptions.classList.toggle("show-options");
});
// Handle option selection
dropdownOptions.addEventListener("click", function (event) {
if (event.target.classList.contains("option")) {
const selectedValue = event.target.getAttribute("value");
dropdownButton.textContent = event.target.textContent;
dropdownOptions.classList.remove("show-options");
}
});
// Close the dropdown if the user clicks outside of it
window.addEventListener("click", function (event) {
if (!dropdownButton.contains(event.target) && !dropdownOptions.contains(event.target)) {
dropdownOptions.classList.remove("show-options");
}
});
});
</script>
<script>
document.addEventListener("DOMContentLoaded", function () {
const dropdownButton = document.getElementById("dropdownButtonx");
const dropdownOptions = document.getElementById("mySelectOptionsx");
// Toggle the dropdown options visibility on button click
dropdownButton.addEventListener("click", function () {
dropdownOptions.classList.toggle("show-options");
});
// Handle option selection
dropdownOptions.addEventListener("click", function (event) {
if (event.target.classList.contains("option")) {
const selectedValue = event.target.getAttribute("value");
dropdownButton.textContent = event.target.textContent;
dropdownOptions.classList.remove("show-options");
}
});
// Close the dropdown if the user clicks outside of it
window.addEventListener("click", function (event) {
if (!dropdownButton.contains(event.target) && !dropdownOptions.contains(event.target)) {
dropdownOptions.classList.remove("show-options");
}
});
});
</script>
</html>