forked from taruntailor7/fraazo-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkout.html
216 lines (213 loc) · 11.2 KB
/
checkout.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
<!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="checkout.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://kit.fontawesome.com/9c260d5759.js" crossorigin="anonymous"></script>
<title>Checkout</title>
</head>
<body>
<!-- Header Section -->
<header>
<div id="container">
<div>
<a href="homepage.html"><img src="https://webasset.fraazo.com/production/b70a67f4e825e3d388ac4466952c20a8.svg" alt="logo"></a>
<div>
<i class="fa-solid fa-location-dot"></i>
<p>Location</p>
</div>
<input type="text" placeholder="Find fresh vegetables, fruits and dairy...">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
<div>
<a href="cart.html"><i class="fas fa-shopping-cart"></i></a>
<p><a href="cart.html">Cart</a></p>
<a href="account.html"><i class="fas fa-wallet"></i></a>
<p><a href="account.html">Credits</a></p>
<a href="account.html"><i class="fa-solid fa-user"></i></a>
<p><a href="account.html" id="user"></a></p>
<!-- <button>Sign Up</button>
<button>Log In</button> -->
</div>
</div>
</header>
<!-- End -->
<!-- Category Section -->
<section>
<div class="category">
<div class="dropdown">
<button class="btn dropdown-toggle" data-toggle="dropdown">Fruits
<span class="caret"></span></button>
<ul class="dropdown-menu dropdown-content">
<li><a href="#fruSection">Exotic Fruits</a></li>
<li><a href="#fruSection">Fresh Fruits</a></li>
<li><a href="#fruSection">Fruits Combos</a></li>
</ul>
</div>
<div class="dropdown">
<button class="btn dropdown-toggle" data-toggle="dropdown">Vegetables
<span class="caret"></span></button>
<ul class="dropdown-menu dropdown-content">
<li><a href="#vegeSection">Daily Veggies</a></li>
<li><a href="#vegeSection">Hearbs & Leafies</a></li>
<li><a href="#vegeSection">Exotic Vegetables</a></li>
<li><a href="#vegeSection">Cuts, Peeled & Sprouts</a></li>
<li><a href="#vegeSection">Vegetables Combos</a></li>
</ul>
</div>
</div>
</section >
<!-- End -->
<!-- Status Section -->
<div class="status">
<div id="cartOnly">
<div><i class="fa-solid fa-cart-shopping"></i></div>
<div></div>
<div><i class="fa-solid fa-location-dot"></i></div>
<div></div>
<div><i class="fa-solid fa-wallet"></i></div>
</div>
</div>
<!-- End -->
<!-- Cart Section -->
<div id="empty">
<!-- Append Here -->
</div>
<div class="kart">
<div id="cart">
<h1></h1>
<!-- Append Here -->
</div>
<div id="cartValue" >
<!-- Append Here -->
<button>Apply Coupon/Referral</button>
<table>
<thead>
<tr>
<th style="padding:8px">Bill Details</th>
</tr>
</thead>
<tbody class="item">
<!-- <tr>
<td style="padding:8px">Cart Items</td>
<td></td>
<td id="items"></td>
</tr> -->
<tr>
<td style="padding:8px">Total Items Price</td>
<td></td>
<td id="total"></td>
</tr>
<tr>
<td style="padding:8px">Product Discount</td>
<td></td>
<td>₹ 0</td>
</tr>
<tr>
<td style="padding:8px">Cart Total</td>
<td id="items"></td>
<td id="totals">ok</td>
</tr>
<tr>
<td style="padding:8px">Other Charges</td>
<td></td>
<td>₹ 0</td>
</tr>
</tbody>
</table>
<hr>
<table class="Pay">
<tbody>
<tr>
<td>Total to Pay</td>
<td>You saved ₹ 0</td>
<td id="pay"></td>
</tr>
</tbody>
</table>
<a href="location.html">
<div id="checkout">
<div>
<p>Total</p>
<p id="check">ok</p>
</div>
<h4>Select Address</h4>
</div>
</a>
</div>
</div>
<!-- End -->
<!-- Footer Image Section -->
<div class="footerImg">
<img src="https://webasset.fraazo.com/production/a72cf5cd03bd56f4be37fa1c4ce7062d.svg" alt="Footer Image">
</div>
<!-- End -->
<!-- Footer Section -->
<footer>
<div class="footer">
<div class="first">
<div class="ff">
<div class="fff">
<a href="index.html"><img src="https://webasset.fraazo.com/production/f01ccf2737aa24558c3808178effa5fb.svg" alt="footer logo"></a>
<p>
Order online vegetables & fruits
directly from the farm. Fraazo is
online platform that allows customer
to get farm fresh produce directly
from farmers.
</p>
</div>
<div class="ffs">
<ul>Useful Links
<li><a href="">Privacy Policy</a></li>
<li><a href="">FAQ</a></li>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Sitemap</a></li>
</ul>
</div>
</div>
<div class="fs">
<div class="fsf">
<ul>Cities We Serve
<li><a href="">Mumbai</a></li>
<li><a href="">Hyderabad</a></li>
<li><a href="">Bangalore</a></li>
<li><a href="">Delhi</a></li>
<li><a href="">Noida</a></li>
<li><a href="">Gurugram</a></li>
<li><a href="">Pune</a></li>
</ul>
</div>
<div class="fss">
<ul>Connect with us
<li><a href=""><i class="fa-solid fa-envelope-open"></i> [email protected]</a></li>
<li><a href=""><i class="fa-solid fa-phone"></i> +91 9152291522</a></li>
</ul>
<h4>Download The App</h4>
<div>
<img src="https://webasset.fraazo.com/production/footer-g-play.53194b32f1f28968b89e.png" alt="play store">
<img src="https://webasset.fraazo.com/production/footer-appstore.b90f071a00b68166f2af.png" alt="apple store">
</div>
</div>
</div>
</div>
<div class="second">
<h1>Fresh Fruits & Vegetables Grocery Shopping Online</h1>
<p>The quality of fruits & vegetables is synonymous with its freshness, while getting fresh fruits and vegetables is a tedious task at times but with Fraazo you can get it delivered at your doorstep. Fraazo brings a wide range of farm fresh fruits, vegetables and dairy products to you, all in just a click. We currently serve about more than 3lacs+ happy customers in Mumbai, Navi Mumbai, Thane, Kalyan-Dombivli and Virar. Fraazo has made online shopping of fresh produce much easier with its hassle-free home delivery options. You can choose the delivery slot as per your choice and schedule your order accordingly. Or you can simply opt for the option of 90 mins Express Delivery and get your order delivered in not more than 90 mins. The farm fresh fruits and vegetables on Fraazo are available at best prices compared to other vendors & supermarkets. Plus with so many exciting offers, one can save up to 20% on their Monthly grocery budgets. No need to wait in long queues in crowded supermarkets or local mandis for getting the best prices on veggies. Kick the stress out & just Fraazo your dose of freshness with savings at the comfort of your home. Fraazo directly sources fresh fruits and veggies from an extensive network of farmers across Maharashtra, hence bringing you fresh produce straight from farm to table in less than 18 hours. With our Safe & Hygienic packaging and minimal multiple handling, we ensure you get the best quality fresh produce.</p>
<p>The fruits and vegetables are 100% hand-picked fresh from farm, while some products are hydroponically-grown. The wide range of fruits and veggies on Fraazo include more than 100+ farm fresh vegetables and fruits, starting from regular veggies like dudhi, cauliflower, beetroot, cabbage, etc. to exotic veggies like broccoli, lettuce etc. We also provide the essential vegetable combos like Onion, Potato, Tomato Combo, Salad Combo, Fresh Cut-Veg Combos or Fruit Combos like Banana, Apple Combo, & more. There are a lot of exciting deals on vegetables & fruits, every day of the week, the major highlights being Monday Mandi, Veggie Wednesday, Freelivery Thursday & Fruit Friday.For payments, you can choose from the multiple payment options as Fraazo accepts Debit card, Credit card, UPI options like iMobile, Google Pay, 8+ e-Wallet options like Phonepe, JioPay, MobiKwik, Sodexo, NetBanking and Cash on Delivery (COD). If you ever have an issue with missing items or any quality issue, you can raise your concern with us in 48 hrs & we shall refund/ replace your product with “no-questions-asked-policy”. You can simply connect with our Customer Support team via Chat Support or Call on 9152291522.</p>
</div>
<hr>
<div class="third">
<p>© Copyrights 2021 - 2022. Fraazo. All Rights Reserved.</p>
</div>
</div>
</footer>
<!-- End -->
</body>
</html>
<script src="checkout.js"></script>