-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcartPage.html
245 lines (228 loc) · 10 KB
/
cartPage.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
<!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://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<title>ON-Basket | Cart</title>
<link rel="icon" href="images/logo4Tab.png">
<link rel="stylesheet" href="styles/cartPage.css">
</head>
<body>
<div class="main">
<!------------------------------------- Cart Heading ----------------------------------------->
<div class="cartHeading">
<h2>Shopping Cart</h2>
<a id="continueShopping"
href="#"><i class="fa-solid fa-caret-left"></i>Continue Shopping</a>
</div>
<hr>
<!-------------------------------------- Cart Items ------------------------------------------>
<div class="thead">
<p>ITEM</p>
<p>PICK UP OR DELIVERY</p>
<p>QUANTITY</p>
<p>PRICE</p>
</div>
<div id="shoppingCart">
<!-- <div class="trow">
<div class="item">
<img src="https://www.dollartree.com/ccstore/v1/images/?source=/file/v3723578153817899444/products/236105.jpg&height=100&width=100" alt="">
</div>
<div class="itemDesc">
<h4>Round Plastic Storage Baskets with Handles</h4>
<p>SKU#: 236105</p>
</div>
<div class="pickOrDeliv">
<div>
<input class="delivOpt" type="radio" name="delivOpt" value="Free" checked>
<label for="delivOpt" id="freeLabel"><h4><span id="free">FREE</span> In-Store Pickup</h4></label>
</div>
<div>
<input class="delivOpt" type="radio" name="delivOpt" value="parcel">
<label for="delivOpt"><h4>Parcel Delivery</h4></label>
</div>
</div>
<div class="quantity">
<h4>Units</h4>
<select name="quantity" id="quantity">
<option value="10">10</option>
<option value="30">30</option>
<option value="50">50</option>
<option value="100">100</option>
</select>
<button>Remove</button>
</div>
<div class="price">
<p><span>₹</span>45.00</p>
</div>
</div> -->
</div>
<hr>
<!---------------------------------- Cart Payment System ------------------------------------->
<div class="payment">
<div class="descript">
<p>In-Store Estimated Pick-Up dates are valid for orders placed <br>
before 9:30 p.m. ET. <br> <br>
If your order is placed after 9:30 p.m. ET, the Estimated Pick-Up <br>
date noted on your Order Confirmation email is not <br>
guaranteed and could vary. Once your order has been shipped, <br>
your Shipment Confirmation email will include the confirmed <br>
Estimated Pick-Up date.</p>
</div>
<div class="paypal">
<div class="paypalBtn">
<button class="ppCheckout">
<img src="images/paypal1.png" alt=""><span></span>
</button>
<br>
<span>A safer, faster way to pay.</span>
</div>
<div class="paypalBtn">
<button class="ppCredit">
<img src="images/paypal2.png" alt="">
</button>
<br>
<span>Buy Now. Pay Over Time.</span>
</div>
</div>
<div class="bill">
<div class="promo">
<h4>Add Promo Code</h4>
<input type="text">
<button>Update</button>
</div>
<div class="orderSummary">
<p>Order Summary</p>
<hr>
<div>
<p>Items In Your Cart:</p>
<p id="itemInCart"><span>$</span>0</p>
</div>
<div>
<p>Shipping:</p>
<p class="shipping"><span>$</span>0</p>
</div>
<div>
<p>Estimated Tax:</p>
<p class="tax"><span>$</span>0</p>
</div>
<hr>
<div>
<p>ESTIMATED ORDER TOTAL:</p>
<p id="total"><span>$</span>0</p>
</div>
</div>
<div class="proceedtoCheckout">
<h4>or</h4>
<button>PROCEED TO CHECKOUT</button>
</div>
</div>
</div>
<!------------------------------------- Email Sign Up ---------------------------------------->
<hr style="margin-bottom: 10px;">
<div class="signUp">
<a href="#">Email Sign Up</a>
<p>Be the first to know about new arrivals online, in-store specials & events, fun ideas & inspiration, and more!</p>
<button>Sign Up</button>
</div>
</div>
<!-- footer -->
<!-- </div> -->
<footer>
<div id="foot" style="display: flex">
<div class="maxWidth" style="display: flex">
<div id="icons" style="width: 400px; border-right: 1px solid white">
<div>
<img src="https://www.dollartree.com/file/general/footericon_Instagram.png" width="50px"
style="margin: 10px" />
<img src="https://www.dollartree.com/file/general/footericon-fb.png" width="50px" style="margin: 10px" />
<img src="https://www.dollartree.com/file/general/footericon-twitter.png" width="50px"
style="margin: 10px" />
<img src="https://www.dollartree.com/file/general/footericon-linkedin.png" width="50px"
style="margin: 10px" />
<img src="https://www.dollartree.com/file/general/footericon-pinterest.png" width="50px"
style="margin: 10px" />
</div>
<div style="padding: 30px">
<img src="https://www.dollartree.com/file/general/vsblogo_final_m_260x55_20200805.png" />
</div>
<div style="padding: 30px">
<img src="https://www.dollartree.com/file/general/footer-videos.png" width="250px" />
</div>
</div>
<div style="display: flex;gap: 70px;" id="footerItems">
<ul type="none">
<li>
<b><a href="">Customer Servive</a></b>
</li>
<li><a href="">Catalog Quick Order</a></li>
<li><a href="">Contact Us/ Help center</a></li>
<li><a href="">Forgot Password</a></li>
<li><a href="">In-Store Pickup</a></li>
<li><a href="">My Account</a></li>
<li><a href="">Order Status</a></li>
<li><a href="">Placing tax-Exempt Orders</a></li>
<li><a href="">Recall Information</a></li>
<li><a href="">En Espanol</a></li>
<li><a href="">Privacy Requests</a></li>
</ul>
<ul type="none">
<li>
<b><a href="">Dollar Tree Stores</a></b>
</li>
<li><a href="">Gift Carrds</a></li>
<li><a href="">Reloadable Debit Cards</a></li>
<li><a href="">Store Locator</a></li>
<li><a href="">Store careers</a></li>
<li><a href="">Weekly Ad</a></li>
<li><a href="">Value Seekers Blog</a></li>
<li><a href="">Dollar Tree Canada</a></li>
<li><a href="">Coronavirus Response</a></li>
</ul>
<ul type="none">
<li>
<b><a href="">Customer Servive</a></b>
</li>
<li><a href="">Catalog Quick Order</a></li>
<li><a href="">Contact Us/ Help center</a></li>
<li><a href="">Forgot Password</a></li>
<li><a href="">In-Store Pickup</a></li>
<li><a href="">My Account</a></li>
<li><a href="">Order Status</a></li>
<li><a href="">Placing tax-Exempt Orders</a></li>
<li><a href="">Recall Information</a></li>
<li><a href="">En Espanol</a></li>
<li><a href="">Privacy Requests</a></li>
</ul>
</div>
</div>
</div>
</div>
<div style="display: flex; justify-content: space-around" class="maxWidth">
<div style="display: flex">
<p><a href=""></a>Privacy |</p>
<p><a href=""></a>Legal Policies |</p>
<p><a href=""></a>Accessbility Statement |</p>
<p><a href=""></a>Terms & conditions|</p>
<p><a href=""></a>Site Map|</p>
<p><a href=""></a>CA Cleaning Products Right ti Know Act|</p>
</div>
<div>
<h3>CA Transparency Act (PDF 57 KB)</h3>
</div>
</div>
<div>
<div style="display: flex; justify-content: space-between" class="maxWidth">
<p><a href=""></a>Copyright @2023 Dollar Tree.Inc |</p>
<h3>Prices and availability may vary between stores and online</h3>
</div>
<div class="maxWidth" style="text-align: left;">
<img src="https://www.dollartree.com/file/general/new-norton-seal1.png" width="100px" />
</div>
</div>
</footer>
<script src="scripts/cartPage.js"></script>
</body>
</html>