forked from VaishnaviR99/PharmEasy_clone13
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcart_page.html
More file actions
191 lines (156 loc) · 7.07 KB
/
cart_page.html
File metadata and controls
191 lines (156 loc) · 7.07 KB
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
<!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="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="cart_page.css">
<link rel="stylesheet" href="cart_page.js">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" />
<link rel="stylesheet"href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<title>order medicines online-cart-pharmEasy</title>
</head>
<body>
<div class="navbar">
<img src="https://assets.pharmeasy.in/apothecary/images/logo_big.svg?dim=256x0"alt="logo"
onclick="(location.href ='Landing page.html')"/>
<div id="delivery">
<p>Express delivery to</p>
<p>select pincode <span class="material-symbols-outlined">expand_more</span></p>
</div>
<div id="searchbar">
<form class="search">
<span class="material-symbols-outlined">search</span>
<input type="text" placeholder="Search for medicines and health care items">
<button type="submit">Search</button>
</form>
</div>
<div id="logincart">
<button onclick="(location.href ='login.html')"><span class="material-symbols-outlined">person</span>Hello, Log in</button>
<button><span class="material-symbols-
outlined">verified</span>Offers</button>
<button onclick="(location.href ='cart_page.html')"><span class="material-symbols-outlined">shopping_cart</span>Cart</button>
</div>
</div><br>
<div class="homebtn" >
<a href="Landing page.html">Home</a>
</div>
<div id="items_in_cart" style="display: flex; ">
<div id="items" class="items_p"style="width:50%;">
<h3 id="items_count"></h3>
<table>
<thead>
<tr>
<!-- <td id="i"></td>
<td id="d"></td>
<td id="remove"></td> -->
</tr>
</thead>
<tbody id="dataAppend">
</tbody>
</table>
</div>
<div id="bill" style="width:35%; display:none;">
<div id="div2">
<div class="total" style="display: flex;">
<div>Cart Total :</div>
<div class="totalT"> </div>
</div>
<h3> </h3>
<button id="add_del_address" >Add Delivery Addresss</button>
</div>
<div id="summary" style="display:none; ">
<h4>Bill Summary</h4>
<hr>
<div style="display: flex;">
<h4>Amount to be paid</h4>
<p class="amount_paid"></p>
</div>
</div>
</div>
</div>
<div class="footer">
<div>
<h3>Company</h3>
<dl>
<dt>About Us</dt>
<dt>Creers</dt>
<dt>Blogs</dt>
<dt>Partner With Pharmeasy</dt>
</dl>
<h3>Our Services</h3>
<dl>
<dt>Order Medicine</dt>
<dt>Health Care Products</dt>
<dt>Lab Tests</dt>
<dt>Surgeries</dt>
</dl>
</div>
<div>
<h3>Featured Categories</h3>
<dl>
<dt>Mega Clearance Sale</dt>
<dt>Personal Care</dt>
<dt>Health Care</dt>
<dt>Beauty</dt>
<dt>Elderly Care</dt>
<dt>Home Care</dt>
<dt>Skin Care</dt>
<dt>Diabetic Care</dt>
<dt>Sexual Wellness</dt>
<dt>Ayurvedic Care</dt>
<dt>Health Condition</dt>
<dt>Accesories And Wearable</dt>
</dl>
</div>
<div>
<h3>Need Help</h3>
<dl>
<dt>Browse All Medicines</dt>
<dt>Browse All Molecules</dt>
<dt>Browse All Cities</dt>
<dt>Browse All Stores</dt>
<dt>FAQs</dt>
</dl>
<h3>Policy Info</h3>
<dl>
<dt>Editorial Policy</dt>
<dt>Privacy Policy</dt>
<dt>Terms and Conditions</dt>
<dt>Customer Support Policy</dt>
<dt>Return Policy</dt>
</dl>
</div>
<div>
<h3>Follow Us On</h3>
<div>
<img src="https://assets.pharmeasy.in/apothecary/images/Instagram.svg">
<img src="https://assets.pharmeasy.in/apothecary/images/facebook.svg">
<img src="https://assets.pharmeasy.in/apothecary/images/Youtube.svg">
<img src="https://assets.pharmeasy.in/apothecary/images/Twitter.svg">
</div>
</div>
<div class="paymentp">
<h4>Our Payment Partners</h4><br>
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/gpay.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/paytm.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/amazon-pay.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/phonepe.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/mobikwik.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/airtel-money.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/ola-money.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/maestro.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/mastercard.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/visa.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/rupay.svg" alt="">
<img src="https://assets.pharmeasy.in/web-assets/_next/icons/diners.svg" alt="">
</div>
</div>
</body>
</html>
<script src="cart_page.js">
</script>