-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorders.html
More file actions
407 lines (384 loc) · 21.3 KB
/
orders.html
File metadata and controls
407 lines (384 loc) · 21.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Đơn hàng của tôi – Tiệm Hoa</title>
<link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!-- jQuery -->
<script src="js/jquery-3.5.1.slim.min.js" type="text/javascript"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/popper.min.js" type="text/javascript"></script>
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">
<!-- FontAwesome 5 -->
<link href="fonts/fontawesome/css/all.min.css" type="text/css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,615;0,700;0,800;1,400;1,500;1,600;1,615;1,700;1,800&family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Custom Style -->
<link href="css/style.css" type="text/css" rel="stylesheet">
<link href="css/profile.setting.style.css" type="text/css" rel="stylesheet">
<!-- Custom JavaScript -->
<script src="js/script.js" type="text/javascript"></script>
<!-- Slick Slider -->
<link rel="stylesheet" type="text/css" href="css/slick.css" />
<script type="text/javascript" src="js/slick.min.js"></script>
</head>
<body>
<header class="section__header">
<section class="header__main border__bottom">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-2 col-lg-3 col-md-12">
<a href="home.html" class="brand--wrap text-decoration-none">
<h1 class="logo">Tiệm Hoa</h1>
</a>
<!-- brand--wrap.// -->
</div>
<!-- col.// -->
<div class="col-xl-6 col-lg-5 col-md-6">
<form action="#" class="fs__form search--header">
<div class="input-group w-100">
<i class="fa fa-search"></i>
<input type="text" class="form-control" placeholder="Tìm sản phẩm hoa ...">
</div>
</form>
<!-- search--wrap.// -->
</div>
<!-- col.// -->
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="widgets--wrap float-md-right">
<div class="widget__header mr-2">
<a href="#" class="widget__view text-decoration-none">
<div class="icon">
<i class="fas fa-user-circle"></i>
</div>
<small class="text">Tài khoản</small>
</a>
</div>
<div class="widget__header mr-2">
<a href="#" class="widget__view text-decoration-none">
<div class="icon">
<i class="fa fa-bell"></i>
</div>
<small class="text">Thông báo</small>
</a>
</div>
<div class="widget__header">
<a href="#" class="widget__view text-decoration-none">
<div class="icon">
<i class="fa fa-shopping-cart"></i>
<span class="notify">3</span>
</div>
<small class="text">Giỏ hàng</small>
</a>
</div>
</div>
<!-- widgets--wrap.// -->
</div>
<!-- col.// -->
</div>
<!-- row.// -->
</div>
<!-- container.// -->
</section>
<!-- header__main.// -->
<nav class="navbar navbar-main navbar-expand-lg border__bottom">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-controls="main_nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">Trang chủ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Hoa chủ đề</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Hoa các loại</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Hoa theo màu</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Khuyến mãi</a>
</li>
</ul>
</div>
<!-- collapse.// -->
</div>
<!-- container.// -->
</nav>
</header>
<!-- section__header.// -->
<section class="section__pagetop bg">
<div class="container">
<h2 class="title-page">Đơn hàng</h2>
</div>
<!-- container // -->
</section>
<!-- section__pagetop -->
<section class="section__pro-set section__orders">
<div class="container">
<div class="row">
<aside class="col-md-3">
<nav class="list-group">
<a class="list-group-item" href="profile.html"> Tài khoản </a>
<a class="list-group-item" href="address.html"> Sổ địa chỉ </a>
<a class="list-group-item active" href="orders.html"> Đơn hàng của tôi </a>
<a class="list-group-item" href="wishlist.html"> Sản phẩm yêu thích </a>
<a class="list-group-item" href="setting.html"> Cài đặt </a>
<a class="list-group-item" href="home.html"> Đăng xuất </a>
</nav>
</aside>
<!-- col.// -->
<main class="col-md-9">
<article class="card mb-4">
<header class="card-header">
<a href="#" class="float-right"> <i class="fa fa-print"></i> In đơn hàng</a>
<strong class="d-inline-block mr-3">Mã đơn hàng: 3748764938</strong>
<span>Ngày mua: 20/08/2020</span>
</header>
<div class="card-body">
<div class="row">
<div class="col-md-8">
<h6 class="text-muted">Địa chỉ người nhận</h6>
<p>Nguyễn Thị An <br> Số điện thoại: 0919944382<br> Địa chỉ: 120 Đường Nguyễn Duy Trinh, Phường Bình Trưng Đông, Quận 2, TP.HCM
</p>
</div>
<div class="col-md-4">
<h6 class="text-muted">Hình thức thanh toán</h6>
<span class="text-success">
<i class="fab fa-lg fa-cc-visa"></i>
Visa **** 4216
</span>
<p>Tạm tính: 1.150.000₫ <br> Phí vận chuyển: 50.000₫ <br>
<strong>Tổng cộng: 1.200.000₫ </strong>
</p>
</div>
</div>
<!-- row.// -->
</div>
<!-- card-body .// -->
<div class="table-responsive">
<table class="table table-borderless table-shopping-cart">
<thead class="text-muted">
<tr class="small text-uppercase">
<th scope="col">Sản phẩm</th>
<th scope="col" width="120">Giá</th>
<th scope="col" width="120">Số lượng</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<figure class="itemside">
<div class="aside"><img src="img/product-1.jpg" class="img-sm"></div>
<figcaption class="info">
<a href="#" class="title text-dark">Bó Hoa Hồng và Cúc</a>
</figcaption>
</figure>
</td>
<td>
<div class="price-wrap">
<var class="price">400.000₫</var>
</div>
<!-- price-wrap .// -->
</td>
<td>
1
</td>
</tr>
<tr>
<td>
<figure class="itemside">
<div class="aside"><img src="img/product-2.jpg" class="img-sm"></div>
<figcaption class="info">
<a href="#" class="title text-dark">Chậu Hoa Bướm Hồng</a>
</figcaption>
</figure>
</td>
<td>
<div class="price-wrap">
<var class="price">200.000₫</var>
</div>
<!-- price-wrap .// -->
</td>
<td>
1
</td>
</tr>
<tr>
<td>
<figure class="itemside">
<div class="aside"><img src="img/product-1.jpg" class="img-sm"></div>
<figcaption class="info">
<a href="#" class="title text-dark">Bó Hoa Tổng Hợp</a>
</figcaption>
</figure>
</td>
<td>
<div class="price-wrap">
<var class="price">550.000₫</var>
</div>
<!-- price-wrap .// -->
</td>
<td>
1
</td>
</tr>
</tbody>
</table>
</div>
<!-- table-responsive .end// -->
<div class="card-footer">
<a href="#" class="btn btn-info"><i class="fa fa-trash"></i> Hủy đơn hàng</a>
<a href="#" class="btn fs__button"><i class="fas fa-eye"></i> Theo dõi đơn hàng</a>
</div>
</article>
<!-- card order-item .// -->
<article class="card mb-4">
<header class="card-header">
<a href="#" class="float-right"> <i class="fa fa-print"></i> In đơn hàng</a>
<strong class="d-inline-block mr-3">Mã đơn hàng: 3374937473</strong>
<span>Ngày mua: 15/08/2020</span>
</header>
<div class="card-body">
<div class="row">
<div class="col-md-8">
<h6 class="text-muted">Địa chỉ người nhận</h6>
<p>Nguyễn Thị An <br> Số điện thoại: 0919944382<br> Địa chỉ: 120 Đường Nguyễn Duy Trinh, Phường Bình Trưng Đông, Quận 2, TP.HCM
</p>
</div>
<div class="col-md-4">
<h6 class="text-muted">Hình thức thanh toán</h6>
<span class="text-success">
<i class="fab fa-lg fa-cc-visa"></i>
Visa **** 4216
</span>
<p>Tạm tính: 1.250.000₫ <br> Phí vận chuyển: 50.000₫ <br>
<strong>Tổng cộng: 1.300.000₫ </strong>
</p>
</div>
</div>
<!-- row.// -->
</div>
<!-- card-body .// -->
<div class="table-responsive">
<table class="table table-borderless table-shopping-cart">
<thead class="text-muted">
<tr class="small text-uppercase">
<th scope="col">Sản phẩm</th>
<th scope="col" width="120">Giá</th>
<th scope="col" width="120">Số lượng</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<figure class="itemside">
<div class="aside"><img src="img/product-7.jpg" class="img-sm"></div>
<figcaption class="info">
<a href="#" class="title text-dark">Bình Hoa Tulip Nhiều Màu</a>
</figcaption>
</figure>
</td>
<td>
<div class="price-wrap">
<var class="price">450.000₫</var>
</div>
<!-- price-wrap .// -->
</td>
<td>
1
</td>
</tr>
<tr>
<td>
<figure class="itemside">
<div class="aside"><img src="img/product-6.jpg" class="img-sm"></div>
<figcaption class="info">
<a href="#" class="title text-dark">Giỏ Hoa Tulip Nhiều Màu</a>
</figcaption>
</figure>
</td>
<td>
<div class="price-wrap">
<var class="price">400.000₫</var>
</div>
<!-- price-wrap .// -->
</td>
<td>
2
</td>
</tr>
</tbody>
</table>
</div>
<!-- table-responsive .end// -->
<div class="card-footer">
<a href="#" class="btn btn-info"><i class="fa fa-trash"></i> Hủy đơn hàng</a>
<a href="#" class="btn fs__button"><i class="fas fa-eye"></i> Theo dõi đơn hàng</a>
</div>
</article>
<!-- card order-item .// -->
</main>
<!-- col.// -->
</div>
<!-- row.// -->
</div>
</section>
<!-- section__pro-set.// -->
<footer class="section__footer">
<section class="footer__top py-5">
<div class="container">
<div class="row">
<aside class="col-sm-6 col-lg-3">
<h6 class="title">Giới thiệu</h6>
<ul class="list-unstyled">
<li> <a href="#">Về Tiệm Hoa</a></li>
<li> <a href="#">Tuyển dụng</a></li>
<li> <a href="#">Chính sách thanh toán</a></li>
<li> <a href="#">Chính sách bảo mật</a></li>
<li> <a href="#">Giải quyết khiếu nại</a></li>
<li> <a href="#">Hợp tác</a></li>
</ul>
</aside>
<aside class="col-sm-6 col-lg-3">
<h6 class="title">Hỗ trợ khách hàng</h6>
<ul class="list-unstyled">
<li>Hotline: <span class="color__main">1900-80xx</span></li>
<li> <a href=" #">Câu hỏi thường gặp</a></li>
<li> <a href="#">Hướng dẫn đặt hàng</a></li>
<li> <a href="#">Phương thức vận chuyển</a></li>
<li> <a href="#">Chính sách đổi trả</a></li>
</ul>
</aside>
<aside class="col-lg-6">
<h6 class="title">Đăng ký nhận tin</h6>
<form action="#" class="fs__form">
<div class="input-group w-100">
<input type="text" class="form-control" placeholder="Email của bạn ...">
<button type="button" class="fs__button btn">Đăng ký</button>
</div>
</form>
</aside>
</div>
<!-- row.// -->
</div>
<!-- container.// -->
</section>
<!-- footer__top.// -->
<section class="footer__bottom text-center">
<div class="container-fluid">
<p class="text-muted">© 2020 — Tiệm Hoa</p>
</div>
<!-- container-fluid.// -->
</section>
<!-- footer__bottom.// -->
</footer>
<!-- section__footer.// -->
</body>
</html>