This page was made as a personal project in connection with an educational exercise.
This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. DO NOT enter any personal information (such as logins, passwords or credit card numbers) on this site.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathSERUM.js
152 lines (134 loc) · 5.39 KB
/
SERUM.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
let serumdata=[
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/20_VITC_360x.jpg?v=1655379925" ,
info:"20% VITAMIN C SERUM WITH BLOOD ORANGE|FOR SKIN GLOW|FADES PIGMENTATION & DARK SPOTS" ,
oldprice:"Rs: 800.00",
price:"Rs: 680.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/NIACINAMIDE_6ffa90b5-94d9-4ecc-bff1-c4c113fe47b5_360x.jpg?v=1655311005",
info:"10% NIACINAMIDE FACE SERUM WITH ZINC & ANTIOXIDANTS| TREATS ACNE,DARK SPOTS& ACNE SCARES|WOMEN & MEN",
oldprice:"Rs: 700.00",
price:"Rs: 598.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/ACNEBUSTING_360x.jpg?v=1655370921",
info:"RETINOL TIME REVERSE FACE SERUM",
oldprice:"Rs: 900.00",
price:"Rs: 715.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/retinolserum_6d24c355-84a6-42bf-b4a4-bcf30318f39a_360x.jpg?v=1655311178",
info:"HYALURONIC + CEREMIDE HYDRATING",
oldprice:"Rs: 790.00",
price:"Rs: 598.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/VITCSERUM_360x.jpg?v=1655311150",
info:"VITAMIN C++ GLOW FACE SERUM WITH KAKADU PLUM|FOR SKIN",
oldprice:"Rs: 1022.00",
price:"Rs: 715.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/ha_9b347964-36a7-412d-9d09-bb59e71561c5_360x.jpg?v=1655310900",
info:"10% AHA +2% BHA EXFOLIATING GLOW HYDRO PEEL",
oldprice:"Rs: 769.00",
price:"Rs: 565.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/hpgp_80b9ffae-6c52-41f4-ace4-54e30f701a30_360x.jpg?v=1655311040",
info:"ALPHA ARBUTIN + AZELAIC BIPHASIC RADIANCE SERUM ",
oldprice:"Rs: 790.00",
price:"Rs: 590.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/gloes_360x.jpg?v=1655303583",
info:"PHA + BAKUCHIOL DAILY PEEL SERUM",
oldprice:"Rs: 750.00",
price:"Rs: 600.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/alpha_2d5537db-5f5e-4e89-b23f-2465c39fafac_360x.jpg?v=1655303449",
info:"2% SALICYLIC FACE SERUM WITH TEA TREE OIL & ZINC | TREATES ACNE",
oldprice:"Rs: 690.00",
price:"Rs: 500.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/1_2_360x.jpg?v=1644862670",
info:"GLOW ELIXIR FACE OIL",
oldprice:"Rs: 700.00",
price:"Rs: 540.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/baku_360x.jpg?v=1655303484",
info:"30% AHA +2% BHA GLOW ACCELERATOR PEEL",
oldprice:"Rs: 800.00",
price:"Rs: 698.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/1_1_360x.jpg?v=1644916657",
info:"SUPERFOODS NOURISHING FACE OIL",
oldprice:"Rs: 789.00",
price:"Rs: 520.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/SkinAwakening_360x.jpg?v=1610017602",
info:"AGE DEFENCE + GLOW NIGHT SERUM",
oldprice:"Rs: 639.00",
price:"Rs: 400.00",
},
{img:"https://cdn.shopify.com/s/files/1/0361/8553/8692/products/2_11_360x.webp?v=1644493946",
info:"MOISTURIZING SERUM",
oldprice:"Rs: 780.00",
price:"Rs: 500.00",
},
]
let data=JSON.parse(localStorage.getItem("serumdata")) || []
function what_to_show() {
let len = JSON.parse(localStorage.getItem("login-data")) || [];
if (len.length > 0) {
window.location.href = "details.html";
} else {
window.location.href = "login.html";
}
}
function yes(){
let x=document.querySelector("#filter").value;
if(x=="Whats New"){
window.location.href = "newArrivel.html";
}else if(x=="hair care"){
window.location.href = "HairCare.html";
}else if(x=="body care"){
window.location.href = "BodyCare.html";
}else if(x=="app"){
window.location.href ="https://onelink.to/4bzhqy";
}else if(x=="knowUsBatter"){
window.location.href ="aboutus.html";
}else if(x=="profile"){
window.location.href ="details.html";
}else if(x=="login"){
window.location.href ="login.html";
}
}
displayproduct(serumdata)
function displayproduct(serumdata)
{
serumdata.forEach(function(ele){
let box=document.createElement("div")
box.addEventListener("click",function(){
serumpage(ele);
})
let image=document.createElement("img")
image.setAttribute("src",ele.img)
let Info=document.createElement("p")
Info.setAttribute("class", "para");
Info.innerText=ele.info;
let pricediv=document.createElement("div")
pricediv.setAttribute("id","pricediv")
let oldprice=document.createElement("p")
oldprice.innerText=ele.oldprice
oldprice.style.textDecoration="line-through"
oldprice.style.color="grey"
let price=document.createElement("p")
price.innerText=ele.price;
let button= document.createElement("button")
button.innerText="ADD TO CART"
button.setAttribute("class","addToCart")
// starbox.append(star)
pricediv.append(oldprice,price)
box.append(image,Info,pricediv,button);
document.querySelector("#middle").append(box)
})
}
function serumpage(ele)
{
localStorage.setItem("serumdata",JSON.stringify(ele))
window.location.href="./serumLS.html"
}