forked from yogeshkumawat007/Skinstore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayment.html
More file actions
277 lines (247 loc) · 8.26 KB
/
payment.html
File metadata and controls
277 lines (247 loc) · 8.26 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
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
<!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" />
<title>Checkout | SkinStore</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
href="https://s1.thcdn.com/checkout/resources/imgs/skstr/favicon.skstr.ico"
/>
<link rel="stylesheet" href="./Styles/payment.css" />
</head>
<style>
* {
font-family: "Gothic A1", sans-serif;
font-family: "Lato", sans-serif;
font-family: "Quicksand", sans-serif;
}
</style>
<body>
<div class="checkoutMainYk">
<!-- checkout Left div -->
<div class="checkoutLeftYk">
<!-- left1 -->
<div class="left1">
<p>1. Shipping Address</p>
<form action="">
<label for="">*Country/Region</label>
<select name="" id="country" required>
<option value="usa">USA</option>
<option value="india">India</option>
<option value="china">China</option>
<option value="France">France</option>
<option value="uk">UK</option>
<option value="nepal">Nepal</option>
</select>
<label for="name">*Full Name</label>
<input type="text" name="name" id="name" required />
<label for="address">Address</label>
<input type="text" name="address" id="address" required />
<label for="mobile">Contact Number</label>
<input type="number" name="mobile" id="mobile" required />
<p>Why do we need your number</p>
</form>
</div>
<!-- left2 -->
<div class="left2">
<p>2.Select Delivery Option</p>
<div id="standardDelivery">
<p>Standard Delivery</p>
<p>Delivered within 2-5 working days</p>
<p>FREE</p>
</div>
<div id="twoDayDelivery">
<p>Express - 2 Day</p>
<p>Delivered within 2 working days</p>
<p>$10.00</p>
<p>Applies to orders placed prior to 9pm local time.</p>
</div>
<div id="oneDayDelivery">
<p>Overnight - Next Day</p>
<p>Usually delivered within 1 working day.</p>
<p>$20.00</p>
<p>Applies to orders placed prior to 2pm ET.</p>
</div>
</div>
<!-- left3 -->
<div class="left3">
<p>3.Select Payment Method</p>
<div>
<p>Credit/Debit Card</p>
<div class="left3Imgs">
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/3c2e42cbf9d0b0df0d3b3bb81aa41d6a.svg"
alt=""
/>
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/57987be4eb98b4c77644d93d92df80fa.svg"
alt=""
/>
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/932e82ef072c7df18e91e66b96dfdf5d.svg"
alt=""
/>
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/6732c0137a7dab50b23daf1337fe2f30.svg"
alt=""
/>
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/0528692e7541ff3755880b3408793969.svg"
alt=""
/>
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/8ba3dc816042268141a2205e3bfc3971.svg"
alt=""
/>
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/248074ffdeeeaeffed9c5db35f35fe45.svg"
alt=""
/>
</div>
</div>
</div>
<label for="cardNumber">*Card Number</label>
<input type="number" name="cardNumber" id="cardNumber" required />
<label for="nameOnCard">*Name on card</label>
<input type="text" name="nameOnCard" id="nameOnCard" required />
<label for="expiryDate">*Expiry Date</label>
<div id="expiryDateDiv">
<input
type="number"
name=""
id="month"
placeholder="Month"
required
/>
<input
type="number"
name=""
id="year"
placeholder="Year"
required
/>
</div>
<label for="SecurityCode">*Security Code(CV2)</label>
<input type="number" name="" id="SecurityCode" />
<div id="checkboxAndtext">
<div>
<input type="checkbox" name="" id="checkbox" checked />
</div>
<div>
<p>Use my shipping address as my cardholder address</p>
</div>
</div>
</div>
<!-- left4 -->
<div class="left4">
<p>Use a different payment method</p>
<div id="difPaymentMethod">
<div>
<input type="checkbox" name="" id="payPal" />
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/6528547f8322e9cf64458725f0a72827.svg"
alt=""
/>
</div>
</div>
<div>
<div>
<input type="checkbox" name="" id="gPay" />
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/3c5574b5e1fe1470a49f46bc08828ef4.svg"
alt=""
/>
</div>
</div>
<div>
<div>
<input type="checkbox" name="" id="klarna" />
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/5ba5f9cd0c43d9f966774630aa65d7c6.svg"
alt=""
/>
</div>
</div>
<div>
<div>
<input type="checkbox" name="" id="alipay" />
</div>
<div>
<img
src="https://s1.thcdn.com/checkout/resources/images/61199182e45613b7932d163ec9ad823c.svg"
alt=""
/>
</div>
</div>
</div>
<div class="left5">
<div id="submitOrder">
<div><span class="material-symbols-outlined"> lock </span></div>
<div></div>
<div id="submitOrderYk">SUBMIT MY ORDER</div>
<div></div>
<div></div>
</div>
</div>
<!-- privacy policy -->
<div class="left6">
<p>
By placing this order, you are confirming that you agree to our
<span>Terms and Conditions</span> and <span>Privacy Policy</span>.
</p>
</div>
</div>
<!-- checkout right div -->
<div class="checkoutRightYk">
<div>
<p>Order Summary</p>
<p><span id="countItem">0</span></p>
</div>
<!-- <p>Order Number :</p> -->
<div id="checkoutRightAddDiv">
<!-- all products appear here.... -->
</div>
<div id="standardDelivery">
<p>Standard Delivery</p>
<span id="standardDeliverySpan">Free</span>
</div>
<div>
<p>Total to pay</p>
<span id="totalToPay">$198.45</span>
</div>
</div>
</div>
</body>
</html>
<script src="./Scripts/payment.js"></script>