-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpage-shopping-cart.html
executable file
·342 lines (330 loc) · 14 KB
/
page-shopping-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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>mPurpose - Multipurpose Feature Rich Bootstrap Template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/icomoon-social.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="stylesheet" href="css/main.css">
<script src="js/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<!-- Navigation & Logo-->
<div class="mainmenu-wrapper">
<div class="container">
<div class="menuextras">
<div class="extras">
<ul>
<li class="shopping-cart-items"><i class="glyphicon glyphicon-shopping-cart icon-white"></i> <a href="page-shopping-cart.html"><b>3 items</b></a></li>
<li>
<div class="dropdown choose-country">
<a class="#" data-toggle="dropdown" href="#"><img src="img/flags/gb.png" alt="Great Britain"> UK</a>
<ul class="dropdown-menu" role="menu">
<li role="menuitem"><a href="#"><img src="img/flags/us.png" alt="United States"> US</a></li>
<li role="menuitem"><a href="#"><img src="img/flags/de.png" alt="Germany"> DE</a></li>
<li role="menuitem"><a href="#"><img src="img/flags/es.png" alt="Spain"> ES</a></li>
</ul>
</div>
</li>
<li><a href="page-login.html">Login</a></li>
</ul>
</div>
</div>
<nav id="mainmenu" class="mainmenu">
<ul>
<li class="logo-wrapper"><a href="index.html"><img src="img/mPurpose-logo.png" alt="Multipurpose Twitter Bootstrap Template"></a></li>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="features.html">Features</a>
</li>
<li class="has-submenu active">
<a href="#">Pages +</a>
<div class="mainmenu-submenu">
<div class="mainmenu-submenu-inner">
<div>
<h4>Homepage</h4>
<ul>
<li><a href="index.html">Homepage (Sample 1)</a></li>
<li><a href="page-homepage-sample.html">Homepage (Sample 2)</a></li>
</ul>
<h4>Services & Pricing</h4>
<ul>
<li><a href="page-services-1-column.html">Services/Features (Rows)</a></li>
<li><a href="page-services-3-columns.html">Services/Features (3 Columns)</a></li>
<li><a href="page-services-4-columns.html">Services/Features (4 Columns)</a></li>
<li><a href="page-pricing.html">Pricing Table</a></li>
</ul>
<h4>Team & Open Vacancies</h4>
<ul>
<li><a href="page-team.html">Our Team</a></li>
<li><a href="page-vacancies.html">Open Vacancies (List)</a></li>
<li><a href="page-job-details.html">Open Vacancies (Job Details)</a></li>
</ul>
</div>
<div>
<h4>Our Work (Portfolio)</h4>
<ul>
<li><a href="page-portfolio-2-columns-1.html">Portfolio (2 Columns, Option 1)</a></li>
<li><a href="page-portfolio-2-columns-2.html">Portfolio (2 Columns, Option 2)</a></li>
<li><a href="page-portfolio-3-columns-1.html">Portfolio (3 Columns, Option 1)</a></li>
<li><a href="page-portfolio-3-columns-2.html">Portfolio (3 Columns, Option 2)</a></li>
<li><a href="page-portfolio-item.html">Portfolio Item (Project) Description</a></li>
</ul>
<h4>General Pages</h4>
<ul>
<li><a href="page-about-us.html">About Us</a></li>
<li><a href="page-contact-us.html">Contact Us</a></li>
<li><a href="page-faq.html">Frequently Asked Questions</a></li>
<li><a href="page-testimonials-clients.html">Testimonials & Clients</a></li>
<li><a href="page-events.html">Events</a></li>
<li><a href="page-404.html">404 Page</a></li>
<li><a href="page-sitemap.html">Sitemap</a></li>
<li><a href="page-login.html">Login</a></li>
<li><a href="page-register.html">Register</a></li>
<li><a href="page-password-reset.html">Password Reset</a></li>
<li><a href="page-terms-privacy.html">Terms & Privacy</a></li>
<li><a href="page-coming-soon.html">Coming Soon</a></li>
</ul>
</div>
<div>
<h4>eShop</h4>
<ul>
<li><a href="page-products-3-columns.html">Products listing (3 Columns)</a></li>
<li><a href="page-products-4-columns.html">Products listing (4 Columns)</a></li>
<li><a href="page-products-slider.html">Products Slider</a></li>
<li><a href="page-product-details.html">Product Details</a></li>
<li><a href="page-shopping-cart.html">Shopping Cart</a></li>
</ul>
<h4>Blog</h4>
<ul>
<li><a href="page-blog-posts.html">Blog Posts (List)</a></li>
<li><a href="page-blog-post-right-sidebar.html">Blog Single Post (Right Sidebar)</a></li>
<li><a href="page-blog-post-left-sidebar.html">Blog Single Post (Left Sidebar)</a></li>
<li><a href="page-news.html">Latest & Featured News</a></li>
</ul>
</div>
</div><!-- /mainmenu-submenu-inner -->
</div><!-- /mainmenu-submenu -->
</li>
<li>
<a href="credits.html">Credits</a>
</li>
</ul>
</nav>
</div>
</div>
<!-- Page Title -->
<div class="section section-breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Shopping Cart</h1>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- Action Buttons -->
<div class="pull-right">
<a href="#" class="btn btn-grey"><i class="glyphicon glyphicon-refresh"></i> UPDATE</a>
<a href="#" class="btn"><i class="glyphicon glyphicon-shopping-cart icon-white"></i> CHECK OUT</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<!-- Shopping Cart Items -->
<table class="shopping-cart">
<!-- Shopping Cart Item -->
<tr>
<!-- Shopping Cart Item Image -->
<td class="image"><a href="page-product-details.html"><img src="img/product1.jpg" alt="Item Name"></a></td>
<!-- Shopping Cart Item Description & Features -->
<td>
<div class="cart-item-title"><a href="page-product-details.html">LOREM IPSUM DOLOR</a></div>
<div class="feature color">
Color: <span class="color-white"></span>
</div>
<div class="feature">Size: <b>XXL</b></div>
</td>
<!-- Shopping Cart Item Quantity -->
<td class="quantity">
<input class="form-control input-sm input-micro" type="text" value="1">
</td>
<!-- Shopping Cart Item Price -->
<td class="price">$999.99</td>
<!-- Shopping Cart Item Actions -->
<td class="actions">
<a href="#" class="btn btn-xs btn-grey"><i class="glyphicon glyphicon-pencil"></i></a>
<a href="#" class="btn btn-xs btn-grey"><i class="glyphicon glyphicon-trash"></i></a>
</td>
</tr>
<!-- End Shopping Cart Item -->
<tr>
<td class="image"><a href="page-product-details.html"><img src="img/product2.jpg" alt="Item Name"></a></td>
<td>
<div class="cart-item-title"><a href="page-product-details.html">LOREM IPSUM DOLOR</a></div>
<div class="feature color">
Color: <span class="color-orange"></span>
</div>
<div class="feature">Size: <b>XXL</b></div>
</td>
<td class="quantity">
<input class="form-control input-sm input-micro" type="text" value="1">
</td>
<td class="price">$999.99</td>
<td class="actions">
<a href="#" class="btn btn-xs btn-grey"><i class="glyphicon glyphicon-pencil"></i></a>
<a href="#" class="btn btn-xs btn-grey"><i class="glyphicon glyphicon-trash"></i></a>
</td>
</tr>
<tr>
<td class="image"><a href="page-product-details.html"><img src="img/product3.jpg" alt="Item Name"></a></td>
<td>
<div class="cart-item-title"><a href="page-product-details.html">LOREM IPSUM DOLOR</a></div>
<div class="feature color">
</div>
<div class="feature">Size: <b>XXL</b></div>
</td>
<td class="quantity">
<input class="form-control input-sm input-micro" type="text" value="1">
</td>
<td class="price">$999.99</td>
<td class="actions">
<a href="#" class="btn btn-xs btn-grey"><i class="glyphicon glyphicon-pencil"></i></a>
<a href="#" class="btn btn-xs btn-grey"><i class="glyphicon glyphicon-trash"></i></a>
</td>
</tr>
</table>
<!-- End Shopping Cart Items -->
</div>
</div>
<div class="row">
<!-- Promotion Code -->
<div class="col-md-4 col-md-offset-0 col-sm-6 col-sm-offset-6">
<div class="cart-promo-code">
<h6><i class="glyphicon glyphicon-gift"></i> Have a promotion code?</h6>
<div class="input-group">
<input class="form-control input-sm" id="appendedInputButton" type="text" value="">
<span class="input-group-btn">
<button class="btn btn-sm btn-grey" type="button">Apply</button>
</span>
</div>
</div>
</div>
<!-- Shipment Options -->
<div class="col-md-4 col-md-offset-0 col-sm-6 col-sm-offset-6">
<div class="cart-shippment-options">
<h6><i class="glyphicon glyphicon-plane"></i> Shippment options</h6>
<div class="input-append">
<select class="form-control input-sm">
<option value="1">Standard - FREE</option>
<option value="2">Next day delivery - $10.00</option>
</select>
</div>
</div>
</div>
<!-- Shopping Cart Totals -->
<div class="col-md-4 col-md-offset-0 col-sm-6 col-sm-offset-6">
<table class="cart-totals">
<tr>
<td><b>Shipping</b></td>
<td>Free</td>
</tr>
<tr>
<td><b>Discount</b></td>
<td>- $18.00</td>
</tr>
<tr class="cart-grand-total">
<td><b>Total</b></td>
<td><b>$163.55</b></td>
</tr>
</table>
<!-- Action Buttons -->
<div class="pull-right">
<a href="#" class="btn btn-grey"><i class="glyphicon glyphicon-refresh"></i> UPDATE</a>
<a href="#" class="btn"><i class="glyphicon glyphicon-shopping-cart icon-white"></i> CHECK OUT</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-footer col-md-3 col-xs-6">
<h3>Our Latest Work</h3>
<div class="portfolio-item">
<div class="portfolio-image">
<a href="page-portfolio-item.html"><img src="img/portfolio6.jpg" alt="Project Name"></a>
</div>
</div>
</div>
<div class="col-footer col-md-3 col-xs-6">
<h3>Navigate</h3>
<ul class="no-list-style footer-navigate-section">
<li><a href="page-blog-posts.html">Blog</a></li>
<li><a href="page-portfolio-3-columns-2.html">Portfolio</a></li>
<li><a href="page-products-3-columns.html">eShop</a></li>
<li><a href="page-services-3-columns.html">Services</a></li>
<li><a href="page-pricing.html">Pricing</a></li>
<li><a href="page-faq.html">FAQ</a></li>
</ul>
</div>
<div class="col-footer col-md-4 col-xs-6">
<h3>Contacts</h3>
<p class="contact-us-details">
<b>Address:</b> 123 Fake Street, LN1 2ST, London, United Kingdom<br/>
<b>Phone:</b> +44 123 654321<br/>
<b>Fax:</b> +44 123 654321<br/>
<b>Email:</b> <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="col-footer col-md-2 col-xs-6">
<h3>Stay Connected</h3>
<ul class="footer-stay-connected no-list-style">
<li><a href="#" class="facebook"></a></li>
<li><a href="#" class="twitter"></a></li>
<li><a href="#" class="googleplus"></a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="footer-copyright">© 2013 mPurpose. All rights reserved.</div>
</div>
</div>
</div>
</div>
<!-- Javascripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/jquery.sequence-min.js"></script>
<script src="js/jquery.bxslider.js"></script>
<script src="js/main-menu.js"></script>
<script src="js/template.js"></script>
</body>
</html>