-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcart.php
More file actions
227 lines (219 loc) · 7.66 KB
/
Copy pathcart.php
File metadata and controls
227 lines (219 loc) · 7.66 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
<?php include 'site.php'; ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Twitter Bootstrap shopping cart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet"/>
<!-- Customize styles -->
<link href="style.css" rel="stylesheet"/>
<!-- font awesome styles -->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet">
<!--[if IE 7]>
<link href="css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
</head>
<body>
<!--
Upper Header Section
-->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="topNav">
<div class="container">
<div class="alignR">
<div class="pull-left socialNw">
<a href="#"><span class="icon-twitter"></span></a>
<a href="#"><span class="icon-facebook"></span></a>
<a href="#"><span class="icon-youtube"></span></a>
<a href="#"><span class="icon-tumblr"></span></a>
</div>
<a href="index.php"> <span class="icon-home"></span> Home</a>
<a href="#"><span class="icon-user"></span> My Account</a>
<a href="register.php"><span class="icon-edit"></span> Free Register </a>
<a href="contact.php"><span class="icon-envelope"></span> Contact us</a>
<a class="active" href="cart.php"><span class="icon-shopping-cart"></span> 2 Item(s) - <span class="badge badge-warning"> $448.42</span></a>
</div>
</div>
</div>
</div>
<!--
Lower Header Section
-->
<div class="container">
<div id="gototop"> </div>
<header id="header">
<div class="row">
<div class="span4">
<h1>
<a class="logo" href="index.php"><span>Twitter Bootstrap ecommerce template</span>
<img src="assets/img/logo-bootstrap-shoping-cart.png" alt="bootstrap sexy shop">
</a>
</h1>
</div>
</div>
</header>
<!--
Navigation Bar Section
-->
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse">
<ul class="nav">
<li class=""><a href="index.php">Home </a></li>
<li class=""><a href="list-view.php">List View</a></li>
<li class=""><a href="grid-view.php">Grid View</a></li>
<li class=""><a href="three-col.php">Three Column</a></li>
<li class=""><a href="four-col.php">Four Column</a></li>
<li class=""><a href="general.php">General Content</a></li>
</ul>
<form action="#" class="navbar-search pull-left">
<input type="text" placeholder="Search" class="search-query span2">
</form>
<ul class="nav pull-right">
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#"><span class="icon-lock"></span> Login <b class="caret"></b></a>
<div class="dropdown-menu">
<form class="form-horizontal loginFrm">
<div class="control-group">
<input type="text" class="span2" id="inputEmail" placeholder="Email">
</div>
<div class="control-group">
<input type="password" class="span2" id="inputPassword" placeholder="Password">
</div>
<div class="control-group">
<label class="checkbox">
<input type="checkbox"> Remember me
</label>
<button type="submit" class="shopBtn btn-block">Sign in</button>
</div>
</form>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--
Body Section
-->
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="index.php">Home</a> <span class="divider">/</span></li>
<li class="active">Check Out</li>
</ul>
<div class="well well-small">
<h1>Check Out <small class="pull-right"> 2 Items are in the cart </small></h1>
<hr class="soften"/>
<table class="table table-bordered table-condensed">
<thead>
<tr>
<th>Product</th>
<th>Description</th>
<th> Ref. </th>
<th>Avail.</th>
<th>Unit price</th>
<th>Qty </th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td><img width="100" src="assets/img/e.jpg" alt=""></td>
<td>Items name here<br>Carate : 22<br>Model : n/a</td>
<td> - </td>
<td><span class="shopBtn"><span class="icon-ok"></span></span> </td>
<td>$50.00</td>
<td>
<input class="span1" style="max-width:34px" placeholder="1" id="appendedInputButtons" size="16" type="text" value="2">
<div class="input-append">
<button class="btn btn-mini" type="button">-</button><button class="btn btn-mini" type="button"> + </button><button class="btn btn-mini btn-danger" type="button"><span class="icon-remove"></span></button>
</div>
</td>
<td>$100.00</td>
</tr>
<tr>
<td><img width="100" src="assets/img/f.jpg" alt=""></td>
<td>Item names and brief details<br>Carate:24 <br>Model:HBK24</td>
<td> - </td>
<td><span class="shopBtn"><span class="icon-ok"></span></span> </td>
<td>$348.42</td>
<td>
<input class="span1" style="max-width:34px" placeholder="1" size="16" type="text">
<div class="input-append">
<button class="btn btn-mini" type="button">-</button><button class="btn btn-mini" type="button">+</button><button class="btn btn-mini btn-danger" type="button"><span class="icon-remove"></span></button>
</div>
</td>
<td>$348.42</td>
</tr>
<tr>
<td colspan="6" class="alignR">Total products: </td>
<td> $448.42</td>
</tr>
<tr>
<td colspan="6" class="alignR">Total products: </td>
<td> $448.42</td>
</tr>
<tr>
<td colspan="6" class="alignR">Total products: </td>
<td> $448.42</td>
</tr>
<tr>
<td colspan="6" class="alignR">Total products: </td>
<td class="label label-primary"> $448.42</td>
</tr>
</tbody>
</table><br/>
<a href="products.php" class="shopBtn btn-large"><span class="icon-arrow-left"></span></a></div>
</div>
</div>
<!--
Clients
--><!--
Footer
-->
<footer class="footer">
<div class="row-fluid">
<div class="span2">
<h5>Your Account</h5>
<a href="#">YOUR ACCOUNT</a><br>
<a href="#">PERSONAL INFORMATION</a><br>
<a href="#">ADDRESSES</a><br>
<a href="#">DISCOUNT</a><br>
<a href="#">ORDER HISTORY</a><br>
</div>
<div class="span2">
<h5>Iinformation</h5>
<a href="contact.php">CONTACT</a><br>
<a href="#">SITEMAP</a><br>
<a href="#">LEGAL NOTICE</a><br>
<a href="#">TERMS AND CONDITIONS</a><br>
<a href="#">ABOUT US</a><br>
</div>
</div>
</footer>
</div><!-- /container --><a href="#" class="gotop"><i class="icon-double-angle-up"></i></a>
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.easing-1.3.min.js"></script>
<script src="assets/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="assets/js/shop.js"></script>
</body>
</html>