-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.php
392 lines (381 loc) · 15.6 KB
/
details.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sell anythign: Premium Responsive Template develope by bootstrappage.com (bootstrap 2.3.1 version)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- styles -->
<link rel="stylesheet/less" type="text/css" href="themes/less/bootstrap.less">
<script src="themes/js/less/less.js" type="text/javascript"></script>
<!-- favicon-icons -->
<link rel="shortcut icon" href="themes/images/favicon.ico">
</head>
<body>
<header class="header">
<h1 class="seo">Welcome to sell anything! :<em class="blink"> 50% </em> discount is available for more than <span class="blink"> 400 </span> items.</h1>
<div class="container">
<div class="row">
<div class="offset6 span6 right-align loginArea">
<a href="#login" role="button" data-toggle="modal"><span class="btn btn-mini"> Login </span></a>
<a href="register.php"><span class="btn btn-mini btn-success"> Register </span></a>
<a href="checkout.php"><span class="btn btn-mini btn-danger"> Cart [2] </span></a>
</div>
</div>
<!-- Login Block -->
<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>Sell Anythings : 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>
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="index.php"><img src="themes/images/new_logo.png" alt="Bootsshop"></a>
<div class="nav-collapse">
<ul id="topMenu" class="nav pull-right">
<li class="">
<form class="form-inline navbar-search" method="post" action="products.php" style="padding-top:5px;">
<select class="span3" style="padding:11px 4px; height:auto">
<option>All</option>
<option>Clothes </option>
<option>Women's Wear </option>
<option>Men's Wear </option>
<option>Kids Wear </option>
</select>
<input class="span4" type="text" placeholder="eg. T-shirt" style="padding:11px 4px;">
<button type="submit" class="btn btn-warning btn-large" style="margin-top:0"> GO </button>
</form>
</li>
</ul>
</div>
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</div>
</div>
</header>
<!-- ======================================================================================================================== -->
<section id="mainBody">
<div class="container">
<h3 class="title"><span>ITEM DETAILS</span></h3>
<div class="row">
<div class="span6">
<div id="detailViewCarousel" class="carousel slide">
<div class="displayStyle">
<ol class="carousel-indicators">
<li data-target="#detailViewCarousel" data-slide-to="0" class="active"></li>
<li data-target="#detailViewCarousel" data-slide-to="1"></li>
<li data-target="#detailViewCarousel" data-slide-to="2"></li>
<li data-target="#detailViewCarousel" data-slide-to="3"></li>
<li data-target="#detailViewCarousel" data-slide-to="4"></li>
<li data-target="#detailViewCarousel" data-slide-to="5"></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item"><img src="themes/images/carousel/carousel2.jpg" alt="#" /></div>
<div class="item"><img src="themes/images/carousel/carousel1.jpg" alt="#" /></div>
<div class="item"><img src="themes/images/carousel/carousel3.jpg" alt="#" /></div>
<div class="item"><img src="themes/images/carousel/carousel4.jpg" alt="#" /></div>
<div class="item"><img src="themes/images/carousel/carousel5.jpg" alt="#" /></div>
<div class="item"><img src="themes/images/carousel/3.jpg" alt="#" /></div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#detailViewCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#detailViewCarousel" data-slide="next">›</a>
</div>
</div>
</div>
<div class="span6">
<div class="promoDetail">
<h1>Ladies Pullover Doll Collar <span>3/4 Sleeves Chiffon Blouse Blue M</span></h1>
<p>Sourcingmap</p>
<br/>
<ul>
<li>Size: Medium, Colour: Blue</li>
<li>In stock. Dispatched from and sold by sourcingmap.</li>
<li>US Size : 8;UK Size : 10;EU Size : 38</li>
<li>Bust Girth : 36 inches;Waist Girth : 28 inches;Hip Girth : 38.5 inches</li>
<li>Shoulder Width: 15.7inches, Sleeve Length: 16inches, Total Length: 22.8inches, Net Weight: 82g</li>
</ul>
<h3><small class="oldPrice">$18.00</small>NEW Price: $9.00 </h3>
<p><i class="icon-star"></i> <i class="icon-star"></i> <i class="icon-star"></i> <i class="icon-star-empty"></i></p>
<form class="form-horizontal qtyFrm">
<div class="control-group">
<div class="">
<input type="number" class="span1" placeholder="Qty.">
</div>
</div>
</form>
<a class="btn btn-warning" href="checkout.php"> ADD TO CART NOW </a>
</div>
<br>
<div class="">
<strong>SHIPPING INFORMATIONS</strong>
<p>If you are looking for upgrade your website for mobiles and tablets, Even if you do not have any website. </p>
</div>
</div>
<div class="span12">
<hr class="soften"/>
<h3 class="title"><span>Products Details</span></h3>
<h3>How do I send my items by One-Day, Express or Evening Delivery?</h3>
<p>
Add the item to your Shopping Basket and proceed to the checkout<br>
Select an eligible address for the delivery option you've chosen. The delivery options available at checkout will be valid for your item and address.<br>
For your order to qualify for these delivery options, your credit card must be successfully charged before the deadline displayed on the item's product detail page and in the checkout.<br>
If your order contains items that aren't eligible for one of these delivery options, you won't be able to select it.
</p>
<br>
<h3>How does One-Day, Express or Evening Delivery work with 1-Click ordering?</h3>
The default delivery speed for 1-Click orders is First Class. However, if an item you've ordered via 1-Click is eligible for One-Day, Express or Evening delivery and the ordering deadline has not yet passed, you can change your delivery option after placing the 1-Click order.
<br>
<h3>What if I've chosen One-Day, Express or Evening delivery and my order doesn't arrive on time?</h3>
If you order eligible items before the order deadline and choose one of these delivery options at the checkout, we'll dispatch your items to ensure they arrive on or before the time or day (depending on the option chosen) advertised on the product's detail page and in the checkout process. If this doesn't happen we'll refund your delivery fee.
<br>
<h3>How do I qualify for a refund?</h3>
For your order to qualify for a refund of your delivery fee, your payment card must be successfully charged before the deadline displayed on the product detail page. During the checkout process, if for any reason your items no longer qualify for One-Day, Express or Evening delivery (for example, if the order deadline passes or if inventory runs out), you won't be eligible for a refund of your delivery fee if your order is late.
<br>
A signature may be required for some deliveries. If this is the case, an attempted delivery on or before the delivery date means we've delivered on time and you won't be eligible for a refund of your delivery fee.
<br>
A delivery appointment may be required for some deliveries. If this is the case, an offer by the carrier of a delivery appointment on or before the delivery date means we've delivered on time.
<br>
If your order contains other items that aren't eligible for the delivery option you selected, and you don't check the box indicating you'd like us to "dispatch items as they become available", you won't be eligible for a refund of your delivery fee if the order is late.
<br>
<h3>Terms and Conditions</h3>
The above applies only to items that include a message about One-Day, Express or Evening delivery below the availability information on their product detail page. If the item's product detail page doesn't include this message, the item isn't eligible for a refund of your delivery fee if the order is late.
The above applies only to products sold by Amazon via our website www.amazon.co.uk. It doesn't apply to any products purchased at Amazon.com, Amazon.de, Amazon.fr, Amazon.co.jp, Amazon.ca, Amazon.it, Amazon.es or any other website operated by Amazon, its affiliates or third-party merchants accessible from our site (including, for example, Electronics featured merchants). The above doesn't apply to any products purchased through Amazon Marketplace.
We won't refund delivery costs in the event of service interruptions or failures caused by events beyond Amazon's control.
Amazon reserves the right to change or discontinue any delivery option at our discretion.
</div>
</div>
<h3 class="title"><span>Related products</span></h3>
<div id="showCase" class="row">
<div class="span2">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma6.jpg" alt="#">
View Details</a>
</div>
<div class="item active">
<a href="details.php"><img src="themes/images/clothes/sma5.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma4.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma3.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma2.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma1.jpg" alt="#">
View Details</a>
</div>
</div>
</div>
</div>
<div class="span2">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<a href="details.php"><img src="themes/images/clothes/sma5.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma4.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma3.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma2.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma1.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma6.jpg" alt="#">
View Details</a>
</div>
</div>
</div>
</div>
<div class="span2">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma4.jpg" alt="#">
View Details</a>
</div>
<div class="item active">
<a href="details.php"><img src="themes/images/clothes/sma3.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma2.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma1.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma6.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma5.jpg" alt="#">
View Details</a>
</div>
</div>
</div>
</div>
<div class="span2">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma3.jpg" alt="#">
View Details</a>
</div>
<div class="item active">
<a href="details.php"><img src="themes/images/clothes/sma2.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma1.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma6.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma5.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma4.jpg" alt="#">
View Details</a>
</div>
</div>
</div>
</div>
<div class="span2">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma2.jpg" alt="#">
View Details</a>
</div>
<div class="item active">
<a href="details.php"><img src="themes/images/clothes/sma1.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma6.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma5.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma4.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma3.jpg" alt="#">
View Details</a>
</div>
</div>
</div>
</div>
<div class="span2">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma1.jpg" alt="#">
View Details</a>
</div>
<div class="item active">
<a href="details.php"><img src="themes/images/clothes/sma6.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma5.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma4.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma3.jpg" alt="#">
View Details</a>
</div>
<div class="item">
<a href="details.php"><img src="themes/images/clothes/sma2.jpg" alt="#">
View Details</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<h5>Accepted Payment Methods </h5>
<p><a href="#"><img src="themes/images/payment_methods.png" alt="payment methods"/></a></p>
<hr class="soften"/>
<div class="footerMenu">
<a href="register.php"> REGISTRATION</a> |
<a href="about_us.php"> ABOUT US</a> |
<a href="topology.php" >TOPOLOGY</a> |
<a href="contact_us.php">CONTACT </a>
<p class="pull-right"><a href="#">Terms and condition.php</a> © Copyright 2013 Sell Anything. </p>
</div>
</div><!-- /container -->
</footer>
<span id="toTop" style="display: none;"><span><i class="icon-angle-up"></i></span></span>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="themes/js/jquery-1.8.3.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="themes/js/smart.js"></script>
</body>
</html>