-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct_summary.html
433 lines (420 loc) · 21.9 KB
/
product_summary.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootshop online Shopping cart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!--Less styles -->
<!-- Other Less css file //different less files has different color scheam
<link rel="stylesheet/less" type="text/css" href="themes/less/simplex.less">
<link rel="stylesheet/less" type="text/css" href="themes/less/classified.less">
<link rel="stylesheet/less" type="text/css" href="themes/less/amelia.less"> MOVE DOWN TO activate
-->
<!--<link rel="stylesheet/less" type="text/css" href="themes/less/bootshop.less">
<script src="themes/js/less.js" type="text/javascript"></script> -->
<!-- Bootstrap style -->
<link id="callCss" rel="stylesheet" href="themes/bootshop/bootstrap.min.css" media="screen"/>
<link href="themes/css/base.css" rel="stylesheet" media="screen"/>
<!-- Bootstrap style responsive -->
<link href="themes/css/bootstrap-responsive.min.css" rel="stylesheet"/>
<link href="themes/css/font-awesome.css" rel="stylesheet" type="text/css">
<!-- Google-code-prettify -->
<link href="themes/js/google-code-prettify/prettify.css" rel="stylesheet"/>
<!-- fav and touch icons -->
<link rel="shortcut icon" href="themes/images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="themes/images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="themes/images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="themes/images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="themes/images/ico/apple-touch-icon-57-precomposed.png">
<style type="text/css" id="enject"></style>
</head>
<body>
<div id="header">
<div class="container">
<div id="welcomeLine" class="row">
<div class="span6">Welcome!<strong> User</strong></div>
<div class="span6">
<div class="pull-right">
<a href="product_summary.html"><span class="">Fr</span></a>
<a href="product_summary.html"><span class="">Es</span></a>
<span class="btn btn-mini">En</span>
<a href="product_summary.html"><span>£</span></a>
<span class="btn btn-mini">$155.00</span>
<a href="product_summary.html"><span class="">$</span></a>
<a href="product_summary.html"><span class="btn btn-mini btn-primary"><i class="icon-shopping-cart icon-white"></i> [ 3 ] Itemes in your cart </span> </a>
</div>
</div>
</div>
<!-- Navbar ================================================== -->
<div id="logoArea" class="navbar">
<a id="smallScreen" data-target="#topMenu" 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="navbar-inner">
<a class="brand" href="index.html"><img src="themes/images/logo.png" alt="Bootsshop"/></a>
<form class="form-inline navbar-search" method="post" action="products.html" >
<input id="srchFld" class="srchTxt" type="text" />
<select class="srchTxt">
<option>All</option>
<option>CLOTHES </option>
<option>FOOD AND BEVERAGES </option>
<option>HEALTH & BEAUTY </option>
<option>SPORTS & LEISURE </option>
<option>BOOKS & ENTERTAINMENTS </option>
</select>
<button type="submit" id="submitButton" class="btn btn-primary">Go</button>
</form>
<ul id="topMenu" class="nav pull-right">
<li class=""><a href="special_offer.html">Specials Offer</a></li>
<li class=""><a href="normal.html">Delivery</a></li>
<li class=""><a href="contact.html">Contact</a></li>
<li class="">
<a href="#login" role="button" data-toggle="modal" style="padding-right:0"><span class="btn btn-large btn-success">Login</span></a>
<div id="login" class="modal hide fade in" tabindex="-1" role="dialog" aria-labelledby="login" aria-hidden="false" >
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>Login Block</h3>
</div>
<div class="modal-body">
<form class="form-horizontal loginFrm">
<div class="control-group">
<input type="text" id="inputEmail" placeholder="Email">
</div>
<div class="control-group">
<input type="password" id="inputPassword" placeholder="Password">
</div>
<div class="control-group">
<label class="checkbox">
<input type="checkbox"> Remember me
</label>
</div>
</form>
<button type="submit" class="btn btn-success">Sign in</button>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Header End====================================================================== -->
<div id="mainBody">
<div class="container">
<div class="row">
<!-- Sidebar ================================================== -->
<div id="sidebar" class="span3">
<div class="well well-small"><a id="myCart" href="product_summary.html"><img src="themes/images/ico-cart.png" alt="cart">3 Items in your cart <span class="badge badge-warning pull-right">$155.00</span></a></div>
<ul id="sideManu" class="nav nav-tabs nav-stacked">
<li class="subMenu open"><a> ELECTRONICS [230]</a>
<ul>
<li><a class="active" href="products.html"><i class="icon-chevron-right"></i>Cameras (100) </a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Computers, Tablets & laptop (30)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Mobile Phone (80)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Sound & Vision (15)</a></li>
</ul>
</li>
<li class="subMenu"><a> CLOTHES [840] </a>
<ul style="display:none">
<li><a href="products.html"><i class="icon-chevron-right"></i>Women's Clothing (45)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Women's Shoes (8)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Women's Hand Bags (5)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Men's Clothings (45)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Men's Shoes (6)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Kids Clothing (5)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Kids Shoes (3)</a></li>
</ul>
</li>
<li class="subMenu"><a>FOOD AND BEVERAGES [1000]</a>
<ul style="display:none">
<li><a href="products.html"><i class="icon-chevron-right"></i>Angoves (35)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Bouchard Aine & Fils (8)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>French Rabbit (5)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Louis Bernard (45)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>BIB Wine (Bag in Box) (8)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Other Liquors & Wine (5)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Garden (3)</a></li>
<li><a href="products.html"><i class="icon-chevron-right"></i>Khao Shong (11)</a></li>
</ul>
</li>
<li><a href="products.html">HEALTH & BEAUTY [18]</a></li>
<li><a href="products.html">SPORTS & LEISURE [58]</a></li>
<li><a href="products.html">BOOKS & ENTERTAINMENTS [14]</a></li>
</ul>
<br/>
<div class="thumbnail">
<img src="themes/images/products/panasonic.jpg" alt="Bootshop panasonoc New camera"/>
<div class="caption">
<h5>Panasonic</h5>
<h4 style="text-align:center"><a class="btn" href="product_details.html"> <i class="icon-zoom-in"></i></a> <a class="btn" href="#">Add to <i class="icon-shopping-cart"></i></a> <a class="btn btn-primary" href="#">$222.00</a></h4>
</div>
</div><br/>
<div class="thumbnail">
<img src="themes/images/products/kindle.png" title="Bootshop New Kindel" alt="Bootshop Kindel">
<div class="caption">
<h5>Kindle</h5>
<h4 style="text-align:center"><a class="btn" href="product_details.html"> <i class="icon-zoom-in"></i></a> <a class="btn" href="#">Add to <i class="icon-shopping-cart"></i></a> <a class="btn btn-primary" href="#">$222.00</a></h4>
</div>
</div><br/>
<div class="thumbnail">
<img src="themes/images/payment_methods.png" title="Bootshop Payment Methods" alt="Payments Methods">
<div class="caption">
<h5>Payment Methods</h5>
</div>
</div>
</div>
<!-- Sidebar end=============================================== -->
<div class="span9">
<ul class="breadcrumb">
<li><a href="index.html">Home</a> <span class="divider">/</span></li>
<li class="active"> SHOPPING CART</li>
</ul>
<h3> SHOPPING CART [ <small>3 Item(s) </small>]<a href="products.html" class="btn btn-large pull-right"><i class="icon-arrow-left"></i> Continue Shopping </a></h3>
<hr class="soft"/>
<table class="table table-bordered">
<tr><th> I AM ALREADY REGISTERED </th></tr>
<tr>
<td>
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputUsername">Username</label>
<div class="controls">
<input type="text" id="inputUsername" placeholder="Username">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputPassword1">Password</label>
<div class="controls">
<input type="password" id="inputPassword1" placeholder="Password">
</div>
</div>
<div class="control-group">
<div class="controls">
<button type="submit" class="btn">Sign in</button> OR <a href="register.html" class="btn">Register Now!</a>
</div>
</div>
<div class="control-group">
<div class="controls">
<a href="forgetpass.html" style="text-decoration:underline">Forgot password ?</a>
</div>
</div>
</form>
</td>
</tr>
</table>
<table class="table table-bordered">
<thead>
<tr>
<th>Product</th>
<th>Description</th>
<th>Quantity/Update</th>
<th>Price</th>
<th>Discount</th>
<th>Tax</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td> <img width="60" src="themes/images/products/4.jpg" alt=""/></td>
<td>MASSA AST<br/>Color : black, Material : metal</td>
<td>
<div class="input-append"><input class="span1" style="max-width:34px" placeholder="1" id="appendedInputButtons" size="16" type="text"><button class="btn" type="button"><i class="icon-minus"></i></button><button class="btn" type="button"><i class="icon-plus"></i></button><button class="btn btn-danger" type="button"><i class="icon-remove icon-white"></i></button> </div>
</td>
<td>$120.00</td>
<td>$25.00</td>
<td>$15.00</td>
<td>$110.00</td>
</tr>
<tr>
<td> <img width="60" src="themes/images/products/8.jpg" alt=""/></td>
<td>MASSA AST<br/>Color : black, Material : metal</td>
<td>
<div class="input-append"><input class="span1" style="max-width:34px" placeholder="1" size="16" type="text"><button class="btn" type="button"><i class="icon-minus"></i></button><button class="btn" type="button"><i class="icon-plus"></i></button><button class="btn btn-danger" type="button"><i class="icon-remove icon-white"></i></button> </div>
</td>
<td>$7.00</td>
<td>--</td>
<td>$1.00</td>
<td>$8.00</td>
</tr>
<tr>
<td> <img width="60" src="themes/images/products/3.jpg" alt=""/></td>
<td>MASSA AST<br/>Color : black, Material : metal</td>
<td>
<div class="input-append"><input class="span1" style="max-width:34px" placeholder="1" size="16" type="text"><button class="btn" type="button"><i class="icon-minus"></i></button><button class="btn" type="button"><i class="icon-plus"></i></button><button class="btn btn-danger" type="button"><i class="icon-remove icon-white"></i></button> </div>
</td>
<td>$120.00</td>
<td>$25.00</td>
<td>$15.00</td>
<td>$110.00</td>
</tr>
<tr>
<td colspan="6" style="text-align:right">Total Price: </td>
<td> $228.00</td>
</tr>
<tr>
<td colspan="6" style="text-align:right">Total Discount: </td>
<td> $50.00</td>
</tr>
<tr>
<td colspan="6" style="text-align:right">Total Tax: </td>
<td> $31.00</td>
</tr>
<tr>
<td colspan="6" style="text-align:right"><strong>TOTAL ($228 - $50 + $31) =</strong></td>
<td class="label label-important" style="display:block"> <strong> $155.00 </strong></td>
</tr>
</tbody>
</table>
<table class="table table-bordered">
<tbody>
<tr>
<td>
<form class="form-horizontal">
<div class="control-group">
<label class="control-label"><strong> VOUCHERS CODE: </strong> </label>
<div class="controls">
<input type="text" class="input-medium" placeholder="CODE">
<button type="submit" class="btn"> ADD </button>
</div>
</div>
</form>
</td>
</tr>
</tbody>
</table>
<table class="table table-bordered">
<tr><th>ESTIMATE YOUR SHIPPING </th></tr>
<tr>
<td>
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputCountry">Country </label>
<div class="controls">
<input type="text" id="inputCountry" placeholder="Country">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputPost">Post Code/ Zipcode </label>
<div class="controls">
<input type="text" id="inputPost" placeholder="Postcode">
</div>
</div>
<div class="control-group">
<div class="controls">
<button type="submit" class="btn">ESTIMATE </button>
</div>
</div>
</form>
</td>
</tr>
</table>
<a href="products.html" class="btn btn-large"><i class="icon-arrow-left"></i> Continue Shopping </a>
<a href="login.html" class="btn btn-large pull-right">Next <i class="icon-arrow-right"></i></a>
</div>
</div></div>
</div>
<!-- MainBody End ============================= -->
<!-- Footer ================================================================== -->
<div id="footerSection">
<div class="container">
<div class="row">
<div class="span3">
<h5>ACCOUNT</h5>
<a href="login.html">YOUR ACCOUNT</a>
<a href="login.html">PERSONAL INFORMATION</a>
<a href="login.html">ADDRESSES</a>
<a href="login.html">DISCOUNT</a>
<a href="login.html">ORDER HISTORY</a>
</div>
<div class="span3">
<h5>INFORMATION</h5>
<a href="contact.html">CONTACT</a>
<a href="register.html">REGISTRATION</a>
<a href="legal_notice.html">LEGAL NOTICE</a>
<a href="tac.html">TERMS AND CONDITIONS</a>
<a href="faq.html">FAQ</a>
</div>
<div class="span3">
<h5>OUR OFFERS</h5>
<a href="#">NEW PRODUCTS</a>
<a href="#">TOP SELLERS</a>
<a href="special_offer.html">SPECIAL OFFERS</a>
<a href="#">MANUFACTURERS</a>
<a href="#">SUPPLIERS</a>
</div>
<div id="socialMedia" class="span3 pull-right">
<h5>SOCIAL MEDIA </h5>
<a href="#"><img width="60" height="60" src="themes/images/facebook.png" title="facebook" alt="facebook"/></a>
<a href="#"><img width="60" height="60" src="themes/images/twitter.png" title="twitter" alt="twitter"/></a>
<a href="#"><img width="60" height="60" src="themes/images/youtube.png" title="youtube" alt="youtube"/></a>
</div>
</div>
<p class="pull-right">© Bootshop</p>
</div><!-- Container End -->
</div>
<!-- Placed at the end of the document so the pages load faster ============================================= -->
<script src="themes/js/jquery.js" type="text/javascript"></script>
<script src="themes/js/bootstrap.min.js" type="text/javascript"></script>
<script src="themes/js/google-code-prettify/prettify.js"></script>
<script src="themes/js/bootshop.js"></script>
<script src="themes/js/jquery.lightbox-0.5.js"></script>
<!-- Themes switcher section ============================================================================================= -->
<div id="secectionBox">
<link rel="stylesheet" href="themes/switch/themeswitch.css" type="text/css" media="screen" />
<script src="themes/switch/theamswitcher.js" type="text/javascript" charset="utf-8"></script>
<div id="themeContainer">
<div id="hideme" class="themeTitle">Style Selector</div>
<div class="themeName">Oregional Skin</div>
<div class="images style">
<a href="themes/css/#" name="bootshop"><img src="themes/switch/images/clr/bootshop.png" alt="bootstrap business templates" class="active"></a>
<a href="themes/css/#" name="businessltd"><img src="themes/switch/images/clr/businessltd.png" alt="bootstrap business templates" class="active"></a>
</div>
<div class="themeName">Bootswatch Skins (11)</div>
<div class="images style">
<a href="themes/css/#" name="amelia" title="Amelia"><img src="themes/switch/images/clr/amelia.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="spruce" title="Spruce"><img src="themes/switch/images/clr/spruce.png" alt="bootstrap business templates" ></a>
<a href="themes/css/#" name="superhero" title="Superhero"><img src="themes/switch/images/clr/superhero.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="cyborg"><img src="themes/switch/images/clr/cyborg.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="cerulean"><img src="themes/switch/images/clr/cerulean.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="journal"><img src="themes/switch/images/clr/journal.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="readable"><img src="themes/switch/images/clr/readable.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="simplex"><img src="themes/switch/images/clr/simplex.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="slate"><img src="themes/switch/images/clr/slate.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="spacelab"><img src="themes/switch/images/clr/spacelab.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="united"><img src="themes/switch/images/clr/united.png" alt="bootstrap business templates"></a>
<p style="margin:0;line-height:normal;margin-left:-10px;display:none;"><small>These are just examples and you can build your own color scheme in the backend.</small></p>
</div>
<div class="themeName">Background Patterns </div>
<div class="images patterns">
<a href="themes/css/#" name="pattern1"><img src="themes/switch/images/pattern/pattern1.png" alt="bootstrap business templates" class="active"></a>
<a href="themes/css/#" name="pattern2"><img src="themes/switch/images/pattern/pattern2.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern3"><img src="themes/switch/images/pattern/pattern3.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern4"><img src="themes/switch/images/pattern/pattern4.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern5"><img src="themes/switch/images/pattern/pattern5.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern6"><img src="themes/switch/images/pattern/pattern6.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern7"><img src="themes/switch/images/pattern/pattern7.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern8"><img src="themes/switch/images/pattern/pattern8.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern9"><img src="themes/switch/images/pattern/pattern9.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern10"><img src="themes/switch/images/pattern/pattern10.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern11"><img src="themes/switch/images/pattern/pattern11.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern12"><img src="themes/switch/images/pattern/pattern12.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern13"><img src="themes/switch/images/pattern/pattern13.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern14"><img src="themes/switch/images/pattern/pattern14.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern15"><img src="themes/switch/images/pattern/pattern15.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern16"><img src="themes/switch/images/pattern/pattern16.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern17"><img src="themes/switch/images/pattern/pattern17.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern18"><img src="themes/switch/images/pattern/pattern18.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern19"><img src="themes/switch/images/pattern/pattern19.png" alt="bootstrap business templates"></a>
<a href="themes/css/#" name="pattern20"><img src="themes/switch/images/pattern/pattern20.png" alt="bootstrap business templates"></a>
</div>
</div>
</div>
<span id="themesBtn"></span>
</body>
</html>