-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcart.html
213 lines (201 loc) · 9.72 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
<!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">
<link rel="stylesheet" href="./cart.css">
<link rel="stylesheet" href="style.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
<script
src="https://kit.fontawesome.com/b06a377e67.js"
crossorigin="anonymous"
></script>
<link rel="icon" href="/images/icon2.png" type="image/png">
<title>Cart Page</title>
</head>
<body>
<div class="navbar">
<div class="logo">
<a href="/index.html"><img src="./images/bg1.jpg" alt="" /></a>
</div>
<div class="nav">
<ul>
<li><a href="./productpage.html">Medicine
</a></li>
<li><a href="./productpage.html">Lab Tests</a></li>
<li><a href="./productpage.html">Healthcare</a></li>
<li><a href="./productpage.html">Surgeries</a></li>
<li><a href="./productpage.html"><span>Health Blogs</span></a></li>
<li>
<input type="search" placeholder="What are you looking for?" />
</li>
<li><a href="./productpage.html">More</a><span>|</span></li>
<!-- <li><a href="">Sign Up/Sign In</a></li> -->
<li>
<a href="#"><i class="fa-regular fa-bell"></i></a>
</li>
<li>
<a href="#"><i class="fa-regular fa-heart"></i></a>
</li>
<li>
<a href="cart.html"><i class="fa-solid fa-bag-shopping"></i></a>
</li>
<li>
<a href="./signup.html"><i class="fa-regular fa-user"></i> Hello, Log in
</a>
</li>
</ul>
</div>
</div>
<div class="empty"></div>
<div id="homeRedirect">
<a href="./index.html">Home</a>
<img src=" https://assets.pharmeasy.in/web-assets/_next/static/media/arrow.06e204478975743304d84a18bc2ba93b.svg" alt="">
<a href="">Cart</a>
</div>
<div id="main">
<div id="container">
<div id="beforeItems"></div>
<div id="products"></div>
</div>
<div id="mainPayment">
<div id="paymentSection"></div>
<div id="bill"></div>
<div id="asset">
<div id="showAssets">
<div>
<img src=" https://assets.pharmeasy.in/web-assets/images/icRupee.svg" alt="">
<p>Total Savings of ₹20 on this order</p>
</div>
<svg width="20" height="20" viewBox="0 2 20 20" id="svg"><path fill="currentColor" fill-rule="evenodd" d="M16.6 8.6L12 13.2 7.4 8.6 6 10l6 6 6-6z"></path></svg>
</div>
<div id="mainAssets" class="dis">
<ul>
<li>
<span>MRP Discount 23.74%</span>
<span>₹509</span>
</li>
</ul>
<ul>
<li>
<span>Delivery Charges Waiver</span>
<span>₹50</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="pointers">
<ul style="list-style-type: disc; margin-left: 50px; margin-top: 50px;">
<li>
A licensed pharmacy would be delivering your order basis availability of product & fastest delivery. <span>Details</span>
</li>
<li>
Prices are indicative and may change after billing.
</li>
<li>
PharmEasy is a technology platform to connect sellers and buyers and is not involved in sales of any product. Offer for sale on the products and services are provided/sold by the sellers only. For detail read <span>Terms and Conditions</span>
</li>
</ul>
</div>
<div class="footer-body">
<footer class="footer">
<div id="container">
<div class="row">
<div class="footer-col">
<h4>Company</h4>
<ul class="footer-ul">
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Partner with PharmEasy</a></li>
<li><a href="#">Sell at PharmEasy</a></li>
</ul>
<h4>Our Services</h4>
<ul class="footer-ul">
<li><a href="#">Order Medicine</a></li>
<li><a href="#">Healthcare Products</a></li>
<li><a href="#">Lab Tests</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Featured Categories</h4>
<ul class="footer-ul">
<li><a href="#">Covid Essentials</a></li>
<li><a href="#">Devices</a></li>
<li><a href="#">Nutrition & Fitness Supplements</a></li>
<li><a href="#">Personal Care</a></li>
<li><a href="#">Ayurvedic Care</a></li>
<li><a href="#">Baby & Mom Care</a></li>
<li><a href="#">Skin Care</a></li>
<li><a href="#">Diabetic Care</a></li>
<li><a href="#">Sexual Wellness</a></li>
<li><a href="#">Short Term Ailments</a></li>
<li><a href="#">Lifestyle Ailments</a></li>
<li><a href="#">Home Care</a></li>
<li><a href="#">Women Care</a></li>
<li><a href="#">Health Food and Drinks</a></li>
<li><a href="#">Ortho Care</a></li>
<li><a href="#">Pet Care</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Need Help</h4>
<ul class="footer-ul">
<li><a href="#">Browse All Medicines</a></li>
<li><a href="#">Browse All Molecules</a></li>
<li><a href="#">Browse All Cities & Areas</a></li>
<li><a href="./faq.html">FAQs</a></li>
</ul>
<h4>Policy info</h4>
<ul class="footer-ul">
<li><a href="#">Editorial Policy</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Vulnerability Disclosure Policy</a></li>
<li><a href="#">Terms and Conditions</a></li>
<li><a href="#">Customer Support Policy</a></li>
<li><a href="#">Return Policy</a></li>
</ul>
</div>
<div class="footer-col">
<h4 id="afollow">FOLLOW US</h4>
<div class="social-links">
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
</div>
</div>
</div>
<div class="last">
<div id="payment-section">
<h4>Our Payment Partners</h4>
<div id="smallimage">
<img src="https://assets.pharmeasy.in/web-assets/dist/af0c6812.svg"/>
<img src="https://assets.pharmeasy.in/web-assets/dist/0e010044.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/1066bb1f.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/3a1a533d.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/fbea1701.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/4733a49d.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/b278e536.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/0aca2077.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/44a51ca5.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/d058b00d.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/e9445364.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/dist/6e09c713.svg" alt="">
</div>
</div>
<div>
<p id="footer-p">© 2022 PharmEasy. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>
<script src="./cart.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>