-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
487 lines (414 loc) · 17.6 KB
/
product.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
482
483
484
485
486
487
<!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>Product</title>
<link rel="shortcut icon" href="imgs/Your safety, matters to us.png" type="image/x-icon">
<link rel="stylesheet" href="/styles/navbar.css">
<link rel="stylesheet" href="/styles/dropdown.css">
<link rel="stylesheet" href="/styles/footer.css">
</head>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
#container{
background-color: azure;
}
#pcontainer{
width: 60%;
margin: auto;
display: grid;
row-gap: 20px;
}
#pcontainer>div{
border-bottom: 1px solid rgb(207, 196, 196) ;
line-height:25px;
padding: 40px;
width: 70%;
margin: auto;
text-align: center;
}
#pcontainer>div>div{
display: flex;
align-items: center;
width: 50%;
margin: auto;
justify-content: space-between;
}
#pcontainer>div button{
background-color: #ff6f61;
color: white;
border: none;
border-radius: 10px;
width: 120px;
height: 40px;
cursor: pointer;
margin-top: 15px;
}
</style>
<body>
<div id="container">
<div id="header">
<div class="logo">
<a href="Medicine.html"> <img src="/imgs/Your safety, matters to us.png" alt="Ms Pharmacy .logo"></a>
</div>
<div class="menu">
<ul>
<li><a href="index.html" style="color:#ff6f61 ;">MEDICINES</a></li>
<li><a href="">
<div class="labtest"> LAB TESTS <span>SAFE</span></div>
</a></li>
<li><a href="">CONSULT DOCTORS</a></li>
<li><a href="">COVID-19</a> </li>
<li><a href="">AYURVEDA</a></li>
<li><a href="">
<div class="coreplan"> CARE PLAN <span>SAVE MORE</span></div>
</a></li>
</ul>
</div>
<div class="menu2">
<ul>
<li>
<pre><a href="#" onclick="window.open('Login.html', '_blank', 'width=1000,height=600')"">Login</a> | <a href="#" onclick="window.open('Signup.html', '_blank', 'width=1000,height=600')">Sign Up</a> </pre>
</li>
<li><a href="">Offers</a></li>
<div style="display:flex;"> <li><a href="Cart.html" target="_blank"><img src="/imgs/cart.png" alt="Cart" id="cartlogo"></a></li>
<li><span style="color: #ff6f61;margin-left: -15px; font-weight: 900;width: 20px; text-align: center; font-size: 19px;" id="np">0</span></li></div>
<li><a href="">Need Help?</a></li>
</ul>
</div>
</div>
<div class="dropdowns">
<div class="research">
<select>
<option value=""> Health Resource Center</option>
</select>
<div class="contents">
<a href="">All Diseases</a>
<a href="">All Medicines</a>
<a href="">Medicines by Therapeutic Class</a>
</div>
</div>
<div class="research">
<select>
<option value="">Vitamins & Nutrition</option>
</select>
<div class="contents">
<a href=""><b>Vitamins & Supplements</b></a>
<a href="">Multivitamins</a>
<a href="">Vitamins A-Z</a>
<a href="">Vitamin B12 & B Complex</a>
<a href=""><b>Nutritional Drinks</b></a>
<a href="">Adult Daily Nutrition</a>
<a href="">Kids Nutrition(2-15 Yrs)</a>
<a href="">Women Nutrition</a>
<a href=""><b>Health Food & Drinks</b></a>
<a href="">Green Tea & Herbal Tea</a>
<a href="">Apple Cider Vinegar</a>
<a href="">Healthy Snacks</a>
</div>
</div>
<div class="research">
<select>
<option value="">Diabetes</option>
</select>
<div class="contents">
<a href=""><b>Diabetes Monitoring</b></a>
<a href="">Blood Glucose Monitors</a>
<a href="">Test Strips & Lancets</a>
<a href="">Syringes & Pens</a>
<a href=""><b>Sugar Free</b></a>
<a href=""><b>Diabetic Medicines</b></a>
<a href="">Vitamins,Minerals & Antioxidants</a>
<a href="">Homeopathy Medicines</a>
<a href="">Ayurvedic Medicine</a>
</div>
</div>
<div class="research">
<select>
<option value="">Healthcare Devices</option>
</select>
<div class="contents">
<a href=""><b>Top brands in HealthCare Devices</b></a>
<a href="">Dr. Morepen Devices</a>
<a href="">Accu -chek</a>
<a href="">One Touch</a>
<a href="">Omron</a>
<a href=""><b>BP Monitors</b></a>
<a href=""><b>Oxygen Concentrators & Cans</b></a>
<a href=""><b>Thermometers</b></a>
<a href="">Ir Thermometers</a>
<a href=""><b>Weighing Scales</b></a>
</div>
</div>
<div class="research">
<select>
<option value="">Personal Care</option>
</select>
<div class="contents">
<a href=""><b>Sexual Wellness</b></a>
<a href="">Condoms</a>
<a href="">Lubricants & Message Gels</a>
<a href="">Personal body Massagers</a>
<a href="">Men Perfomance Enhancers</a>
<a href="">Sexual Health Supplements</a>
<a href=""><b>Skin Care</b></a>
<a href="">Body Lotions</a>
<a href="">Masquito Repellents</a>
<a href="">Lip Balm</a>
<a href="">Acne Care</a>
<a href="">Bath Essentials</a>
<a href="">Facewash</a>
<a href="">Santizers & Handwash</a>
<a href="">Sunscreem</a>
</div>
</div>
<div class="research">
<select>
<option value="">Health Conditions</option>
</select>
<div class="contents">
<a href=""><b>Stomach Care</b></a>
<a href=""><b>Heart Care</b></a>
<a href=""><b>Bone, Joint & Muscle Care</b></a>
<a href=""><b>Pain Relief</b></a>
<a href=""><b> Eye Care</b></a>
<a href=""><b>Liver Care</b></a>
<a href=""><b>Fever</b></a>
<a href=""><b>Kidney Care</b></a>
<a href=""><b>Smoking Cessation</b></a>
<a href=""><b>Respiratory Care</b></a>
</div>
</div>
<div class="research">
<select>
<option value="">Ayurveda Products</option>
</select>
<div class="contents">
<a href=""><b>Ayurveda Top Brands</b></a>
<a href="">Dabur</a>
<a href="">Sri Sri Tattva</a>
<a href="">Kerala Ayurveda</a>
<a href="">Patanjali</a>
<a href=""><b>Chyanwanparash</b></a>
<a href=""><b>Unani Medicines</b></a>
<a href="">Hamdard Unani</a>
<a href="">AMU DawaKhana</a>
<a href="">Dehlvi Remedies</a>
</div>
</div>
<div class="research">
<select>
<option value="">Homeopathy</option>
</select>
<div class="contents">
<a href=""><b>Homeopathy Top Brands</b></a>
<a href="">SBL Homeopathy</a>
<a href="">Dr Reckeweg</a>
<a href="">Dr Willmar Schwabe India</a>
<br>
<a href="">Bakson's</a>
<a href="">Allen</a>
<a href="">Boiron</a>
<a href=""><b>Homeopathy Medicines</b></a>
<a href="">Homeopathic Drops</a>
<a href="">Dilutions</a>
<a href="">Mother Tinctures</a>
<a href="">Triturations</a>
<a href="">Biochemics</a>
</div>
</div>
<div class="research">
<select>
<option value="">Featured</option>
</select>
<div class="contents">
<a href=""><b>Winter Care</b></a>
<a href="">Body & Skin Care</a>
<a href="">Hair & Scalp Care</a>
<a href="">Cough & Cold</a>
<a href="">Fever & Headache</a>
<a href=""><b>MS pharmacy Health Products</b></a>
<a href=""><b>Trending Now</b></a>
<a href=""><b>New Arrivals</b></a>
<a href=""><b>Super Savings</b></a>
<a href=""><b>Deals of Day</b></a>
</div>
</div>
</div>
<div id="pcontainer">
</div>
<div id="footer">
<div class="footermenu">
<div>
<h3>Know Us</h3>
<div>
<ul>
<li><a href="">About Us</a></li>
<li><a href="">Contact Us</a></li>
<li><a href="">Press Coverage</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Business Partnership</a></li>
<li><a href="">Become a Health Partner</a></li>
<li><a href="">Corporate Governance</a></li>
</ul>
</div>
</div>
<div>
<h3>Our Policies</h3>
<div>
<ul>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Terms and Conditions</a></li>
<li><a href="">Editorial Policy</a></li>
<li><a href="">Return Policy</a></li>
<li><a href="">IP policy</a></li>
<li><a href="">Grievance Redressal Policy</a></li>
</ul>
</div>
</div>
<div>
<h3>Our Services</h3>
<div>
<ul>
<li><a href="">Order Medicines</a></li>
<li><a href="">Book Lab Tests</a></li>
<li><a href="">Consult a Doctor</a></li>
<li><a href="">Ayurveda Articles</a></li>
<li><a href="">Hindi Articles</a></li>
<li><a href="">Care Plan</a></li>
</ul>
</div>
</div>
<div>
<h3>connect</h3>
<div>
<span>Social Links</span>
<ul>
<li><a href=""><img src="/imgs/fb.png" alt="facebook"></a></li>
<li><a href=""><img src="/imgs/insta.png" alt="Instagram"></a></li>
<li><a href=""><img src="/imgs/twitter.png" alt="twitter"></a></li>
<li><a href=""><img src="/imgs/youtube.jpg" alt="Youtube"></a></li>
</ul>
<p>Want daily dose of health?</p>
<button onclick="window.open('Signup.html', '_blank', 'width=1000,height=600')"">Sign Up</button>
</div>
</div>
<div>
<h3>Download App</h3>
<a href=""><img src="/imgs/playstore.png" alt="playstore"></a>
<a href=""><img src="/imgs/applestore.png" alt="Appstore"></a>
</div>
</div>
<div class="features">
<div>
<img src="/imgs/reliable.png" alt="reliable">
<div>
<h2>Reliable</h2>
<p>All products displayed on MS pharmacy are procured from verified and licensed pharmacies. All labs listed on the platform are accredited</p>
</div>
</div>
<div>
<img src="/imgs/secure.png" alt="secure">
<div>
<h2>Secure</h2>
<p>Ms Pharmacy uses Secure Sockets Layer (SSL) 128-bit encryption and is Payment Card Industry Data Security Standard (PCI DSS) compliant</p>
</div>
</div>
<div>
<img src="/imgs/affordable.png" alt="affordable">
<div>
<h2>Affordable</h2>
<p>Find affordable medicine substitutes, save up to 50% on health products, up to 80% off on lab tests and free doctor consultations.</p>
</div>
</div>
</div>
<div class="copyright">
<p>© MS Pharmacy. All rights reserved. In compliance with Drugs and Cosmetics Act, 1940 and Drugs and Cosmetic Rules, 1945, we don't process requests for Sechedule X and other habit forming drugs.</p>
<div>
<img src="/imgs/mastercard.png" alt="mastercard">
<img src="/imgs/visa.png" alt="visa">
</div>
</div>
</div>
</div>
</body>
</html>
<script>
let data = JSON.parse(localStorage.getItem("productms"));
displaydata(data);
function displaydata(data){
document.querySelector("#pcontainer").innerHTML="";
data.forEach(function(elem,i){
let innerdiv = document.createElement("div");
let imgdiv= document.createElement("div");
let imgs = document.createElement("img");
imgs.setAttribute("src",elem.image_url);
let name = document.createElement("p");
name.innerText=elem.name;
name.style.fontWeight="800";
name.style.fontSize="20px";
let description = document.createElement("p");
description.innerHTML=`<b>"</b>`+elem.description+`<b>"</b>`;
let category = document.createElement("p");
ct=elem.category
category.innerText=ct;
let highlights = document.createElement("p");
highlights.innerText="Highlights :: "+elem.highlight;
highlights.style.fontWeight="600";
let ingredients = document.createElement("p");
ingredients.innerHTML="<b>Ingredients - </b>"+elem.ingredients;
let price =document.createElement("p");
price.innerHTML="<b>Price</b>:: "+elem.price+" ₹";
let ratings= document.createElement("p");
ratings.innerHTML=elem.ratings+"<span>☆</span>";
ratings.style.backgroundColor="green";
ratings.style.color="white";
ratings.style.width="60px";
let safety = document.createElement("p");
safety.innerText=elem.safety;
let information = document.createElement("h4");
information.innerText="Information";
let addtocart=document.createElement("button");
addtocart.innerText="Add to Cart";
imgdiv.append(imgs,ratings);
innerdiv.append(imgdiv,name,highlights,price,information,description,ingredients,safety,category,addtocart);
document.querySelector("#pcontainer").append(innerdiv);
addtocart.addEventListener("click",function(){
addcart(elem,i);
});
});
}
function addcart(elem,i){
let cartitems = JSON.parse(localStorage.getItem("ms_cart_added"))||[];
let newlist = data.splice(i,1);
for(let j =0;j<newlist.length;j++){
cartitems.push(newlist[j]);
}
displaydata(data);
localStorage.setItem("ms_cart_added",JSON.stringify(cartitems));
localStorage.setItem("productms",JSON.stringify(data));
document.querySelector("#pcontainer").innerHTML="<h1>Continue Shopping....</h1>"
let home = document.createElement("a");
home.href="/index.html";
home.innerText="click here";
home.style.textDecoration="none";
home.style.color="#ff6f61";
home.style.fontSize="40px";
document.querySelector("#pcontainer").style.height="300px";
document.querySelector("#pcontainer").append(home);
let promise = new Promise((res,rej)=>{
res("Product added to the cart...");
rej("Somethings Wrong!!!! Try again");
});
promise.then((val)=>alert(val)).catch((val)=>alert(val));
}
let cartarray =JSON.parse(localStorage.getItem("ms_cart_added"))||[];
let np = document.getElementById("np");
np.innerText=cartarray.length;
</script>