-
Notifications
You must be signed in to change notification settings - Fork 2
/
shop5.js
348 lines (248 loc) · 9.55 KB
/
shop5.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
var robinData = [
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/12664555-1704871739992403.jpg",
name: "Neocutis Lumière Firm Riche Extra Tightening Eye Cream 15ml",
box: "Neocutis Gift",
price: "118.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/12664554-1004871739941589.jpg",
name: "Neocutis Lumière Firm Illuminating and Tightening Eye Cream 15ml",
box: "Neocutis Gift",
price: "108.00",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/12453448-2044871739771675.jpg",
name: "Neocutis Bio Serum Firm 30ml",
box: "Neocutis Gift",
price: "$275.00",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/11291062-5634871742412089.jpg",
name: "Neocutis Lumiere Illuminating Eye Cream",
box: "Neocutis Gift",
price: "97.00",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/12903093-1164871741627199.jpg",
name: "Neocutis BIO Cream Firm 1.69 fl. oz.",
box: "Neocutis Gift",
price: "178.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/11291058-1614871742255963.jpg",
name: "Neocutis Bio-Cream Bio-Restorative Overnight Soothing Cream with PSP",
box: "Neocutis Gift",
price: "160.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/11903200-9774871739506130.jpg",
name: "Neocutis NEO FIRM Micro Rejuvenating Complex and Tightening Cream",
box: "Neocutis Gift",
price: "135.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp/productimg/1600/1600/11291521-8814444651434162.jpg",
name: "Neocutis Neo-Cleanse Exfoliating Skin Cleanser",
box: "Neocutis Gift",
price: "38.00",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/13009837-1464904450616300.jpg",
name: "Neocutis Exclusive Ultimate Anti-Aging Duo 2piece (Worth $393.00)",
box: "Neocutis Gift",
price: "334.05",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/11291059-1854871742296769.jpg",
name: "Neocutis Bio-Cream Riche Bio-Restorative Skin Balm ",
box: "Neocutis Gift",
price: "178.00",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/12434541-1354871739606210.jpg",
name: "Neocutis Micro Day SPF30 1.69oz",
box: "Neocutis Gift",
price: "208.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/11288744-1994871742208542.jpg",
name: "Neocutis Nouvelle Retinol Correction Cream",
box: "Neocutis Gift",
price: "150",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp/productimg/1600/1600/11291522-7724444651462116.jpg",
name: "Neocutis Neo-Cleanse Gentle Skin Cleanser",
box: "Neocutis Gift",
price: "38"
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/12901283-9564871740097127.jpg",
name: "Neocutis NEO CLEANSE Gentle Skin Cleanser 125ml",
box: "Neocutis Gift",
price: "38.00"
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/12902422-1784871741004645.jpg",
name: "Neocutis MICRO DAY RICHE Extra Moisturizing SPF 30 1.69 fl. oz.",
box: "Neocutis Gift",
price: "166.40",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp/productimg/1600/1600/11294900-3634444660444035.jpg",
name: "Neocutis Perle Skin Brightening Cream with Melaplex",
box: "Neocutis Gift",
price: "115.00",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/11903196-3334748768067963.png",
name: "Neocutis Micro Night Riche Rejuvenating Balm 50ml",
box: "Neocutis Gift",
price: "195.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/12901582-6784871740395249.jpg",
name: "Neocutis RéACTIVE AntiOxidant Serum Broadspectrum SPF 45 30 ml.",
box: "Neocutis Gift",
price: "112.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/13126461-7344872060525762.jpg",
name: "Neocutis Bio Gel Firm 15 ml.",
box: "Neocutis Gift",
price: "79.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp//productimg/original/13126460-1984871741993028.jpg",
name: "Neocutis Bio Gel Firm 50 ml.",
box: "Neocutis Gift",
price: "197.00",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/12453449-4444871739834618.jpg",
name: "Neocutis Micro Gel 50ml",
box: "Neocutis Gift",
price: "196.00",
},
{
image_url: "https://static.thcdn.com/images/xsmall/webp/productimg/1600/1600/11903201-9034633357427370.jpg",
name: "Neocutis Body Rejuvenating Cream",
box: "Neocutis Gift",
price: "120",
},
{
image_url: "https://static.thcdn.com/images/large/webp//productimg/1600/1600/12434541-1354871739606210.jpg",
name: "Neocutis Micro Day SPF30 1.69oz",
box: "Neocutis Gift",
price: "208.00",
},
];
// var cartArray = JSON.parse(localStorage.getItem("cartItems")) || [];
// var wishArray = JSON.parse(localStorage.getItem("wishItems")) || [];
reLoadM(robinData);
function reLoadM(robinData){
// DATA
displayDatas(robinData);
function displayDatas(robinData){
document.querySelector("#container").textContent="";
robinData.map(function (data) {
var div = document.createElement("div")
document.querySelector("#container").append(div)
// inside div creating image and image_url
var image = document.createElement("img");
image.setAttribute("src", data.image_url);
div.append(image);
var name = document.createElement("p");
name.style.height = "35px"
name.textContent = data.name;
name.style.marginTop = "3%"
div.append(name);
var box = document.createElement("div")
box.textContent = data.box
box.setAttribute("id", "boxer")
div.append(box)
var p2 = document.createElement("p")
p2.textContent = `$${data.price}`;
p2.style.marginTop = "3%"
p2.style.fontSize = "24px"
p2.style.fontWeight = "bold"
div.append(p2)
var btn1 = document.createElement("button")
btn1.setAttribute("id", "btnwish")
btn1.textContent = "Wish"
btn1.style.display = "block"
btn1.addEventListener("click", function () {
wishlistAdd(data);
})
div.append(btn1)
var btn2 = document.createElement("button")
btn2.setAttribute("id", "btnbuy");
btn2.textContent = "QUICK BUY"
btn2.addEventListener("click", function () {
cartAdd(data);
})
div.append(btn2);
})
}
var cartThings = JSON.parse(localStorage.getItem("cartthings")) || [];
var cartArray = JSON.parse(localStorage.getItem("quickbuy1")) || [];
function wishlistAdd(data) {
cartArray.push(data);
cartThings.push(data);
localStorage.setItem("quickbuy1", JSON.stringify(cartArray));
localStorage.setItem("cartthings", JSON.stringify(cartThings));
alert("Item Added");
reLoadM(robinData);
}
function cartAdd(data) {
cartThings.push(data);
localStorage.setItem("cartthings", JSON.stringify(cartThings));
alert("added to cart");
reLoadM(robinData);
}
// console.log(cartArray);
// console.log(cartArray);
// Read More Drop Down Function
// ==============================================================================================================================================
var cartLength =JSON.parse(localStorage.getItem("cartthings"))
document.querySelector("#cardAval").innerHTML=`There are currently ${cartLength.length} items in your cart.`;
document.querySelector("#cartLen").innerHTML=`${cartLength.length}`;
}
function navSlideOut(){
document.querySelector("#nav-link").style.left="-16px"
}
function navSlideIn(){
document.querySelector("#nav-link").style.left="-2000px"
}
function myFunction() {
var dots = document.getElementById("dots");
var moreText = document.getElementById("more");
var btnText = document.getElementById("myBtn");
if (dots.style.display === "none") {
dots.style.display = "inline";
btnText.innerHTML = "Read more";
moreText.style.display = "none";
} else {
dots.style.display = "none";
btnText.innerHTML = "Read less";
moreText.style.display = "inline";
}
}
function Tsort(){
var valT=document.querySelector("#sortT").value
console.log(valT)
if(valT==""){
reLoadM(robinData);
}else if(valT=="high"){
robinData.sort(function(a,b){
return (Number(b.price)-Number(a.price))
})
reLoadM(robinData);
}else{
robinData.sort(function(a,b){
return (Number(a.price)-Number(b.price))
})
reLoadM(robinData);
}
}