-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkout3.html
executable file
·722 lines (594 loc) · 33.5 KB
/
checkout3.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
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
714
715
716
717
718
719
720
721
722
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Obaju e-commerce template">
<meta name="author" content="Ondrej Svestka | ondrejsvestka.cz">
<meta name="keywords" content="">
<title>
Obaju : e-commerce template
</title>
<meta name="keywords" content="">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100' rel='stylesheet' type='text/css'>
<!-- styles -->
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.theme.css" rel="stylesheet">
<!-- theme stylesheet -->
<link href="css/style.default.css" rel="stylesheet" id="theme-stylesheet">
<!-- your stylesheet with modifications -->
<link href="css/custom.css" rel="stylesheet">
<script src="js/respond.min.js"></script>
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<!-- *** TOPBAR ***
_________________________________________________________ -->
<div id="top">
<div class="container">
<div class="col-md-6 offer" data-animate="fadeInDown">
<a href="#" class="btn btn-success btn-sm" data-animate-hover="shake">Offer of the day</a> <a href="#">Get flat 35% off on orders over $50!</a>
</div>
<div class="col-md-6" data-animate="fadeInDown">
<ul class="menu">
<li><a href="#" data-toggle="modal" data-target="#login-modal">Login</a>
</li>
<li><a href="register.html">Register</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
<li><a href="#">Recently viewed</a>
</li>
</ul>
</div>
</div>
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="Login" aria-hidden="true">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="Login">Customer login</h4>
</div>
<div class="modal-body">
<form action="customer-orders.html" method="post">
<div class="form-group">
<input type="text" class="form-control" id="email-modal" placeholder="email">
</div>
<div class="form-group">
<input type="password" class="form-control" id="password-modal" placeholder="password">
</div>
<p class="text-center">
<button class="btn btn-primary"><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="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>
</div>
<!-- *** TOP BAR END *** -->
<!-- *** NAVBAR ***
_________________________________________________________ -->
<div class="navbar navbar-default yamm" role="navigation" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand home" href="index.html" data-animate-hover="bounce">
<img src="img/logo.png" alt="Obaju logo" class="hidden-xs">
<img src="img/logo-small.png" alt="Obaju logo" class="visible-xs"><span class="sr-only">Obaju - go to homepage</span>
</a>
<div class="navbar-buttons">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-align-justify"></i>
</button>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#search">
<span class="sr-only">Toggle search</span>
<i class="fa fa-search"></i>
</button>
<a class="btn btn-default navbar-toggle" href="basket.html">
<i class="fa fa-shopping-cart"></i> <span class="hidden-xs">3 items in cart</span>
</a>
</div>
</div>
<!--/.navbar-header -->
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-left">
<li class="active"><a href="index.html">Home</a>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="200">Men <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<div class="yamm-content">
<div class="row">
<div class="col-sm-3">
<h5>Clothing</h5>
<ul>
<li><a href="category.html">T-shirts</a>
</li>
<li><a href="category.html">Shirts</a>
</li>
<li><a href="category.html">Pants</a>
</li>
<li><a href="category.html">Accessories</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Shoes</h5>
<ul>
<li><a href="category.html">Trainers</a>
</li>
<li><a href="category.html">Sandals</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
<li><a href="category.html">Casual</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Accessories</h5>
<ul>
<li><a href="category.html">Trainers</a>
</li>
<li><a href="category.html">Sandals</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
<li><a href="category.html">Casual</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
<li><a href="category.html">Casual</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Featured</h5>
<ul>
<li><a href="category.html">Trainers</a>
</li>
<li><a href="category.html">Sandals</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
</ul>
<h5>Looks and trends</h5>
<ul>
<li><a href="category.html">Trainers</a>
</li>
<li><a href="category.html">Sandals</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.yamm-content -->
</li>
</ul>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="200">Ladies <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<div class="yamm-content">
<div class="row">
<div class="col-sm-3">
<h5>Clothing</h5>
<ul>
<li><a href="category.html">T-shirts</a>
</li>
<li><a href="category.html">Shirts</a>
</li>
<li><a href="category.html">Pants</a>
</li>
<li><a href="category.html">Accessories</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Shoes</h5>
<ul>
<li><a href="category.html">Trainers</a>
</li>
<li><a href="category.html">Sandals</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
<li><a href="category.html">Casual</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Accessories</h5>
<ul>
<li><a href="category.html">Trainers</a>
</li>
<li><a href="category.html">Sandals</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
<li><a href="category.html">Casual</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
<li><a href="category.html">Casual</a>
</li>
</ul>
<h5>Looks and trends</h5>
<ul>
<li><a href="category.html">Trainers</a>
</li>
<li><a href="category.html">Sandals</a>
</li>
<li><a href="category.html">Hiking shoes</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<div class="banner">
<a href="#">
<img src="img/banner.jpg" class="img img-responsive" alt="">
</a>
</div>
<div class="banner">
<a href="#">
<img src="img/banner2.jpg" class="img img-responsive" alt="">
</a>
</div>
</div>
</div>
</div>
<!-- /.yamm-content -->
</li>
</ul>
</li>
<li class="dropdown yamm-fw">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="200">Template <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<div class="yamm-content">
<div class="row">
<div class="col-sm-3">
<h5>Shop</h5>
<ul>
<li><a href="index.html">Homepage</a>
</li>
<li><a href="category.html">Category - sidebar left</a>
</li>
<li><a href="category-right.html">Category - sidebar right</a>
</li>
<li><a href="category-full.html">Category - full width</a>
</li>
<li><a href="detail.html">Product detail</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>User</h5>
<ul>
<li><a href="register.html">Register / login</a>
</li>
<li><a href="customer-orders.html">Orders history</a>
</li>
<li><a href="customer-order.html">Order history detail</a>
</li>
<li><a href="customer-wishlist.html">Wishlist</a>
</li>
<li><a href="customer-account.html">Customer account / change password</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Order process</h5>
<ul>
<li><a href="basket.html">Shopping cart</a>
</li>
<li><a href="checkout1.html">Checkout - step 1</a>
</li>
<li><a href="checkout2.html">Checkout - step 2</a>
</li>
<li><a href="checkout3.html">Checkout - step 3</a>
</li>
<li><a href="checkout4.html">Checkout - step 4</a>
</li>
</ul>
</div>
<div class="col-sm-3">
<h5>Pages and blog</h5>
<ul>
<li><a href="blog.html">Blog listing</a>
</li>
<li><a href="post.html">Blog Post</a>
</li>
<li><a href="faq.html">FAQ</a>
</li>
<li><a href="text.html">Text page</a>
</li>
<li><a href="text-right.html">Text page - right sidebar</a>
</li>
<li><a href="404.html">404 page</a>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
<!-- /.yamm-content -->
</li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
<div class="navbar-buttons">
<div class="navbar-collapse collapse right" id="basket-overview">
<a href="basket.html" class="btn btn-primary navbar-btn"><i class="fa fa-shopping-cart"></i><span class="hidden-sm">3 items in cart</span></a>
</div>
<!--/.nav-collapse -->
<div class="navbar-collapse collapse right" id="search-not-mobile">
<button type="button" class="btn navbar-btn btn-primary" data-toggle="collapse" data-target="#search">
<span class="sr-only">Toggle search</span>
<i class="fa fa-search"></i>
</button>
</div>
</div>
<div class="collapse clearfix" id="search">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button type="submit" class="btn btn-primary"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</div>
<!--/.nav-collapse -->
</div>
<!-- /.container -->
</div>
<!-- /#navbar -->
<!-- *** NAVBAR END *** -->
<div id="all">
<div id="content">
<div class="container">
<div class="col-md-12">
<ul class="breadcrumb">
<li><a href="#">Home</a>
</li>
<li>Checkout - Payment method</li>
</ul>
</div>
<div class="col-md-9" id="checkout">
<div class="box">
<form method="post" action="checkout4.html">
<h1>Checkout - Payment method</h1>
<ul class="nav nav-pills nav-justified">
<li><a href="checkout1.html"><i class="fa fa-map-marker"></i><br>Address</a>
</li>
<li><a href="checkout2.html"><i class="fa fa-truck"></i><br>Delivery Method</a>
</li>
<li class="active"><a href="#"><i class="fa fa-money"></i><br>Payment Method</a>
</li>
<li class="disabled"><a href="checkout4.html"><i class="fa fa-eye"></i><br>Order Review</a>
</li>
</ul>
<div class="content">
<div class="row">
<div class="col-sm-6">
<div class="box payment-method">
<h4>Paypal</h4>
<p>We like it all.</p>
<div class="box-footer text-center">
<input type="radio" name="payment" value="payment1">
</div>
</div>
</div>
<div class="col-sm-6">
<div class="box payment-method">
<h4>Payment gateway</h4>
<p>VISA and Mastercard only.</p>
<div class="box-footer text-center">
<input type="radio" name="payment" value="payment2">
</div>
</div>
</div>
<div class="col-sm-6">
<div class="box payment-method">
<h4>Cash on delivery</h4>
<p>You pay when you get it.</p>
<div class="box-footer text-center">
<input type="radio" name="payment" value="payment3">
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.content -->
<div class="box-footer">
<div class="pull-left">
<a href="basket.html" class="btn btn-default"><i class="fa fa-chevron-left"></i>Back to Shipping method</a>
</div>
<div class="pull-right">
<button type="submit" class="btn btn-primary">Continue to Order review<i class="fa fa-chevron-right"></i>
</button>
</div>
</div>
</form>
</div>
<!-- /.box -->
</div>
<!-- /.col-md-9 -->
<div class="col-md-3">
<div class="box" id="order-summary">
<div class="box-header">
<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>$446.00</th>
</tr>
<tr>
<td>Shipping and handling</td>
<th>$10.00</th>
</tr>
<tr>
<td>Tax</td>
<th>$0.00</th>
</tr>
<tr class="total">
<td>Total</td>
<th>$456.00</th>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- /.col-md-3 -->
</div>
<!-- /.container -->
</div>
<!-- /#content -->
<!-- *** FOOTER ***
_________________________________________________________ -->
<div id="footer" data-animate="fadeInUp">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<h4>Pages</h4>
<ul>
<li><a href="text.html">About us</a>
</li>
<li><a href="text.html">Terms and conditions</a>
</li>
<li><a href="faq.html">FAQ</a>
</li>
<li><a href="contact.html">Contact us</a>
</li>
</ul>
<hr>
<h4>User section</h4>
<ul>
<li><a href="#" data-toggle="modal" data-target="#login-modal">Login</a>
</li>
<li><a href="register.html">Regiter</a>
</li>
</ul>
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Top categories</h4>
<h5>Men</h5>
<ul>
<li><a href="category.html">T-shirts</a>
</li>
<li><a href="category.html">Shirts</a>
</li>
<li><a href="category.html">Accessories</a>
</li>
</ul>
<h5>Ladies</h5>
<ul>
<li><a href="category.html">T-shirts</a>
</li>
<li><a href="category.html">Skirts</a>
</li>
<li><a href="category.html">Pants</a>
</li>
<li><a href="category.html">Accessories</a>
</li>
</ul>
<hr class="hidden-md hidden-lg">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Where to find us</h4>
<p><strong>Obaju Ltd.</strong>
<br>13/25 New Avenue
<br>New Heaven
<br>45Y 73J
<br>England
<br>
<strong>Great Britain</strong>
</p>
<a href="contact.html">Go to contact page</a>
<hr class="hidden-md hidden-lg">
</div>
<!-- /.col-md-3 -->
<div class="col-md-3 col-sm-6">
<h4>Get the news</h4>
<p class="text-muted">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
<form>
<div class="input-group">
<input type="text" class="form-control">
<span class="input-group-btn">
<button class="btn btn-default" type="button">Subscribe!</button>
</span>
</div>
<!-- /input-group -->
</form>
<hr>
<h4>Stay in touch</h4>
<p class="social">
<a href="#" class="facebook external" data-animate-hover="shake"><i class="fa fa-facebook"></i></a>
<a href="#" class="twitter external" data-animate-hover="shake"><i class="fa fa-twitter"></i></a>
<a href="#" class="instagram external" data-animate-hover="shake"><i class="fa fa-instagram"></i></a>
<a href="#" class="gplus external" data-animate-hover="shake"><i class="fa fa-google-plus"></i></a>
<a href="#" class="email external" data-animate-hover="shake"><i class="fa fa-envelope"></i></a>
</p>
</div>
<!-- /.col-md-3 -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /#footer -->
<!-- *** FOOTER END *** -->
<!-- *** COPYRIGHT ***
_________________________________________________________ -->
<div id="copyright">
<div class="container">
<div class="col-md-6">
<p class="pull-left">© 2015 Your name goes here.</p>
</div>
<div class="col-md-6">
<p class="pull-right">Template by <a href="https://bootstrapious.com/e-commerce-templates">Bootstrapious</a> & <a href="https://fity.cz">Fity</a>
<!-- Not removing these links is part of the license conditions of the template. Thanks for understanding :) If you want to use the template without the attribution links, you can do so after supporting further themes development at https://bootstrapious.com/donate -->
</p>
</div>
</div>
</div>
<!-- *** COPYRIGHT END *** -->
</div>
<!-- /#all -->
<!-- *** SCRIPTS TO INCLUDE ***
_________________________________________________________ -->
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/bootstrap-hover-dropdown.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/front.js"></script>
</body>
</html>