-
Notifications
You must be signed in to change notification settings - Fork 1
/
checkout.html
226 lines (215 loc) · 6.94 KB
/
checkout.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
<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="shortcut icon" type="image/png" href="images/overstock-com-squarelogo-1529535998697.png">
<title>Overstock-Checkout</title>
<link rel="stylesheet" href="./styles/checkout.css">
</head>
<body>
<div id="container">
<div id="head">
<img
src="https://logos-download.com/wp-content/uploads/2017/01/Overstock_logo.png"
alt="Overstock_logo"
/>
<p>You are using our secure server</p>
</div>
<div id="head2">
<img
src="https://ak1.ostkcdn.com/img/mxc/20170922_fedexLogo.png"
alt="Fedex"
/>
<p>
Secure checkout provided by FedEx International. Your order total
includes customs and taxes, if applicable.
</p>
</div>
<div id="select_btn">
<select name="" id="">
<option value="">UnitedKingdom(English)</option>
</select>
</div>
<div id="head3">
<p id="back_to_cart"> >>Back to cart </p>
<div id="form_div">
<div id="left_form">
<h5>Billing Address</h5>
<div class="left_form_1">
<h5>Email</h5>
<input type="text" placeholder="Enter your email" />
</div>
<div class="left_form_1">
<h5>First name</h5>
<input type="text" placeholder="Enter your first name" />
</div>
<div class="left_form_1">
<h5>Last name</h5>
<input type="text" placeholder="Enter your last name" />
</div>
<div class="left_form_1">
<h5>Company</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Address Lane 1</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Address Lane 2</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Country</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>State</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>ZIP code</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Phone Number</h5>
<input type="number" />
</div>
</div>
<div id="right_form">
<h5>Shipping Address</h5>
<div class="left_form_1">
<h5>Email</h5>
<input type="text" placeholder="Enter your email" />
</div>
<div class="left_form_1">
<h5>First name</h5>
<input type="text" placeholder="Enter your first name" />
</div>
<div class="left_form_1">
<h5>Last name</h5>
<input type="text" placeholder="Enter your last name" />
</div>
<div class="left_form_1">
<h5>Company</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Address Lane 1</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Address Lane 2</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Country</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>State</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>ZIP code</h5>
<input type="text" />
</div>
<div class="left_form_1">
<h5>Phone Number</h5>
<input type="number" />
</div>
</div>
</div>
<div id="shipping_details">
<h5>Shipping Method</h5>
<div id="radio">
<input type="radio" />
<p>International Standard</p>
</div>
<div id="radio1">
<input type="radio" />
<p>International Express</p>
</div>
</div>
<div id="confirm_order">
<h5>Confirm Order</h5>
<div id="a1">
<p>Subtotal:</p> <p id="subtotal"></p>
</div>
<div id="a1">
<p>Shipping:</p> <p>nil</p>
</div>
<div id="a1">
<p>Duty and Tax:</p> <p>nil</p>
</div>
<div id="a1">
<p>Loss and Damage Protection remove:</p> <p>nil</p>
</div>
<div id="a1">
<h6>Order Total:</h6> <p id="totalorder"></p>
</div>
</div>
<div id="payment_information">
<h5>Payment Information</h5>
<div>
<img
src="https://ztransaction.bongous.com/static/css/images/pm/visa.png"
alt=""
/>
<img
src="https://ztransaction.bongous.com/static/css/images/pm/mastercard.png"
alt=""
/>
<img
src="https://ztransaction.bongous.com/static/css/images/pm/bitcoin.png"
alt=""
/>
</div>
<div id="payment_information1">
<h5>Card type</h5>
<select name="" id="">
<option value="">Visa</option>
<option value="">Mastercard</option>
<option value="">Bitcoin</option>
</select>
</div>
<div id="payment_information1">
<h5>Credit Card Number</h5>
<input type="text" />
</div>
<div id="payment_information1">
<h5>Expiration Date</h5>
<input type="month" />
</div>
<div id="payment_information1">
<h5>Security Code</h5>
<input type="text" />
</div>
</div>
<img
src="https://storage.crossborder.fedex.com/s3bongous/f98ca95b1b79417f2c4685355a3cfba2.png"
alt=""
/>
<div id="signup_select">
<input type="radio" />
<p>
When you sign up for email, you'll get exclusive coupons, sale
notifications, and product ideas.
</p>
</div>
<button id="place_order" onclick="sucess()">Place Order>></button>
</div>
</div>
<img id="footer_img" src="./images/Screenshot (156)b.png" alt="" />
</body>
</html>
<script>
let sucess = ()=>{
alert("Order Successful");
window.location.href = 'Home.html'
}
let bill = JSON.parse(localStorage.getItem('cartPrice'));
document.getElementById('subtotal').innerText = "INR " + bill;
document.getElementById('totalorder').innerText = "INR " + bill;
</script>