-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment.html
481 lines (422 loc) · 16.7 KB
/
payment.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
<!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>Document</title>
<link rel="stylesheet" href="./styles/payments.css">
</head>
<body style="background-color: #ffffff;" id="body">
<div id="container">
<div id="header">
<!-- ham moving function myFunction(this) -->
<div id="ham" onclick=" openNav()">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div id="zaraheader" onclick="headclick()">
<!-- <div>Z</div>
<div>A</div>
<div>R</div>
<div>A</div> -->
<div><a href="zarahome.html"><img class="headerimg" src="https://1000logos.net/wp-content/uploads/2017/05/Zara-log%D0%BE-720x303.png"></a></div>
</div>
<div id="search">
<a href="SEARCh.html" >SEARCH</a>
<div></div>
</div>
<div id="logbox">
<div id="loggin"><a href="login.html" style="margin-left: 250px; padding-left: 60px;">LOG IN</a></div>
<div id="cart"> <a href="help.html">HELP</a></div>
<!-- <div id="help"><a href="Help.html">HELP</a></div> -->
</div>
</div>
<div id="picbox">
<div id="header_pavan"></div>
<h2 id="payment">CHOOSE A PAYMENT METHOD</h2>
<p id="alert">Please note that only cards that use 3D Secure are accepted. Contact your bank to activate it or for further instructions. </p>
<div id="icons" >
<div >
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/icon-payment-visa.svg" />
<p>VISA</p>
</div>
<div>
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/icon-payment-mastercard.svg" alt="">
<p>MASTER CARD</p>
</div>
<div>
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/icon-payment-amex_2.svg" alt="">
<p>AMERICAN EXPRESS</p>
</div>
<div>
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/ru-pay.svg" alt="">
<p>RUPAY<p>
</div>
<div>
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/net-banking.svg" alt="">
<p>NETBANKING</p>
</div>
<div>
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/upi.svg" alt="">
<p>UNIFIED PAYMENTS INTERFACE</p>
</div>
<div style="margin-top: -19px; ">
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/co-djpen.svg" alt="">
<p>CASH ON DELIVERY</p>
</div>
<div style="margin-bottom: 40px;">
<img class="hoverImages" src="https://static.zara.net/static/images/payment/payment/in.svg" alt="">
<p>IN CARD</p>
</div>
</div>
<!-- <div id="man"><button class="leftbtn" onclick="plusDivs()">❮</button>
<a href="man.html" id="leftA"> MAN</a>
</div>
<div id="mainimg" onclick="takeme()"><img id="changeimg" src="https://static.zara.net/photos///2021/I/T/1/p/0267/420/800/2/w/750/0267420800_1_1_1.jpg?ts=1632730334059">
<div>INTRODUCING THE FALL/WINTER 2021 COLLECTION</div>
</div>
<div id="kids"><a href="kids.html" id="rightA">KIDS </a><button class="rightbtn" onclick="plusDivs()">❯</button></div> -->
</div>
</div>
<div id="secondndpage">
<div class="d7" style="margin-left: 3%;">
<table>
<tr>
<td class="td1 thead">HELP</td>
<td class="thead">FOLLOW US </td>
<td class="td2 thead">COMAPANY</td>
<td class="thead">POLICIES</td>
</tr>
<tr>
<td><a href="">SHOP AT ZARA.COM</a></td>
<td><a href="">NEWSLETTER</a></td>
<td><a href="">ABOUT US</a></td>
<td><a href="" >PRIVACY POLICY</a></td>
</tr>
<tr>
<td><a href="">PRODUCT</a></td>
<td><a href="">TIKTOK</a></td>
<td><a href="">OFFICES</a></td>
<td><a href="" >PURCHASE CINDITION</a></td>
</tr>
<tr>
<td><a href="">PAYMENT</a></td>
<td><a href="">INSTAGRAM</a></td>
<td><a href="">STORES</a></td>
<td><a href="" >COOKIES SETTINGS</a></td>
</tr>
<tr>
<td><a href="">SHIPPING</a></td>
<td><a href="">FACEBOOK</a></td>
<td><a href="">WORK WITH US</a></td>
</tr>
<tr>
<td><a href="">EXCHANGES AND RETURNS</a></td>
<td><a href="">TWITTER</a></td>
</tr>
<tr>
<td><a href="">SHOPS AND COMPANY</a></td>
<td><a href="">PINTEREST</a></td>
</tr>
<tr>
<td><a href="">CLOTHES COLLECTION PROGRAMME</a></td>
<td><a href="">YOUTUBE</a></td>
</tr>
<tr>
<td><a href="">MY ACCOUNT</a></td>
</tr>
</table>
</div>
</div>
<hr style="margin-top: 300px; width: 1000px;margin-left: 11%;">
<div class="d8">
<table class="table1 " style="margin-left: 4%;">
<tr>
<td>INDIA</td>
<td class="td3">ENGLISH</td>
</tr>
<tr>
<td></td>
<td class="td3" style="color: gray;">© ALL RIGHT RESERVED</td>
</tr>
</table>
</div>
<div class="d8" style="margin-left: 11%;">
<h5 class="textmargin">NAME AND ADDRESS OF THE MANUFATURE</h5>
<h5 class="textmargin">INDUSTRIA DE DISENO TEXTTIL, S.A. (INDITEX, S.A.)</h5>
<h5 class="textmargin">AVENDIA DE LA DIPUTACION, EDIFICIO INDITEX, 15143, ARTEIXO (A CORUNA), SPAIN</h5>
</div>
<!-- <label>JOIN OUR NEWSLETTER</label>
<input id="email" placeholder="ENTER YOUR EMAIL ADDRESS HERE" >
<div class="d4">
<a href="https://www.tiktok.com/@zara" class="hcolor acolor text_size">TIKTOK</a>
<a href="https://www.instagram.com/zara/" class="hcolor acolor text_size">INSTAGRAM</a>
<a href="https://www.facebook.com/Zara" class="hcolor acolor text_size">FACEBOOK</a>
<a href="https://twitter.com/ZARA" class="hcolor acolor text_size">TWITTER</a>
<a href="https://es.pinterest.com/zaraofficial" class="hcolor acolor text_size">PINTEREST</a>
<a href="http://www.youtube.com/user/zara" class="hcolor acolor text_size">YOUTUBE</a>
</div>
<div class="d5">
<h5 class="textmargin">NAME AND ADDRESS OF THE MANUFATURE</h5>
<h5 class="textmargin">INDUSTRIA DE DISENO TEXTTIL, S.A. (INDITEX, S.A.)</h5>
<h5 class="textmargin">AVENDIA DE LA DIPUTACION, EDIFICIO INDITEX, 15143, ARTEIXO (A CORUNA), SPAIN</h5>
</div> -->
</div>
<!-- sidebarstart -->
<div id="mySidebar" class="sidebar">
<button href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</button>
<button onclick="myFunction()" id="sidezara" class="dropdown" >ZARA ATHLETICZ
<!-- dropdownstart -->
<!-- <div class="dropdown"> -->
<!-- <button onclick="myFunction()" class="dropbtn">Dropdown</button> -->
<div id="myDropdown" class="dropdown-content">
<a href="#home">ABOUT</a>
<a href="#about">COLLECTION</a>
<a href="#contact">STORIES</a>
<a href="#about">EXPERIENCE</a>
<a href="#contact">STORES</a>
</div>
<!-- </div> -->
<!-- dropdownend -->
</button>
<button id="sidewoman" class="dropdown2" onclick="myFunction2()" >WOMAN
<div id="myDropdown2" class="dropdown-content2">
<a href="#home">COLLECTION</a>
<a href="login.html"> NIGHT POWER COLLECTION</a>
<a href="#contact">BLAZERS</a>
<a href="#about">DRESSES | JUMPSUITS</a>
<a href="#contact">TOPS|BODYSUITS</a>
<a href="#home">SHIRTS</a>
<a href="login.html">TROUSERS</a>
<a href="#contact">T-SHIRTS</a>
<a href="#about">JEANS</a>
<a href="#contact">SKIRTS | SHORTS</a>
<a href="#home">CO-ORD SETS</a>
<a href="#contact">SUITS</a>
<a href="#about">KNITWEAR</a>
<a href="#contact">SWEATSHIRTS</a>
</div>
</button>
<button id="sideman" class="dropdown3" onclick="myFunction3()" >MAN
<div id="myDropdown3" class="dropdown-content3">
<a href="#home">NEW</a>
<a href="login.html"> ZARA ATHALETICZ NEW</a>
<a href="#contact">COLLECTION</a>
<a href="#about">HERITAGE NEW</a>
<a href="#contact">JACKETS</a>
<a href="#home">OVERSHIRTS</a>
<a href="login.html"> GILETS</a>
<a href="#contact">BLAZERS</a>
<a href="#about">SUITS</a>
<a href="#contact">T-SHIRTS</a>
<a href="#home">HOODIES | SWEATSHIRTS</a>
<a href="login.html">TRACKSUITS</a>
<a href="#about">KNITWEAR</a>
<a href="#about">POLO SHIRTS</a>
</div>
</button>
<button id="sidekids" class="dropdown4" onclick="myFunction4()">KIDS
<div id="myDropdown4" class="dropdown-content4">
<a href="#home">GIRL | 6 - 14 YEARS</a>
<a href="login.html"> BOY | 6 - 14 YEARS</a>
<a href="#contact"> BABY GIRL | 6 MONTHS - 5 YEARS</a>
<a href="#about">BABY BOY | 6 MONTHS - 5 YEARS</a>
<a href="#contact">ACCESSORIES</a>
<a href="#contact">ZARASERIES</a>
<a href="#contact">BESTSELLERS NEW</a>
</div>
</button>
<button id="sideshoes" class="dropdown5" onclick="myFunction5()">SHOE&BAGS
<div id="myDropdown5" class="dropdown-content5">
<a href="#home">WOMAN</a>
<a href="login.html"> MAN</a>
<a href="#contact">KIDS</a>
</div>
</button>
<button id="sidejoininfo" style="margin-top: 15px;">JOIN INFO</button>
<button id="sideinfo">COVID 19 INFO</button>
<button id="sideinfo" style="margin-top: 15px;">+INFO</button>
</div>
<!-- <div id="main">
<button class="openbtn" onclick="openNav()">☰ Open Sidebar</button>
<h2>Collapsed Sidebar</h2>
<p>Click on the hamburger menu/bar icon to open the sidebar, and push this content to the right.</p>
</div> -->
<!-- sidebarend -->
<div id = "fixed">
<div id="sum">
<div><p style="font-family: Neue-Helvetica,Helvetica, Arial, sans-serif; color: #616161; font-size: 12px;">Total: ₹</p></div>
<div><p id = "total"></p></div>
</div>
<div class="d9">
<a class="btn_continue" href="card_details.html">CONTINUE</a>
</div>
</div>
<script>
function myFunction(x) {
x.classList.toggle("change");
}
function headclick(){
window.location.href="zarahome.html"
}
var changeimg=document.getElementById("changeimg");
var imgbox=document.getElementById("mainimg")
var imgdata=["https://static.zara.net/photos///2021/I/T/1/p/0267/420/800/2/w/750/0267420800_1_1_1.jpg?ts=1632730334059",
"https://static.zara.net/photos///2021/I/T/2/p/0639/644/707/2/w/532/0639644707_15_1_1.jpg?ts=1632389495487",
"https://static.zara.net/photos///2021/I/0/3/p/6357/494/801/202/w/448/6357494801_15_1_1.jpg?ts=1632394213709",
"https://static.zara.net/photos///contents/mkt/spots/aw21-north-athleticz-newsletter/layout-figma-athleticz-newsletter//aw21-north-athleticz-newsletter.layout-figma-athleticz-newsletter.desktop-6f6583d207ff3a38f91a0a067fb9d2ce3278ae03-FILL-1.529_0.jpg?ts=1632756031442&imwidth=1440"]
var i=1;
var leftA=document.getElementById("leftA")
var rightA=document.getElementById("rightA");
var body=document.getElementById("container")
function plusDivs(){
if(i==1){
leftA.textContent="ZARA ATHALETICS";
leftA.href="athelatics.html";
rightA.href="woman.html";
rightA.textContent="WOMAN";
imgbox.style.width="650px";
}
else if(i===2){
leftA.textContent="MAN";
leftA.href="man.html";
rightA.textContent="WOMAN";
rightA.href="woman.html";
imgbox.style.width="600px";
}
else if(i==3){
leftA.textContent="WOMAN";
rightA.textContent="KIDS";
leftA.href="woman.html";
rightA.href="kids.html";
imgbox.style.width="1400px";
body.style.backgroundColor="black";
body.style.color="white"
changeimg.style.marginTop="10px"
changeimg.style.height=""
}
else{
leftA.textContent="MAN";
rightA.textContent="KIDS";
leftA.href="man.html";
rightA.href="kids.html";
imgbox.style.width="570px";
body.style.backgroundColor="white";
body.style.color="black"
changeimg.style.marginTop="20%";
}
if(i>3){
i=0;
}
if(i>=0){
changeimg.src=imgdata[i];
console.log(i)
i++;
}
}
function takeme(){
window.location.href="woman.html";
}
//sidebarstart
function openNav() {
document.getElementById("mySidebar").style.width = "180px";
document.getElementById("body").style.marginLeft = "30px";
document.getElementById("container").style.opacity="0.1"
}
function closeNav() {
document.getElementById("mySidebar").style.width = "0";
document.getElementById("body").style.marginLeft= "10px";
document.getElementById("container").style.opacity="1"
}
// sidebarend
// dropdownstart
function myFunction() {
document.getElementById("myDropdown").classList.toggle("show");
}
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('#sidezara')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
function myFunction2() {
document.getElementById("myDropdown2").classList.toggle("show");
}
window.onclick = function(event) {
if (!event.target.matches('#sidewoman')) {
var dropdowns = document.getElementsByClassName("dropdown-content2");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
function myFunction3() {
document.getElementById("myDropdown3").classList.toggle("show");
}
window.onclick = function(event) {
if (!event.target.matches('#sideman')) {
var dropdowns = document.getElementsByClassName("dropdown-content3");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
function myFunction4() {
document.getElementById("myDropdown4").classList.toggle("show");
}
window.onclick = function(event) {
if (!event.target.matches('#sidekids')) {
var dropdowns = document.getElementsByClassName("dropdown-content4");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
function myFunction5() {
document.getElementById("myDropdown5").classList.toggle("show");
}
window.onclick = function(event) {
if (!event.target.matches('#sideshoes')) {
var dropdowns = document.getElementsByClassName("dropdown-content5");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}
// dropdown end
// card details
var totalvalue= JSON.parse( localStorage.getItem("totalvalue"));
total.textContent= totalvalue[totalvalue.length-1];
var logindata=JSON.parse( localStorage.getItem("logindata"));
var Name=logindata[logindata.length-1].name;
console.log(Name)
var putname=document.getElementById("loggin");
putname.textContent=Name;
</script>
</body>
</html>