-
Notifications
You must be signed in to change notification settings - Fork 1
/
product.js
417 lines (379 loc) · 13.8 KB
/
product.js
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
var productsObject =
[
{
"image": "https://aeo.imgix.net/img/app/product/6/646046-6473067.jpg?auto=format",
"name": "American Eagle Women Black Reversible Puffer Jacket",
"price": "7999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/644914-6455202.jpg?auto=format",
"name": "American Eagle Men Yellow Utility Hoodie",
"price": "4999",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/644913-6455191.jpg?auto=format",
"name": "American Eagle Men Burgundy Utility Hoodie",
"price": "4999",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/643903-6437472.jpg?auto=format",
"name": "American Eagle Men Burgundy Utility Hoodie",
"price": "3999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/641770-6530326.jpg?auto=format",
"name": "American Eagle Men Yellow Lightweight Puffer Jacket",
"price": "3599",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/638896-6530362.jpg?auto=format",
"name": "American Eagle Men Olive Puffer Shacket",
"price": "4999",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/638609-6348901.jpg?auto=format",
"name": "American Eagle Women Red Pointelle Crew Neck Sweater",
"price": "1999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/638608-6348890.jpg?auto=format",
"name": "American Eagle Women Beige Pointelle Crew Neck Sweater",
"price": "5999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/635774-6697650.jpg?auto=format",
"name": "American Eagle Women Red Fairisle Snowdrift Sweater",
"price": "3299",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/635773-6697642.jpg?auto=format",
"name": "American Eagle Women Blue Fairisle Snowdrift Sweater",
"price": "3499",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/638606-6348868.jpg?auto=format",
"name": "American Eagle Women Black Pointelle Crew Neck Sweater",
"price": "4999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/638607-6348879.jpg?auto=format",
"name": "American Eagle Women Pink Pointelle Crew Neck Sweater",
"price": "4500",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/634933-6632076.jpg?auto=format",
"name": "American Eagle Men Green Camo Workwear Jacket",
"price": "7999",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/635761-6288679.jpg?auto=format",
"name": "American Eagle Women Grey Plaid Blazer",
"price": "6999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633166-6239119.jpg?auto=format",
"name": "American Eagle Women Blue Oversized Fleece Hoodie",
"price": "3999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633165-6239108.jpg?auto=format",
"name": "American Eagle Women Brown Oversized Fleece Hoodie",
"price": "3999",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633164-6239097.jpg?auto=format",
"name": "American Eagle Women Red Oversized Fleece Hoodie",
"price": "3499",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633160-6239053.jpg?auto=format",
"name": "American Eagle Women Red Cable Knit Mock Neck Sweater",
"price": "3599",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633160-6239054.jpg?auto=format",
"name": "American Eagle Women Red Cable Knit Mock Jeans",
"price": "3599",
"gender": "Female",
"category": "Jeans"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633159-6239042.jpg?auto=format",
"name": "American Eagle Women Cream Cable Knit Mock Neck Sweater",
"price": "5000",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633159-6239044.jpg?auto=format",
"name": "American Eagle Women Cream Cable Knit Mock Jeans",
"price": "4999",
"gender": "Female",
"category": "Jeans"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/630405-6176399.jpg?auto=format",
"name": "American Eagle Men Beige Workwear Jacket",
"price": "4999",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/630405-6176401.jpg?auto=format",
"name": "American Eagle Men Beige Workwear jeans",
"price": "4999",
"gender": "Male",
"category": "Jeans"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/630405-6176401.jpg?auto=format",
"name": "American Eagle Men Black Super Soft Graphic T-Shirt",
"price": "999",
"gender": "Male",
"category": "T-Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/644939-6697633.jpg?auto=format",
"name": "American Eagle Men Blue Super Soft Graphic T-Shirt",
"price": "1200",
"gender": "Male",
"category": "T-Shirts"
},
{
"image": "https://images.pexels.com/photos/1032110/pexels-photo-1032110.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940",
"name": "American Eagle Men black shoes",
"price": "3500",
"gender": "Male",
"category": "Shoes"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/633164-6239097.jpg?auto=format",
"name": "American Eagle Men Red Graphic Quarter Zip Jacket",
"price": "7999",
"gender": "Female",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/635826-6289303.jpg?auto=format",
"name": "American Eagle Women Blue Ne(X)T Level High-Waisted Jegging Crop",
"price": "2999",
"gender": "Female",
"category": "Jeans"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/634936-6464084.jpg?auto=format",
"name": "American Eagle Women Brown Cinched Blouse",
"price": "3100",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/609978-5762743.jpg?auto=format",
"name": "American Eagle Women Brown Cinched Blouse",
"price": "3100",
"gender": "Male",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/609974-6091380.jpg?auto=format",
"name": "American Eagle Women Brown Cinched Blouse",
"price": "4250",
"gender": "Female",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/609976-5762721.jpg?auto=format",
"name": "American Eagle Women Brown Cinched Blouse",
"price": "4100",
"gender": "Male",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/611447-5796082.jpg?auto=format",
"name": "American Eagle Women Brown Cinched Blouse",
"price": "3100",
"gender": "Male",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/630387-6176212.jpg?auto=format",
"name": "American Eagle Women Brown Cinched Blouse",
"price": "3100",
"gender": "Male",
"category": "Top"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/644932-6456314.jpg?auto=format",
"name": "American Eagle Men Burgundy Super Soft Graphic T-Shirt",
"price": "2599",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/644910-6455157.jpg?auto=format",
"name": "American Eagle Men Red Super Soft Flannel Shirt",
"price": "3000",
"gender": "Male",
"category": "Shirts"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/643909-6437538.jpg?auto=format",
"name": "American Eagle Men Blue Flex Slim Chino",
"price": "3299",
"gender": "Male",
"category": "Jeans"
},
{
"image": "https://aeo.imgix.net/img/app/product/6/643907-6437516.jpg?auto=format",
"name": "American Eagle Men Blue Flex Slim Chino",
"price": "4299",
"gender": "Male",
"category": "Jeans"
},
{
"image": "https://static.langimg.com/thumb/msid-82028507,imgsize-63684,width-700,height-525,resizemode-75/navbharat-times.jpg",
"name": "American Eagle Men Blue Flex shoes",
"price": "4299",
"gender": "Male",
"category": "Shoes"
},
{
"image": "https://assets.vogue.com/photos/6128027eb5cae63a108a2de7/master/w_1600%2Cc_limit/liana-shoes.jpg",
"name": "American Eagle Men Blue Flex shoes",
"price": "4299",
"gender": "Female",
"category": "Shoes"
},
{
"image": "https://media.wired.com/photos/5e320d1dce1d970008fbe79a/1:1/w_2400,c_limit/Gear-Books-100032_188_L_Hyperion_Elite.jpg",
"name": "American Eagle Men Blue Flex shoes",
"price": "5099",
"gender": "Male",
"category": "Shoes"
}
]
var products = JSON.parse(localStorage.getItem("shoppingItems")) || []
// console.log(products);
// var products = JSON.parse(productsObject);
var cart_Items = []
displayItem(productsObject,products);
// displayItem(products)
var cart_count = 0
function displayItem( productsObject,products){
document.querySelector("#pro_div").textContent=""
productsObject.map(function (ele){
var div = document.createElement("div")
var image = document.createElement("img")
image.setAttribute("src",ele.image)
// image.addEventListener("click", function(){
// window.location.href="details.html"
// })
var Pro_name = document.createElement("p")
Pro_name.textContent = ele.name
Pro_name.setAttribute("id","nameFont")
var price_button_div = document.createElement("div")
var price = document.createElement("h5")
price.textContent= "₹"+" "+ ele.price
price.setAttribute("id","price")
var button = document.createElement("button")
button.textContent="Add Cart"
button.addEventListener("click", function(){
cart_count = cart_count+1
document.querySelector("#quantity").textContent=cart_count
addToCart(ele)
})
price_button_div.append(price,button)
div.append(image,Pro_name,price_button_div)
document.querySelector("#pro_div").append(div)
})
products.map(function (ele){
var div = document.createElement("div")
var image = document.createElement("img")
image.setAttribute("src",ele.image)
// image.addEventListener("click", function(){
// window.location.href="details.html"
// })
var Pro_name = document.createElement("p")
Pro_name.textContent = ele.name
Pro_name.setAttribute("id","nameFont")
var price_button_div = document.createElement("div")
var price = document.createElement("h5")
price.textContent= "₹"+" "+ ele.price
price.setAttribute("id","price")
var button = document.createElement("button")
button.textContent="Add Cart"
button.addEventListener("click", function(){
cart_count = cart_count+1
document.querySelector("#quantity").textContent=cart_count
addToCart(ele)
})
price_button_div.append(price,button)
div.append(image,Pro_name,price_button_div)
document.querySelector("#pro_div").append(div)
})
}
function addToCart(ele){
cart_Items.push(ele)
localStorage.setItem("cart_Items",JSON.stringify(cart_Items))
}
document.querySelector("#itemsCartPage").addEventListener("click",function(){
window.location.href="checkout.html"
})
function genderFilter(){
var selected = document.querySelector("#Gender").value
if (selected == "gender"){
displayItem(productsObject,products)
}
else{
var genderList = productsObject.filter(function(elem){
return elem.gender == selected
})
var genderList1 = products.filter(function(ele){
return ele.gender ==selected
})
displayItem(genderList,genderList1)
}
}
function categoryFilter(){
var selected = document.querySelector("#category").value
var categoryList = productsObject.filter(function(elem){
return elem.category == selected
})
displayItem(categoryList)
}