-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart.html
430 lines (390 loc) · 24.2 KB
/
cart.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Modernmarket.ng | Register</title>
<!-- Favicon -->
<link rel="icon" href="./img/favicon.png">
<!-- Style CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<!-- Top bar-->
<div class="top-bar">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-md-6 d-md-block d-none">
<p><a href="tel://0813 5661 282">Contact us on +234 (0) 813 5661 282</a></p>
</div>
<div class="col-md-6">
<div class="d-flex justify-content-md-end justify-content-between">
<ul class="list-inline contact-info d-block d-md-none">
<li class="list-inline-item"><a href="#"><i class="fa fa-phone"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fa fa-envelope"></i></a></li>
</ul>
<div class="login"><a href="#" data-toggle="modal" data-target="#login-modal" class="login-btn"><i class="fa fa-sign-in"></i><span class="d-none d-md-inline-block">Sign In</span></a><a href="customer-register.html" class="signup-btn"><i class="fa fa-user"></i><span class="d-none d-md-inline-block">Sign Up</span></a></div>
</div>
</div>
</div>
</div>
</div>
<!-- Top bar end-->
<!-- Login Modal Signin-->
<div id="login-modal" tabindex="-1" role="dialog" aria-labelledby="login-modalLabel" aria-hidden="true" class="modal fade">
<div role="document" class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 id="login-modalLabel" class="modal-title">Customer Login</h4>
<button type="button" data-dismiss="modal" aria-label="Close" class="close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<form action="customer-orders.html" method="get">
<div class="form-group">
<input id="email_modal" type="text" placeholder="email" class="form-control">
</div>
<div class="form-group">
<input id="password_modal" type="password" placeholder="password" class="form-control">
</div>
<p class="text-center">
<button class="btn btn-template-outlined"><i class="fa fa-sign-in"></i> Log in</button>
</p>
</form>
<p class="text-center text-muted">Not registered yet?</p>
<p class="text-center text-muted"><a href="customer-register.html"><strong>Register now</strong></a>! It is easy and done in 1 minute and gives you access to special discounts and much more!</p>
</div>
</div>
</div>
</div>
<!-- Login Sign In modal end-->
<!-- Preloader Start -->
<div id="preloader">
<div class="preload-content">
<div id="modernmarket-load"></div>
</div>
</div>
<!-- Preloader End -->
<!-- Header Area Start -->
<!-- Header Area Start -->
<header class="header-area">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg">
<!-- Logo -->
<a href="index.html" class="navbar-brand"><img src="img/logo.png" alt="Logo"></a>
<!-- Navbar Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#modernmarketNavigation" aria-controls="modernmarketNavigation" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<!-- Navbar -->
<div class="collapse navbar-collapse" id="modernmarketNavigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a href="index.html" class="nav-link badge">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a href="customer-register.html" class="nav-link badge">Clothing</a>
</li>
<li class="nav-item">
<a href="customer-register.html" class="nav-link badge">Vegetables</a>
</li>
<li class="nav-item ">
<a href="customer-register.html" class="nav-link badge">Gadgets</a>
</li>
<li class="nav-item">
<a href="cart.html" class="nav-link waves-effect badge" href="#">
<span class="badge badge-red red z-depth-1 mr-1"> 1 </span>
<i class="fa fa-shopping-cart"></i>
<span class="clearfix d-none d-sm-inline-block badge"> Cart </span>
</a>
</li>
<li class="nav-item">
<a class="nav-link waves-effect waves-light dark-grey-text font-weight-bold badge " href="https://mdbootstrap.com/previews/templates/e-commerce/html/cart/cart-v1.html#">
<i class="fa fa-cog blue-text"></i> Settings</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle waves-effect waves-light dark-grey-text font-weight-bold badge" id="navbarDropdownMenuLink-4" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<i class="fa fa-user blue-text"></i> Profile </a>
<div class="dropdown-menu dropdown-menu-right dropdown-cyan" aria-labelledby="navbarDropdownMenuLink-4">
<a class="dropdown-item waves-effect waves-light" href="https://mdbootstrap.com/previews/templates/e-commerce/html/cart/cart-v1.html#">My account</a>
<a class="dropdown-item waves-effect waves-light" href="https://mdbootstrap.com/previews/templates/e-commerce/html/cart/cart-v1.html#">Log out</a>
</div>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Header Area End -->
<section class="contact-area section-padding-100">
<div class="container">
<div class="row justify-content-center">
<!-- Contact Form Area -->
<div class="col-12 col-md-10 col-lg-8">
<div class="contact-form">
<h5>Join us</h5>
<!-- Contact Form -->
<form method="get" action="shop-checkout1.html">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th colspan="2">Product</th>
<th>Quantity</th>
<th>Unit price</th>
<th>Discount</th>
<th colspan="2">Total</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#"><img src="./img/phone.jpg" alt="Samsung S9 " class="img-fluid"></a></td>
<td><a href="#">Samsung S9</a></td>
<td>
<input type="number" value="2" class="form-control">
</td>
<td>NGN 123.00</td>
<td>NGN 0.00</td>
<td>NGN 246.00</td>
<td><a href="#"><i class="fa fa-trash-o"></i></a></td>
</tr>
<tr>
<td><a href="#"><img src="./img/laptop.jpg" alt="Asus Laptop" class="img-fluid"></a></td>
<td><a href="#">Asus corei7</a></td>
<td>
<input type="number" value="1" class="form-control">
</td>
<td>NGN200.00</td>
<td>NGN0.00</td>
<td>NGN200.00</td>
<td><a href="#"><i class="fa fa-trash-o"></i></a></td>
</tr>
</tbody>
<tfoot>
<tr>
<th colspan="5">Total</th>
<th colspan="2" class="badge">NGN 446.00</th>
</tr>
</tfoot>
</table>
</div>
<div class="box-footer d-flex justify-content-between align-items-center">
<div class="left-col"><a href="shop-category.html" class="btn btn-secondary mt-0"><i class="fa fa-chevron-left"></i> Continue shopping</a></div>
<div class="right-col">
<button class="btn btn-secondary"><i class="fa fa-refresh"></i> Update cart</button>
<button type="submit" class="btn btn-template-outlined"><i class="fa fa-credit-card"></i>Proceed to Payment <i class="fa fa-chevron-right"></i></button>
</div>
</div>
</form>
<!-- You may like Start-->
<div class="row contact-area section-padding-100">
<div class="col-lg-3 col-md-6">
<div class="box text-uppercase mt-0 mb-2">
<h5>You may also like these products</h5>
</div>
</div>
<div class="card col-lg-3 col-md-6">
<div class="product" style="padding: 10px;">
<div class="image"><a href="shop-detail.html"><img src="img/phone.jpg" alt="" class="img-fluid image1"></a></div>
<div class="text">
<h3 class="h5"><a href="shop-detail.html">Fur coat</a></h3>
<p class="price badge deep-blue-gradient">NGN 143</p>
</div>
</div>
</div>
<div class="card col-lg-3 col-md-6" >
<div class="product">
<div class="image"><a href="shop-detail.html"><img src="./img/phone.jpg" alt="" class="img-fluid image1"></a></div>
<div class="text">
<h3 class="h5"><a href="shop-detail.html">Fur coat</a></h3>
<p class="price badge deep-blue-gradient">NGN 143</p>
</div>
</div>
</div>
<div class="card col-lg-3 col-md-6">
<div class="product">
<div class="image"><a href="shop-detail.html"><img src="./img/phone.jpg" alt="" class="img-fluid image1"></a></div>
<div class="text">
<h3 class="h5"><a href="shop-detail.html">Fur coat</a></h3>
<p class="price badge deep-blue-gradient">NGN 143</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- You may like End-->
<!-- Order Summary Start-->
<div class="col-lg-3">
<div id="order-summary" class="box mt-0 mb-4 p-0">
<div class="box-header mt-0">
<h3>Order summary</h3>
</div>
<p class="text-muted">Shipping and additional costs are calculated based on the values you have entered.</p>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td>Order subtotal</td>
<th>NGN 446.00</th>
</tr>
<tr>
<td>Shipping and handling</td>
<th>NGN 10.00</th>
</tr>
<tr>
<td>Tax</td>
<th>NGN 0.00</th>
</tr>
<tr class="total">
<td>Total</td>
<th>NGN 456.00</th>
</tr>
</tbody>
</table>
</div>
</div>
<div class="box box mt-0 mb-4 p-0">
<div class="box-header mt-0">
<h4>Coupon code</h4>
</div>
<p class="text-muted">If you have a coupon code, please enter it in the box below.</p>
<form>
<div class="input-group">
<input type="text" class="form-control"><span class="input-group-btn">
<button type="button" class="btn btn-template-main"><i class="fa fa-gift"></i></button></span>
</div>
</form>
</div>
<!-- Order Summary Start-->
</div>
</div>
</div>
</section>
<!--Footer-->
<!--Footer Links-->
<div class="container mt-5 mb-4 text-center text-md-left">
<div class="row mt-3">
<!--First column-->
<div class="col-md-3 col-lg-4 col-xl-3 mb-4">
<h6 class="text-uppercase font-weight-bold">
<strong>Social media</strong>
</h6>
<hr class="blue mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#"><i class="fa fa-facebook mr-3"></i></p>
<p>
<a href="#"><i class="fa fa-twitter mr-3"></i></p>
<p>
<a href="#"><i class="fa fa-instagram mr-3"></i></p>
<p>
<a href="#"><i class="fa fa-google-plus mr-3"></i></p>
</div>
<!--/.First column-->
<!--Second column-->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold">
<strong>Products</strong>
</h6>
<hr class="blue mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#">Clothing</a>
</p>
<p>
<a href="#">Vegetables</a>
</p>
<p>
<a href="#">Gadgets</a>
</p>
<p>
<a href="#">Food Stuff</a>
</p>
</div>
<!--/.Second column-->
<!--Third column-->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold">
<strong>Useful links</strong>
</h6>
<hr class="blue mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#">How it works</a>
</p>
<p>
<a href="#">Become an agent</a>
</p>
<p>
<a href="#">Delivery Rates</a>
</p>
<p>
<a href="#">FAQs</a>
</p>
</div>
<!--/.Third column-->
<!--Fourth column-->
<div class="col-md-4 col-lg-3 col-xl-3">
<h6 class="text-uppercase font-weight-bold">
<strong>Contact</strong>
</h6>
<hr class="blue mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fa fa-home mr-3"></i> Makurdi, Benue, NG</p>
<p>
<a href="mailto://info@modernmarket.com"><i class="fa fa-envelope mr-3"></i> info@modernmarket.com</p>
<p>
<a href="tel://0813 5661 282"> <i class="fa fa-phone mr-3"></i>+ 234 813 566 1282</a></p>
<p>
<i class="fa fa-print mr-3"></i> modernmarket</p>
</div>
<!--/.Fourth column-->
</div>
</div>
<!--/.Footer Links-->
</footer>
<!--/.Footer-->
<!-- Footer Area Start -->
<footer class="footer-area">
<div class="container">
<div class="row">
<div class="col-12 col-md-4">
<div class="footer-single-widget">
<a href="index.html"><img src="./img/logo.png" alt=""></a>
<div class="copywrite-text mt-30">
<p>Copyright © <script>document.write(new Date().getFullYear());</script> All rights reserved</p>
</div>
</div>
</div>
<div class="col-12 col-md-4">
</div>
<div class="col-12 col-md-4">
<div class="footer-single-widget">
<h5>Subscribe</h5>
<form action="#" method="post">
<input type="email" name="email" id="email" placeholder="Enter your mail">
<button type="button"><i class="fa fa-paper-plane"></i></button>
</form>
</div>
</div>
</div>
</div>
</footer>
<!-- ***** Footer Area End ***** -->
<!-- jQuery (Necessary for All JavaScript Plugins) -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/popper.min.js"></script>
<!-- Bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugins js -->
<script src="js/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
<a id="scrollUp" href="#top" style="position: fixed; z-index: 2147483647; display: block;"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
</body>
</html>