-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcheckout.html
More file actions
146 lines (136 loc) · 7.74 KB
/
checkout.html
File metadata and controls
146 lines (136 loc) · 7.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="" />
<title>checkout</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/4eeb94ebc8.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style/checkout.css">
</head>
<body>
<div id="checkout">
<div id="shippingDetails">
<a href="index.html" class="sitelogo">
<img src="https://cdn.shopify.com/s/files/1/0248/3473/6191/files/BLUEFLY-LOGO-11-20.png?180517" alt="" width="40%" height="40px">
</a>
<div id="icons">
<a href="cart.html">Cart</a>
<i class="fa-solid fa-chevron-right"></i>
<a href="checkout.html">Information</a>
<i class="fa-solid fa-chevron-right"></i>
<a href="shipping.html">Shipping</a>
<i class="fa-solid fa-chevron-right"></i>
<a href="#">Payment</a>
</div>
<div id="expressCheckout">
<div id="expressCheckoutLinks">
<fieldset class="title">
<legend>Express Checkout</legend>
<a href="https://shop.app/pay/authentication/login">
<img src="https://cdn.shopify.com/s/files/1/0755/2467/t/34/assets/sp.png?v=162265232473223178351638170544" alt="" width="170px" height="38px" style="border-radius: 5px;">
</a>
<a href="https://www.paypal.com/checkoutnow?locale.x=en_US&fundingSource=paypal&sessionID=uid_5fafd2af21_mtg6mzk6nda&buttonSessionID=uid_5e767a38b4_mtg6nde6nte&env=production&fundingOffered=paypal&logLevel=warn&sdkMeta=eyJ1cmwiOiJodHRwczovL3d3dy5wYXlwYWxvYmplY3RzLmNvbS9hcGkvY2hlY2tvdXQubWluLmpzIn0&uid=16dc88cdbd&version=min&token=EC-50J83594SN6781354&xcomponent=1">
<img src="http://legacyrivertrips.com/wp-content/uploads/2018/08/paypal-logo.jpg" alt="" width="170px" height="38px" style="border-radius: 5px;">
</a>
<a href="https://pay.google.com/gp/w/u/0/home/signup?sctid=3844023275958183">
<img src="https://mobi-corp.ru/themes/mobi-corp/img/pays/googlepay-button.png" alt="" width="170px" height="43px" style="border-radius: 5px; margin-top: 2px;">
</a>
</fieldset>
<fieldset class="Or">
<legend>OR</legend>
</fieldset>
</div>
</div>
<div id="ContactInformation">
<div>
<h2>Contact information</h2>
</div>
<div id="liveUser">
<img src="https://clt-lana.org/images/default-user.png" alt="" width="50px" height="50px">
<div class="liveUser">
<p id="user"></p>
<a href="#">Log Out</a>
</div>
</div>
<div>
<input type="checkbox" id="Checkboxscales" name="scales" checked style="font-size: 14px; margin-top: 20px;">
<label for="Checkboxscales">Email me with news and offers</label>
</div>
<form id="ShippingAddress">
<h2>Shipping Address</h2>
<div class="FirstLastName">
<input type="text" id="UserFirstName" placeholder="First Name">
<input type="text" id="UserLastName" placeholder="Last Name">
</div>
<div class="cityAddress">
<input type="text" id="addresss" placeholder="Address">
<p style="font-size: 14px; margin-top: -10px; margin-bottom: -10px;">Add a house number if you have one</p>
<input type="text" id="optional" placeholder="Apartmet, suite, etc(optional)">
<input type="text" id="city" placeholder="City">
</div>
<div class="countryAddress">
<select name="" id="region">
<option value="Country/Region">Country/Region</option>
<option value="United States">United States</option>
</select>
<!-- <input type="text" id="region" placeholder="Country/Region"> -->
<!-- <input type="text" id="state" placeholder="State"> -->
<select name="" id="state">
<option value="state">state</option>
<option value="Alabama">Alabama</option>
<option value="Alaska">Alaska</option>
<option value="American Samoa">American Samoa</option>
<option value="Arizona">Arizona</option>
<option value="Arkansas">Arkansas</option>
<option value="California">California</option>
<option value="Colorada">Colorada</option>
<option value="Connecticut">Connecticut</option>
<option value="Delaware">Delaware</option>
<option value="Florida">Florida</option>
<option value="Georgia">Georgia</option>
<option value="Indiana">Indiana</option>
<option value="Maryland">Maryland</option>
<option value="Michigan">Michigan</option>
<option value="Marshall islands">Marshall islands</option>
</select>
<input type="number" id="zipCode" placeholder="ZIP code">
</div>
<div class="PhoneNo">
<input type="number" id="PhoneNo" placeholder="Phone">
</div>
<div class="Continuetoshipping">
<a href="#">
<i class="fa-solid fa-chevron-left" style="color: black;"></i>
<span id="againCart">Return to cart</span></a>
<a href="shipping.html">
<button id="ToShipping">Continue to shipping</button>
</a>
</div>
</form>
</div>
</div>
<hr>
<div id="userCartinfo">
<div id="insidecart">
<div id="one"> </div>
</div>
<div id="two">
<input type="text">
<button>apply</button>
</div>
<div id="three">
<div class="sub">
<h4>Subtotal</h4> <h4 id="sub">0</h4>
</div>
<div class="ship">
<h4>Shipping</h4> <h4>Free</h4>
</div>
</div>
<div id="four"> <h4>Total</h4> <h1 id="tota">0</h1></div>
</div>
</div>
</body>
<script src="scripts/checkout.js" type="module"></script>