-
Notifications
You must be signed in to change notification settings - Fork 1
/
cart.html
181 lines (169 loc) · 6.02 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
<!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="shortcut icon" type="image/png" href="images/overstock-com-squarelogo-1529535998697.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/cart.css">
<title>Overstock-Cart</title>
</head>
<body>
<div id="header" class=".head">
<div id="country">
<h6>Ships to :</h6>
</div>
<div class="india">
<img src="https://ak1.ostkcdn.com/img/mxc/intFlag_IN.gif" alt="Indian_flag-logo">
</div>
<div>
<h5>INDIA</h5>
</div>
</div>
<div id="navbar">
<div class="company-logo">
<img onclick="home()" src="https://lh3.googleusercontent.com/lCRlZYOdeHIbclzCoJBiJmLyKW1njA2SqQd7GMKiKSE8C_LzQ-cPvageX_AsYBTCvmYI9A=s170"
alt="OverStock Logo">
</div>
<div class="search-logo">
<input type="text" placeholder="Search" id="input">
<button id="search_logo"><i class="fa-solid fa-magnifying-glass"></i></button>
</div>
<div id="side_nav">
<div class="account-logo">
<i class="bi bi-person"></i>
<p><a href="./account.html">Account</a></p>
</div>
<div class="heart-logo">
<i class="bi bi-heart"></i>
<p>Lists</p>
</div>
<div class="cart-logo">
<i class="bi bi-cart"></i>
<p><a href="./cart.html">Cart</a> </p>
</div>
<button onclick="checkout()" id="btn" ><i class="bi bi-file-lock-fill"></i>Checkout</button>
</div>
</div>
<div id="content">
<div>
<a href="furniture.html">Furniture</a>
</div>
<div>
<a href="rugs.html">Rugs</a>
</div>
<div>
<a href="decor.html">Decor</a>
</div>
<div>
<a href="bedding.html">Bedding</a>
</div>
<div>
<a href="home_improvement.html">Home Improvement</a>
</div>
<div>
<a href="kitchen.html">Kitchen</a>
</div>
<div>
<a href="outdoor.html">Outdoor</a>
</div>
<div>
<a href="lighting.html">Lighting</a>
</div>
<div>
<a href="kids&baby.html">Kids & Baby</a>
</div>
<div>
<a href="more.html">More</a>
</div>
<div>
<p>|</p>
</div>
<div>
<a href="Ideas.html">Ideas</a>
</div>
<div class="sales">
<a href="">Sales & Deals</a>
</div>
</div>
<div id="root">
<h1>Shopping Cart</h1>
<div id="box">
<div id="container"></div>
<div id="price_details">
<h5>Your Order Summary Details </h5>
<div id="quantity">
<h2 id="number"></h2> <h2> Items </h2>
</div>
<div id="total_price_div">
<h2>Your Total :</h2> <h2 id="total_price"></h2>
</div>
<button id="checkout_btn" onclick="checkout()">Checkout</button>
</div>
</div>
</div>
<div id="footer">
<div id="up">
<div id="account">
<h3>MY ACCOUNT</h3>
<a href="./order_&_returns.html"><p>Orders & Returns</p></a>
<a href="./email_preferences.html"><p>Email Preferences</p></a>
<a href="#"><p>Account Settings</p></a>
</div>
<div id="help">
<h3>LET US HELP</h3>
<a href="./customar_care.html"><p>Contact Customer Care</p></a>
<a href="./shipping.html"><p>Shipping Information</p></a>
<a href="./policy.html"><p>Return Policy</p></a>
<a href="./international_help.html"><p>International Help</p></a>
<a href="./Accesibility.html"><p>Accesibility</p></a>
</div>
<div id="company">
<h3>COMPANY INFORMATION</h3>
<a href="./About_us.html"><p>About Overstock</p></a>
<a href="./contact_us.html"><p>Contact Us</p></a>
<a href="./carrers.html"><p>Careers</p></a>
<a href=""><p>Investor Relations</p></a>
<a href=""><p>Sell Your Products</p></a>
<a href=""><p>Supply Chain Transperancy</p></a>
</div>
<div id="ways">
<h3>MORE WAYS TO SHOP</h3>
<a href=""><p>Tips & Ideas</p></a>
<a href=""><p>Deals</p></a>
<a href=""><p>Clearance</p></a>
<a href=""><p>New Arrivals</p></a>
</div>
</div>
<div id="down">
<div id="first">
<p>© Copyright 2022, Overstock.com®, Inc.<br>799 Coliseum Way Midvale, UT 84047 | 1-800-843-2446</p>
</div>
<div id="second">
<div>
<a href=""><p>Privacy Policy</p></a>
</div>
<div>
<a href=""><p>Terms & Conditions</p></a>
</div>
<div>
<a href=""><p>*Promotion Terms</p></a>
</div>
<div>
<a href=""><p>shift to </p></a>
<img src="https://ak1.ostkcdn.com/img/mxc/intFlag_IN.gif" alt="">
</div>
</div>
</div>
</div>
</body>
</html>
<script src="./scripts/cart.js"></script>
<script>
let home = ()=>{
window.location.href = "Home.html"
}
</script>