-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcart.html
336 lines (240 loc) · 11.2 KB
/
cart.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
<!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>Cart | 1mg</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- bootstrap 4.0 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="./styles/cart.css">
</head>
<body>
<!-- navbar-->
<div id="cartnav">
<div id="mininav">
<div id="first">
<a href="index.html"><img src="https://www.1mg.com/images/tata_1mg_logo.svg" alt="logo" id="logo"></a>
</div>
<div id="second">
<input type="text" id="searchproduct" placeholder="Search for Medicines and Health Products">
<div id="logodiv">
<i class="fa fa-search"></i>
</div>
</div>
</div>
<div id="third">
<span id="help">Need Help?</span>
</div>
</div>
<!-- bottom part -->
<div id="bottom">
<!-- left part -->
<div id="left">
<div id="carePlanHere">
</div>
<p>Items NOT Requiring Prescription (<span id="totalspan"></span>)</p>
<div id="firstleft">
</div>
<div id="secondleft">
<h3 id="firsth3">Deals From ORSL</h3>
<section id="slideshow">
<div id="topdeals_slide" class="carousel slide" data-ride="carousel" data-interval="0" >
<div class="carousel-inner">
<div class="carousel-item active container-fluid ">
<div id="slide" class="commonCSS">
<div class="slideData" id="slidedata1">
</div>
</div>
</div>
<div class="carousel-item container-fluid">
<div id="slide2" class="commonCSS">
<div class="slideData" id="slidedata2">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#topdeals_slide" role="button" data-slide="prev" >
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#topdeals_slide" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</section>
</div>
<div id="thirdleft">
<h3 id="firsth3">Deals of The Day</h3>
<section id="slideshow">
<div id="topdeals_slide2" class="carousel slide" data-ride="carousel" data-interval="0" >
<div class="carousel-inner">
<div class="carousel-item active container-fluid ">
<div id="slide" class="commonCSS">
<div class="slideData" id="slidedata3">
</div>
</div>
</div>
<div class="carousel-item container-fluid">
<div id="slide2" class="commonCSS">
<div class="slideData" id="slidedata4">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#topdeals_slide2" role="button" data-slide="prev" >
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#topdeals_slide2" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</section>
</div>
<div id="thirdleft">
<h3 id="firsth3">In The Spotlight</h3>
<section id="slideshow">
<div id="topdeals_slide3" class="carousel slide" data-ride="carousel" data-interval="0" >
<div class="carousel-inner">
<div class="carousel-item active container-fluid ">
<div id="slide" class="commonCSS">
<div class="slideData" id="slidedata5">
</div>
</div>
</div>
<div class="carousel-item container-fluid">
<div id="slide2" class="commonCSS">
<div class="slideData" id="slidedata6">
</div>
</div>
</div>
<a class="carousel-control-prev" href="#topdeals_slide3" role="button" data-slide="prev" >
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#topdeals_slide3" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</section>
</div>
</div>
<!-- right part -->
<div id="right">
<div id="coupon">
<div id="firstcoupon">
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1607414999/marketing/cvtnx1zh5we6atn3m7i0.svg" alt="coupon logo">
<h3>Apply Coupon</h3>
</div>
<div id="secnav">
<i class="fa fa-angle-right" style="color:black" id="iconid"></i>
</div>
</div>
<div id="secright">
<div id="secinfo">
<p>Check the health of your vital organs</p>
<div id="secinfoicon">
<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="none" d="M0 24h24V0H0z"></path><path d="M12 9.694c.37 0 .667.298.667.667v6.165a.667.667 0 11-1.333 0v-6.165c0-.369.298-.667.666-.667M12 6.807c.54 0 .98.434.98.968 0 .533-.44.97-.98.97a.977.977 0 01-.979-.97c0-.534.44-.968.98-.968" fill="#3B3B3B"></path><path d="M12 20.065c4.447 0 8.065-3.618 8.065-8.065 0-4.447-3.618-8.065-8.065-8.065-4.447 0-8.065 3.618-8.065 8.065 0 4.447 3.618 8.065 8.065 8.065m0-17.464c5.183 0 9.398 4.217 9.398 9.4 0 5.181-4.215 9.397-9.398 9.397S2.602 17.182 2.602 12c0-5.182 4.215-9.399 9.398-9.399" fill="#3B3B3B"></path></g></svg>
</div>
</div>
<input type="checkbox" style="width:19px" id="healthcheck">
<div id="seccheck">
<p id="firstpara">Book Good Health Silver Package for just ₹649</p>
<p id="secondpara">Get the tests done easily from your home. This package will help you in identifying potential disorders and deficiencies at an early stage.</p>
</div>
<div id="thankdiv">
<p id="firstpara">Thank you for your interest</p>
<p id="secondpara">Our team will call you to book a slot as per your convenience.</p>
</div>
<p id="thirdpara">
Pay later on home sample collection
</p>
</div>
<div id="supercoin">
<div id="headdiv">
<div id="firstdiv">
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1645088829/210921_TataNeu_appicon_light_24px_circle_3_1x_vxwibw.png" alt="" id="image">
<p id="firstpara"> My NeuCoins</p>
</div>
<div id="seconddiv">
<p id="firstpara">Balance:<b>0 NeuCoin</b></p>
</div>
</div>
<hr id="hr">
<p id="firstpara"> <b> 197</b> NeuCoins <span id="firstspan">to be earned on this order* </span></p>
<div id="firstextra">
<img src="https://onemg.gumlet.io/image/upload/v1632494429/jyjhkjmghzvoxovlqmli.png" alt="" id="firstimage" style="width:5%; height: 21px;background-color: #FFE0CC;padding: 3px 0 5px 2px;">
<p id="extra">Extra 196 NeuCoins for care Plan members</p>
<img src="https://onemg.gumlet.io/image/upload/v1632494457/sleif8m2hf1wj1jp0ylp.png" alt="" id="secondimage" style="width:3%;height: 16px;margin-top: 0px; margin-left:5px;color:grey">
</div>
<p id="lastpara">Add care plan to cart</p>
</div>
<!-- total-bill-amount part -->
<div id="totalbill">
<div id="firstdiv">
<p>Item Total(MRP)</p>
<p id="totalp"></p>
</div>
<div id="seconddiv">
<p>Price Discount</p>
<p id="discp"></p>
</div>
<hr class="totalbillhr">
<div id="thirddiv">
<p>Shipping Fee</p>
<p>₹0</p>
</div>
<div id="cPdiv">
</div>
<div id="fourthdiv">
<p>Packaging and Handling Charges</p>
<p id="packagingp"></p>
<!-- <img src="https://onemg.gumlet.io/image/upload/v1632494457/sleif8m2hf1wj1jp0ylp.png" alt="" id="secondimage" style="width:7%;height: 13px;margin-top:-50%; margin-left:50%;color:grey"> -->
</div>
<hr class="totalbillhr">
<div id="secondlastdiv">
<p>To be paid</p>
<p id="tobepaidp"> </p>
</div>
<div id="lastdiv">
<p id="greenp">Total Savings</p>
<p id="totalsavp"> </p>
</div>
</div>
<!-- checkout part -->
<div id="checkout">
<div id="first">
<p id="locationtext">Your delivery location</p>
<p id="location"></p>
</div>
<a href="Prescription.html"><div id="checkout2">CHECKOUT</div></a>
</div>
</div>
</div>
<!-- if no items in cart then the html part -->
<div id="blankcart">
<img src="https://www.1mg.com/images/online_consultation/empty-cart-icon.svg" alt="">
<div id="firstdiv">Oops!</div>
<div id="seconddiv">Looks like there is no item in your cart yet.</div>
<a href="index.html" id="anchor"><div id="thirddiv">ADD MEDICINES</div></a>
</div>
<!-- footerpart html -->
<div id="footerdiv">
<div id="first">
<p>Tata 1mg is a technology platform to facilitate transaction of business. The products and services are offered for sale by the sellers. The user authorizes the delivery personel to be his agent for delivery of the goods. For details read<span id="footerspan"> terms and conditions.</span></p>
</div>
<div id="second">
<p id="firstpara">*NeuCoins will be credited 7 days after your complete order is delivered in case of Products and in case of Lab Services NeuCoins will be credited within 24 hours from the time of generation of test report. NeuCoins will not be credited in case a return request is initiated for the order. NeuCoins are rounded to the nearest integer and the value of NeuCoins earned may change if total order value changes</p>
<p id="secondpara">**Coupon Discount value may change if the total order value changes.</p>
<p id="thirdpara">***Items in your cart will always reflect the most recent price as compared to the prices in their product detail page.</p>
</div>
</div>
</body>
</html>
<!--for icon -->
<!-- <script src="https://kit.fontawesome.com/fc98eb8266.js" crossorigin="anonymous"></script> -->
<!-- bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!--for icon -->
<script src="https://kit.fontawesome.com/fc98eb8266.js" crossorigin="anonymous"></script>
<script src="./scripts/cart.js"></script>