-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopcart.html
280 lines (262 loc) · 14.9 KB
/
shopcart.html
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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<!-- description -->
<meta name="description" content="3c用品介紹,3c專賣地方">
<meta name="keywords" content="3c,筆電,桌機,資訊商品">
<!-- facebook description -->
<meta property="og:title" content="Tim 3c store"" />
<meta property=" og:description" content="The store to sell the desktop and laptop with the cheepier prices" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://cdn1.iconfinder.com/data/icons/flat-business-icons/128/laptop-128.png"
type="image/x-icon">
<!-- main css -->
<link rel="stylesheet" href="css/style.css">
<title>傑姆的3C之家 購物確認頁面</title>
</head>
<body>
<!-- header layout -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark font-weight-bolder sticky-top mb-3">
<div class="container">
<a class="navbar-brand " href="index.html"> <i class="fas fa-laptop mr-2"></i>傑姆的3C之家</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto mr-4 mb-0 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">首頁</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">產品</a>
</li>
<li class="nav-item">
<a class="nav-link" href="login.html">登入</a>
</li>
</ul>
<a href="shopcart.html" class="btn btn-transparent mr-1 active"><i class="fa fa-shopping-cart"
aria-hidden="true"></i></a>
</div>
</div>
</nav>
<div class="container">
<!-- header layout end -->
<div class="container">
<div class="row">
<div class="col-md-8 mt-5 mb-3">
<div class="table-responsive-md">
<table class="table align-middle table-hover">
<thead class="table-dark">
<tr>
<div class="h3 text-center text-light bg-gradient bg-dark py-1">購物車</div>
</tr>
</thead>
<tbody>
<tr>
<td><img class="img-fluid" src="img/product-items-2.jpg" alt="購物車圖片1"
style="max-height:110px; width: 110px;"></td>
<td scope="row"></td>
<td class="font-weight-bolder" scope="row">商業之王GFDS<br>NT$28,900</td>
<td scope="row">
<nav aria-label="...">
<ul class="pagination pagination-md mt-1">
<li class="page-item"><a class="page-link text-dark" href="#">+</a></li>
<li class="page-item"><a class="page-link text-dark" href="#">2</a></li>
<li class="page-item"><a class="page-link text-dark" href="#">-</a></li>
</ul>
</nav>
</td>
<td scope="row">
<strong>NT$57,800</strong>
</td>
<td><a class="text-spotify-dark" href="" data-toggle="modal" data-title="刪除訂單"
data-target="#deletelId"><i class="fas fa-trash-alt"></i></a></td>
</tr>
<tr>
<td><img class="img-fluid" src="img/product-items-3.jpg" alt="購物車圖片2"
style="max-height:110px; width: 110px;"></td>
<td scope="row"></td>
<td class="font-weight-bolder" scope="row">紫色迷幻R3560X<br>NT33,000</td>
<td scope="row">
<nav aria-label="...">
<ul class="pagination pagination-md mt-1">
<li class="page-item"><a class="page-link text-dark" href="#">+</a></li>
<li class="page-item"><a class="page-link text-dark" href="#">2</a></li>
<li class="page-item"><a class="page-link text-dark" href="#">-</a></li>
</ul>
</nav>
</td>
<td scope="row">
<strong>NT$66,000</strong>
</td>
<td><a class="text-spotify-dark" href="" data-toggle="modal" data-title="刪除訂單"
data-target="#deletelId"><i class="fas fa-trash-alt"></i></a></td>
</tr>
<tr class="align-middle">
<td><img class="img-fluid" src="img/product-items-5.jpg" alt="購物車圖片3"
style="max-height:110px; width: 110px;"></td>
<td scope="row"></td>
<td class="font-weight-bolder" scope="row">RTG電競XS<br>NT$28,000</td>
<td scope="row">
<nav aria-label="...">
<ul class="pagination pagination-md mt-1">
<li class="page-item "><a class="page-link text-dark" href="#">+</a></li>
<li class="page-item"><a class="page-link text-dark" href="#">2</a></li>
<li class="page-item"><a class="page-link text-dark" href="#">-</a></li>
</ul>
</nav>
</td>
<td scope="row">
<strong> NT$56,000</strong>
</td>
<td><a class="text-spotify-dark" href="" data-toggle="modal" data-title="刪除訂單"
data-target="#deletelId"><i class="fas fa-trash-alt"></i></a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-md-4 mt-5 mb-4 mb-md-0">
<div class="table-responsive-md">
<table class="table table-borderless align-middle table-light">
<thead class="table-dark">
<tr>
<div class="h3 text-center text-light bg-gradient bg-dark py-1">訂單摘要</div>
</tr>
</thead>
<tbody>
<tr>
<td scope="row" colspan="4">小計</td>
<td></td>
<td></td>
<td class="text-right">NT$179,800</td>
</tr>
<tr>
<td scope="row" colspan="4">運費</td>
<td></td>
<td></td>
<td class="text-right">NT$3,600</td>
</tr>
</tbody>
<tfoot>
<tr>
<td class="h5 font-weight-bold " colspan="4" scope="row">總計</td>
<td></td>
<td></td>
<td class="h5 font-weight-bold text-right py-1">NT$183,400</td>
</tr>
</tfoot>
</table>
</div>
<a href="checkout1.html"
class=" btn btn-dark btn-block w-100 py-2 font-bold-size text-white">結帳</a>
</div>
</div>
</div>
</div>
<!-- foot title -->
<section class="bg-dark bg-gradient text-light font-weight-bolder">
<div class="container py-2">
<div class="row justify-content-center align-items-center">
<div class="col-md-5">
<span class="h4"><i class="fas fa-bell">訂閱我的頻道</i></span>
<p><a class="text-light" href="#">Timmy.channel.com.tw</a></p>
</div>
<div class="col-md-5">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="" aria-label="Recipient's username">
<i class="fas fa-envelope text-spotify-dark fa-2x"
style=" position: absolute; top: 5px; left: 6px;"></i>
<button class="btn btn-dark text-shadows" type="button" id="button-addon2"><i
class="fa fa-arrow-right" aria-hidden="true"></i></button>
</div>
</div>
</div>
</div>
</section> <!--footer layout -->
<footer class="py-3 bg-shadows text-spotify-dark">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-5 d-flex flex-column justify-content-between justify-content-md-start mb-3">
<p class="h4 font-weight-bolder mb-1">關於我們</p>
<p>我們有最好的團隊來保持質量和價格,以確保向客戶提供最優質的產品,我們自2016年以來銷售超過200,000件產品,現在我們準備出售新產品並訂閱我們,成為我們的會員可以享受折扣</p>
<ul class="list-unstyled mt-5">
<li class="h4 font-weight-bolder mb-1">聯絡資訊</li>
<li>07-1234-5678</li>
<li><a class="text-spotify-dark" href="mailto:Timmy3C@email.com">Timmy3Chome@email.com</a></li>
<li>服務時間: AM 9:00 到 PM 5:00</li>
<li>新北市光華區資訊路878號</li>
</ul>
</div>
<div class="col-md-5 text-left text-md-right d-flex flex-column justify-content-between">
<div class="mb-md-0 mb-3">
<p class="h4 font-weight-bolder mb-1">顧客服務</p>
<ul>
<li>
<a class="text-spotify-dark" href="#">條款及條件</a>
</li>
<li>
<a class="text-spotify-dark" href="#">常見問題</a>
</li>
<li>
<a class="text-spotify-dark" href="#">退貨及換貨政策</a>
</li>
</ul>
</div>
<div>
<a class="text-spotify-dark" href="https://www.facebook.com/"><i
class="fab fa-facebook-square fa-3x facebook-color"></i></a>
<a class="text-spotify-dark" href="https://twitter.com/"><i
class="fab fa-twitter-square fa-3x twitter-color"></i></a>
<a class="text-spotify-dark" href="https://google.com"><i
class="fa fa-google-plus-square fa-3x goole-color" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="row justify-content-center mt-4">
<div class="col-12 text-center mt-2">
<p>
2020 © Timmy's 3C ALL RIGHTS RESERVED Timmy company
</p>
</div>
</div>
</div>
</footer>
<!-- footer layout end -->
<!-- Modal -->
<div class="modal fade" id="deletelId" data-backdrop="static" tabindex="-1" role="dialog"
aria-labelledby="modelTitleId" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header bg-gradient bg-danger text-white">
<h5 class="modal-title">Modal title</h5>
<button type="button" class="close text-white bg-danger" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body text-danger">
<div class="container-fluid">
刪除此訂單後,之後若需要需請您除下訂單,刪除前請再三確認
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">關閉</button>
<button type="button" class="btn btn-danger">刪除</button>
</div>
</div>
</div>
</div>
<script src="https://kit.fontawesome.com/63b39233d0.js" crossorigin="anonymous"></script>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha2/js/bootstrap.bundle.min.js"
integrity="sha384-BOsAfwzjNJHrJ8cZidOg56tcQWfp6y72vEJ8xQ9w6Quywb24iOsW913URv1IS4GD"
crossorigin="anonymous"></script>
<script src="js/all.js"></script>
</body>
</html>