-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathb2c-checkout-step2-shippingbilling.html
554 lines (532 loc) · 31.9 KB
/
b2c-checkout-step2-shippingbilling.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome</title>
<!-- Bootstrap CSS-->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="css/global-style.css" rel="stylesheet" type="text/css">
<!-- Media queries CSS -->
<link href="css/media-queries.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Wrapper start -->
<div class="wrapper">
<!-- Header start -->
<div class="headerTopWide">
<div class="container headerTop">
<div class="row">
<div class="col-sm-4">
<div class="row">
<div class="col-sm-12 col-xs-9">
<ul class="signInJoin">
<li class="dropdown"><i class="fa fa-user"></i> My Account <a href="index.html" class="signOut">(Sign Out)</a></li>
</ul>
</div>
<div class="col-xs-3 visible-xs">
<button type="button" data-target="#headerOption" data-toggle="collapse" class="btn btn-default pull-right">
<i class="fa fa-bars"></i>
</button>
</div>
</div>
</div>
<div class="headerOption collapse" id="headerOption">
<div class="col-sm-8">
<ul class="byuerSuppliersDropdown btocHeaderOptions">
<li class="dropdown">
<a href="#"><span><img src="img/moneybag.png" alt="share Icon" title="share icon"/></span>Share & Earn</a>
</li>
<li class="dropdown">
<a href="contactus.html" class="customerService"><i class="fa fa-comments"></i> Customer Service</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Help <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu lastDropdown">
<li><a href="contactus.html">Help center</a></li>
<li><a href="contactus.html">Contact deals support</a></li>
</ul>
</li>
<li><a href="aboutus.html">About us</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="headerBottomWide">
<div class="container headerBottom">
<div class="row">
<!-- Logo start -->
<div class="col-sm-5 col-md-4 col-lg-3">
<h1 class="logo"><a href="index.html" title="The Sweetest Deal">The <span>Sweetest</span> Deal</a></h1>
</div>
<!-- Logo end -->
<!-- Search / Favorites start -->
<div class="col-sm-7 col-md-8 col-lg-9">
<div class="row">
<div class="col-lg-9 col-md-8">
<div class="searchOption">
<form class="form-inline">
<div class="input-group">
<div class="input-group-addon">
<div class="searchOptiondropdown">
<button class="selectbtn" type="button" id="searchOptiondropdownMenu" data-toggle="dropdown" aria-expanded="true">
All Categories
<i class="fa fa-angle-down"></i>
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="searchOptiondropdownMenu">
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Whole Sale Products</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Liquidation Products</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Suppliers</a></li>
</ul>
</div>
</div>
<input type="text" placeholder="Search...">
<span class="input-group-btn">
<a href="searchProduct.html" class="btn fa-input">
<i class="fa fa-search"></i>
</a>
</span>
</div>
</form>
</div>
</div>
<div class="col-lg-3 col-md-4 text-center">
<p class="headerFavorites btocHeaderCart">
<a href="b2c-consumer-account-favorites.html"><i class="fa fa-heart"></i>Favorites</a>
<a href="#" class="cart"><i class="fa fa-shopping-cart"></i> Cart (<span>0</span>)</a>
</p>
</div>
</div>
</div>
<!-- Search / Favorites end -->
</div>
</div>
</div>
<!-- Header end -->
<!-- B2C Checkout page start -->
<div class="containerWide btocCheckOutWide">
<div class="container btocCheckOut">
<div class="row">
<div class="col-sm-12 btocCheckOutHeading">
<h2><i class="fa fa-lock"></i> Secure Checkout</h2>
</div>
<!-- B2C Order Summary start -->
<div class="col-sm-4 col-sm-push-8">
<div class="orderSummary">
<h2>Order Summary</h2>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="orderSummaryTable">
<tr>
<td align="left"><h5>Subtotal</h5></td>
<td align="right"><h5>$46.88</h5></td>
</tr>
<tr>
<td align="left"><h5>Shipping</h5></td>
<td align="right"><h5>$13.00</h5></td>
</tr>
<tr>
<td align="left"><h5>Tax (xx%)</h5></td>
<td align="right"><h5>xx%</h5></td>
</tr>
<tr>
<td colspan="2"><hr></td>
</tr>
<tr>
<td align="left"><h3><strong>TOTAL</strong></h3></td>
<td align="right"><h3><strong>$59.76</strong></h3></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="orderSummaryProductTable">
<tr>
<td align="left"><a href="#"><img src="img/orderSummary/orderImage1.jpg" alt="Product Order Image" title="Product Order Image"/></a></td>
<td valign="top" class="orderDetails" align="left">
<h6><strong>Analog-digital watch</strong></h6>
<p>Qty: 1</p>
<p>$12.56</p>
</td>
<td valign="top" align="right"><a href="#"><i class="fa fa-times"></i></a></td>
</tr>
<tr>
<td align="left"><a href="#"><img src="img/orderSummary/orderImage2.jpg" alt="Product Order Image" title="Product Order Image"/></a></td>
<td valign="top" class="orderDetails" align="left">
<h6><strong>Analog-digital watch</strong></h6>
<p>Qty: 1</p>
<p>$18.32</p>
</td>
<td valign="top" align="right"><a href="#"><i class="fa fa-times"></i></a></td>
</tr>
<tr>
<td align="left"><a href="#"><img src="img/orderSummary/orderImage3.jpg" alt="Product Order Image" title="Product Order Image"/></a></td>
<td valign="top" class="orderDetails" align="left">
<h6><strong>Analog-digital watch</strong></h6>
<p>Qty: 1</p>
<p>$15.17</p>
</td>
<td valign="top" align="right"><a href="#"><i class="fa fa-times"></i></a></td>
</tr>
</table>
</div>
</div>
<!-- B2C Order Summary end -->
<!-- B2C checkout step start -->
<div class="col-sm-8 col-sm-pull-4">
<div class="checkoutStep one clearfix">
<div class="checkoutHeading">
<h5 class="panel-title">1. Log In <a class="pull-right" href="#">Edit</a></h5>
</div>
<div class="panel-body">
<h2>Email Address</h2>
<p><span>(order and shipping confirmation will be sent to this email address)</span></p>
<form class="row">
<div class="form-group col-sm-6">
<h5>email@email.com</h5>
<input type="email" class="form-control hidden" placeholder="Enter Your Email Address">
</div>
<div class="clear"></div>
<div class="form-group col-sm-6 hidden">
<div class="radio radio-info">
<input type="radio" name="customer" id="newCustomer">
<label for="newCustomer">I Am a New Customer</label>
<p>(You will be asked to create a password later).</p>
</div>
</div>
<div class="clear"></div>
<div class="form-group col-sm-6 hidden">
<div class="radio radio-info">
<input type="radio" name="customer" id="returningCustomer">
<label for="returningCustomer">I Am a Returning Customer</label>
<input type="password" class="form-control" placeholder="Enter Your Password">
</div>
</div>
<div class="form-group col-sm-6 hidden">
<p class="forgotPassword"><a href="#">Forgot your password?</a></p>
</div>
<div class="col-sm-6 col-sm-offset-6 hidden">
<button class="btn red" type="submit">Log In and Continue Checkout</button>
</div>
</form>
</div>
</div>
<div class="checkoutStep two clearfix">
<div class="checkoutHeading active">
<h5 class="panel-title">2. Shipping & Billing</h5>
</div>
<div class="panel-body">
<h2>Shipping Address</h2>
<form class="row">
<div class="col-sm-12 col-md-10 col-lg-9">
<div class="row">
<div class="form-group col-sm-6">
<label>First Name: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your First Name">
</div>
<div class="form-group col-sm-6">
<label>Last Name: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your Last Name">
</div>
</div>
<div class="row">
<div class="form-group col-sm-12">
<label>Country: <em>*</em></label>
<div class="btn-group checkoutCountrySelect">
<button class="checkoutCountry btn btn-default" type="button" value="Please Select">Please Select</button>
<button aria-expanded="false" data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span><i class="fa fa-caret-down"></i></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#blank">India</a></li>
<li><a href="#blank">Canada</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-sm-12">
<label>Address 1: <em>*</em></label>
<input type="text" class="form-control">
</div>
</div>
<div class="row">
<div class="form-group col-sm-12">
<label>Address 2: <em>*</em></label>
<input type="text" class="form-control">
</div>
</div>
<div class="row">
<div class="form-group col-sm-6">
<label>City: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your First Name">
</div>
<div class="form-group col-sm-6">
<label>State: <em>*</em></label>
<div class="btn-group checkoutStateSelect">
<button class="checkoutState btn btn-default" type="button" value="Please Select">Please Select</button>
<button aria-expanded="false" data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span><i class="fa fa-caret-down"></i></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#blank">Please Select</a></li>
<li><a href="#blank">Please Select</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-sm-3 col-md-4">
<label>Zip Code: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your First Name">
</div>
<div class="form-group col-sm-9 col-md-8">
<label>Telephone Number: <em>*</em></label>
<div class="form-inline telephoneNunmber">
<div class="form-group">
<span>+</span>
<input type="text" class="form-control countryCode">
<p>(Country Code)</p>
</div>
<div class="form-group">
<span>-</span>
<input type="text" class="form-control areaCode">
<p>(Area Code)</p>
</div>
<div class="form-group">
<span>-</span>
<input type="text" class="form-control phNumber">
<p>Phone Number</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<hr>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Billing Address</h2>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="checkbox form-group">
<input type="checkbox" class="styled" id="billingAddress">
<label for="billingAddress">Use Shipping Address</label>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-sm-6">
<label>First Name: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your First Name">
</div>
<div class="form-group col-sm-6">
<label>Last Name: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your Last Name">
</div>
</div>
<div class="row">
<div class="form-group col-sm-12">
<label>Country: <em>*</em></label>
<div class="btn-group checkoutCountrySelect">
<button class="checkoutCountry btn btn-default" type="button" value="Please Select">Please Select</button>
<button aria-expanded="false" data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span><i class="fa fa-caret-down"></i></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#blank">India</a></li>
<li><a href="#blank">Canada</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-sm-12">
<label>Address 1: <em>*</em></label>
<input type="text" class="form-control">
</div>
</div>
<div class="row">
<div class="form-group col-sm-12">
<label>Address 2: <em>*</em></label>
<input type="text" class="form-control">
</div>
</div>
<div class="row">
<div class="form-group col-sm-6">
<label>City: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your First Name">
</div>
<div class="form-group col-sm-6">
<label>State: <em>*</em></label>
<div class="btn-group checkoutStateSelect">
<button class="checkoutState btn btn-default" type="button" value="Please Select">Please Select</button>
<button aria-expanded="false" data-toggle="dropdown" class="btn btn-default dropdown-toggle" type="button">
<span><i class="fa fa-caret-down"></i></span>
</button>
<ul role="menu" class="dropdown-menu">
<li><a href="#blank">Please Select</a></li>
<li><a href="#blank">Please Select</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-sm-3 col-md-4">
<label>Zip Code: <em>*</em></label>
<input type="text" class="form-control" placeholder="Enter Your First Name">
</div>
<div class="form-group col-sm-9 col-md-8">
<label>Telephone Number: <em>*</em></label>
<div class="form-inline telephoneNunmber">
<div class="form-group">
<span>+</span>
<input type="text" class="form-control countryCode">
<p>(Country Code)</p>
</div>
<div class="form-group">
<span>-</span>
<input type="text" class="form-control areaCode">
<p>(Area Code)</p>
</div>
<div class="form-group">
<span>-</span>
<input type="text" class="form-control phNumber">
<p>Phone Number</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-sm-offset-6">
<a href="b2c-checkout-step3-paymentdelivery.html" class="btn red">Continue Checkout</a>
</div>
</form>
</div>
</div>
<div class="checkoutStep three clearfix">
<div class="checkoutHeading">
<h5 class="panel-title">3. Payment & Delivery</h5>
</div>
</div>
</div>
<!-- B2C checkout step end -->
</div>
</div>
</div>
<!-- B2C Checkout page end -->
<!-- Footer start -->
<div class="footerWide">
<div class="container footer">
<div class="row footerLinkWraper">
<div class="col-sm-2 equal clearfix">
<h6><strong>Customer Services</strong></h6>
<ul class="footerLink">
<li><a href="contactus.html">Help Center</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="contactus.html">Submit a Complaint</a></li>
<li><a href="coming-soon.html">Policies & Rules</a></li>
</ul>
</div>
<div class="col-sm-2 leftBorder equal clearfix">
<h6><strong>About Us</strong></h6>
<ul class="footerLink">
<li><a href="aboutus.html">TheSweetestDeal.com</a></li>
<li><a href="coming-soon.html">Site Map</a></li>
</ul>
</div>
<div class="col-sm-3 leftBorder equal clearfix">
<h6><strong>Buy on TheSweetestDeals.com</strong></h6>
<ul class="footerLink">
<li>
<a href="searchProduct.html">Shop Product Categories</a>
</li>
<li><a href="b2b-supplier.html">Shop By Suppliers</a></li>
<li>
<a href="marketingLanding.html"
>Close Out Products & Liquidations</a
>
</li>
<li><a href="b2b-marketplace.html">Shop New Arrivals</a></li>
</ul>
</div>
<div class="col-sm-3 leftBorder equal clearfix">
<h6><strong>Sell on TheSweetestDeals.com</strong></h6>
<ul class="footerLink">
<li>
<a href="b2b-subscription-2cols.html">Supplier Memberships</a>
</li>
<li><a href="coming-soon.html">Learning Center</a></li>
<li><a href="coming-soon.html">Training Center</a></li>
</ul>
</div>
<div class="col-sm-2 leftBorder equal clearfix">
<h6><strong>Follow Us</strong></h6>
<ul class="footerSocialMedia">
<li>
<a href="#"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-pinterest-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-google-plus-square"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-linkedin-square"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h1 class="footerLogo">
<a href="index.html">The<span>Sweetest</span>Deal.com</a>
</h1>
</div>
<div class="col-sm-6">
<p class="copyright">
©
<script>
document.write(new Date().getFullYear());
</script>
TheSweetestDeal.com. All rights reserved.
</p>
</div>
</div>
</div>
</div>
<!-- Footer end -->
</div>
<!-- Wrapper end -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.0.js"></script>
<!-- Script for detects HTML5 and CSS3 features in the user’s browser -->
<script src="js/modernizr.js"></script>
<!-- Include all compiled plugins, or include individual files as needed -->
<script src="js/bootstrap.js"></script>
<!-- Script for custom -->
<script src="js/custom-script.js"></script>
<!-- Jquery UI -->
<script src="js/jquery-ui.js"></script>
<!-- Script for custom select -->
<script src="js/bootstrap-select.js"></script>
<!-- Script for carousel -->
<script src="js/carousel.js"></script>
<!-- Script for Image Zoom -->
<script src="js/cloud-zoom.js"></script>
<!-- Script for Vertical Carousel -->
<script src="js/bxslider.js"></script>
<!-- Script for Company Info Slider -->
<script src="js/coInfoSlide.js"></script>
<!-- Script equal height -->
<script src="js/equal-height.js"></script>
</body>
</html>