forked from Ajay-bhagal/team_12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.html
300 lines (280 loc) · 11.8 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
<html>
<head>
<title>Cart Page</title>
<link rel="stylesheet" href="cart.css">
<link rel="stylesheet" href="Footer.css">
<link rel="stylesheet" href="navbar.css">
<link rel="icon" href="https://th.bing.com/th/id/OIP.hwhAzr40Lm_D2HK9mmnWvgAAAA?w=173&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7">
</head>
<body>
<div id="navbar">
<div class="header">
<div>
<div type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasExample"
aria-controls="offcanvasExample" class="menupage">
</div>
<div class="overstocklogo" onclick="window.location.href='index.html'">
<img class="overstockIndex" src="https://i.postimg.cc/0yCKC2SV/svgexport-1.png" alt="" />
</div>
<div class="class-input">
<div>
<input type="text" placeholder="Search... everthing you find ships for free" />
</div>
<div>
<img src="https://i.postimg.cc/tgWqzB8p/Search-1.png alt="">
</div>
</div>
<div id="account1" class="class-account class-account-common">
<div onclick="window.location.href='signin$signup.html'">
<img src="https://i.postimg.cc/RCb3PDNz/User.png" alt="" />
</div>
<div onclick="window.location.href='signin$signup.html'" >Account</div>
<div class="chevronup">
<img src="https://i.postimg.cc/DZHpvK2K/Chevron-Up.png" alt="" />
</div>
<div class="Account-hidden-content">
<div>My Account</div>
<div>My Orders</div>
<div>My Reviews</div>
<div>Gift Cards</div>
<div>Help</div>
<div>Sign Out</div>
</div>
</div>
<div onclick="window.location.href='list.html'" class="class-account class-account-common">
<div>
<img src="https://i.postimg.cc/B6TrjykP/Heart.png" alt="" />
</div>
<div>Lists</div>
<div class="chevronup">
<img src="https://i.postimg.cc/DZHpvK2K/Chevron-Up.png" alt="" />
</div>
<div class="Account-hidden-content" style="right: -100%">
<div>Favorites</div>
<div>Save for Later</div>
<div>View All My Lists</div>
<div>Find a List</div>
</div>
</div>
<div id="cart1" class="class-account">
<div>
<img onclick="window.location.href=''" src="https://i.postimg.cc/DyZNh8vX/Cart-Empty.png" alt="" />
</div>
<div onclick="window.location.href=''">Cart</div>
</div>
</div>
<div class="section-div">
<div onclick="window.location.href=''"
>Furniture</div>
<div>Rugs</div>
<div>Decor</div>
<div>Bed & Bath</div>
<div>Home Improvement</div>
<div>Kitchen</div>
<div>Outdoor</div>
<div>Jewelry</div>
<div>Lighting</div>
<div>Kids & Baby</div>
<div>More</div>
<div>Holiday & Gifts</div>
<div>Sales & Deals</div>
</div>
<div class="dropdown-content-main dropdown-content-part">
<div>
<div>
<div class="D-div">Living Room Furniture</div>
<div>Sofas & Couches</div>
<div>Sectionals</div>
<div>Benches</div>
<div>Ottomans & Poufs</div>
<div>Accent Chairs</div>
<div>Recliners</div>
<div>Coffee & Accent Tables</div>
<div>TV Stands</div>
</div>
<div>
<div class="D-div">Patio & Outdoor Furniture</div>
<div>Patio Furniture Sets</div>
<div>Sofas, Chairs & Sectionals</div>
<div>Dining Sets</div>
<div>Coffee & Side Tables</div>
<div>Chaise Lounges</div>
<div>Adirondack Chairs</div>
</div>
</div>
<div>
<div>
<div class="D-div">Bedroom Furniture</div>
<div>Beds</div>
<div>Bedroom Sets</div>
<div>Headboards</div>
<div>Bed Frames</div>
<div>Dressers & Chests</div>
<div>Nightstands</div>
<div>Armoires & Wardrobes</div>
<div>Mattresses</div>
<div>Kids Beds</div>
</div>
<div>
<div class="D-div">Office Furniture</div>
<div>Desks</div>
<div>Office Chairs</div>
<div>Small Space Desks</div>
<div>Office Shelves & Storage</div>
<div>File Cabinets</div>
</div>
</div>
<div>
<div>
<div class="D-div">Dining, Kitchen & Bar</div>
<div>Kitchen & Dining Sets</div>
<div>Kitchen & Dining Chairs</div>
<div>Kitchen & Dining Tables</div>
<div>Counter & Bar Stools</div>
<div>Bar Tables</div>
<div>Buffets & Sideboards</div>
<div>Home Bars</div>
<div>Kitchen Islands & Carts</div>
<div>Kitchen Furniture</div>
</div>
<div>
<div class="D-div">More</div>
<div>Entryway</div>
<div>Bathroom</div>
<div>Home Gym</div>
<div>Rec Room</div>
<div>Small Space Living</div>
</div>
</div>
<div>
<div class="D-div">More Ways to Shop</div>
<div class="R-div">Featured Sales</div>
<div class="R-div">New Arrivals</div>
<div class="R-div">Clearance</div>
<div class="R-div">Furniture Advice</div>
</div>
</div>
</div>
</div>
</div></div>
<h1 id="heading">Shopping Cart</h1>
<div id="parent">
<div id="product_contener">
<!-- <div class="product">
<div>
<img
src="https://ak1.ostkcdn.com/images/products/is/images/direct/fa0de7e5f6db966631851fdd3f058a6b965ff170/SAFAVIEH-California-Shag-Izat-2-inch-Thick-Rug.jpg?imwidth=480&impolicy=medium"
alt=""
/>
</div>
<div>
<p>
SAFAVIEH California Shag Izat 2-inch Thick Area Rug - 2'3 Runner - Ivory
</p>
<div id="delivery">
<p id="savings">
<span class="line">₹6789.6</span> <span class="red"> 54.88% Savings</span>
</p>
<div class="delivery_border"><h4>Delivery Estimate: Friday, Dec 2</h4></div>
</div>
<h3 id="sell_price" class="red">Sale ₹3063.50</h3>
<p id="quantity_p">quantity</p>
<select name="" id="quantity">
<option value="1">1</option>
<option value="1">2</option>
<option value="1">3</option>
<option value="1">4</option>
<option value="1">5</option>
</select>
<div id="delete">
<a href="">Remove</a>
<a href="">Save For Later</a>
</div>
</div>
</div> -->
</div>
<div id="price_details">
<div>
<div id="promo" class="border">
<h2>Add a Promo Code</h2>
<input id="promo_code" type="text" placeholder="Enter promo code" />
<button id="apply">Apply</button>
</div>
<div id="discount" class="border">
<p >You saved ₹<span class="dis1">50</span> today!</p>
<div> <!--make the div grid-temp-columns -->
<div>
<h4><span id="itm">(2)</span> Items:</h4>
<P>Sale Savings:</P>
<h4>Subtotal:</h4>
<hr/>
<p>Shipping:</p>
<h3>Your Total:</h3>
</div>
<div>
<h4>₹<span id="total_mrp">200</span></h4>
<P class="red">-₹<span class="dis2">50</span></P>
<h4>₹<span class="sel1">150</span></h4>
<hr/>
<h4>FREE</h4>
<h3>₹<span class="sel2">150</span></h3>
</div>
</div>
<div id="sbmt_div">
<button id="submit"><a href="payment.html" id="payment">Check Out</a></button>
</div>
</div>
</div>
</div>
</div>
<div id="footer_menu">
<div>
<h4>MY ACCOUNT </h4>
<p><a href="">Orders & Returns</a></p>
<p><a href="">Email Preferences</a></p>
<p> <a href=""> Account Settings</a></p>
</div>
<div >
<h4>LET US HELP </h4>
<p><a href=""><p></p>Contact Customer Care
</a></p>
<p><a href="">Shipping Information</a></p>
<p><a href="">Return Policy </a></p>
<p> <a href="">International Help </a></p>
<p><a href="">Accessibility</a></p>
</div>
<div>
<h4> COMPANY INFORMATION</h4>
<p><a href="">About Overstock™</a></p>
<p><a href="">Contact Us</a></p>
<p><a href="">Careers</a></p>
<p><a href="">Investor Relations </a></p>
<p> <a href="">Sell Your Products</a></p>
<p><a href="">Supply Chain Transparency</a></p>
</div>
<div>
<h4>MORE WAYS TO SHOP</h4>
<p> <a href="">Tips & Ideas</a></p>
<p><a href="">Deals</a></p>
<p> <a href="">Clearance </a></p>
<p> <a href="">New Arrivals</a></p>
</div>
</div>
<div id="footer_copyright">
<div id="copyrights">
<span>© Copyright 2022, Overstock.com®, Inc.</span><br>
<p style="margin-top:5px;"> 799 Coliseum Way Midvale, UT 84047 | 1-800-843-2446</p>
</div>
<div id="copyright_menu">
<p id="cmenu"><a href="">Privacy Policy</a></p>
<p id="cmenu"><a href="">Terms & Conditions</a></p>
<p id="cmenu"><a href="">*Promotion Terms</a></p>
<p id="cmenu" style="margin-top:15px;"><a href="">Ship to: <img src="https://ak1.ostkcdn.com/img/mxc/intFlag_IN.gif" id="flag"/></a></p>
</div>
</div>
</body>
<script src="cart.js"></script>
</html>
<!-- <div class="product">[div(img), div(p, <div id="delivery">(<p id="savings">, <div class="delivery_border">(h4)), h3, p, select, <div id="delete">(a. a))] -->