-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart_page.html
196 lines (185 loc) · 7.91 KB
/
cart_page.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
<!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.1.1/css/all.min.css">
<link rel="stylesheet" href="cartPageCS.css">
<title>Cart Page</title>
</head>
<body>
<!-- navbar -->
<div class="navbar">
<div id="look">
<div>
<a href="index.html">HOME</a>
</div>
<div>
<img src="https://cdn-fsly.yottaa.net/5d669b394f1bbf7cb77826ae/www.bathandbodyworks.com/v~4b.216/on/demandware.static/Sites-BathAndBodyWorks-Site/-/default/dw3c999621/images/svg-icons/Logos-main.svg?yocs=o_s_">
</div>
<div>
<input type="search" placeholder="Search by fragrance or product...">
<a href="signupPage.html">LogIn/SignUp</a>
<div>
<a href="cart_page.html">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M112 112C112 50.14 162.1 0 224 0C285.9 0 336 50.14 336 112V160H400C426.5 160 448 181.5 448 208V416C448 469 405 512 352 512H96C42.98 512 0 469 0 416V208C0 181.5 21.49 160 48 160H112V112zM160 160H288V112C288 76.65 259.3 48 224 48C188.7 48 160 76.65 160 112V160zM136 256C149.3 256 160 245.3 160 232C160 218.7 149.3 208 136 208C122.7 208 112 218.7 112 232C112 245.3 122.7 256 136 256zM312 208C298.7 208 288 218.7 288 232C288 245.3 298.7 256 312 256C325.3 256 336 245.3 336 232C336 218.7 325.3 208 312 208z"/></svg>
</a>
</div>
</div>
</div>
<div class="box">
<a href="productPage.html">
<h5 style="color:red">ALL SALE</h5>
</a>
<a href="productBodyCare.html">
<h5>BODY CARE</h5>
</a>
<a href="productCandles.html">
<h5>CANDLES</h5>
</a>
<a href="productHomeFragrance.html">
<h5>HOME FRAGRANCE</h5>
</a>
<a href="productHandsoap.html">
<h5>HAND SOAPS & SANITIZERS</h5>
</a>
<a href="productMens.html">
<h5>MEN'S</h5>
</a>
<a href="productGift.html">
<h5>GIFTS</h5>
</a>
<a href="productPage.html">
<h5>BEST SELLERS</h5>
</a>
</div>
</div>
<!-- navbar -->
<div id = "bag">
<div>
<p>ITEMS IN SHOPPING BAG</p>
</div>
<div>
<button style="background-color: rgb(255,196,57); border:none">
<img src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_150x38.png" alt="">
</button>
<button style="background-color: rgb(0,133,39); border: none;">
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M80 192V144C80 64.47 144.5 0 224 0C303.5 0 368 64.47 368 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80zM144 192H304V144C304 99.82 268.2 64 224 64C179.8 64 144 99.82 144 144V192z"/></svg>
<p>CHECKOUT</p>
</div>
</button>
</div>
</div>
<table>
<thead>
<tr>
<th width = "40%">Item</th>
<th width = "10%">Price</th>
<th width = "30%">Quantity</th>
<th width = "20%">Total Price</th>
</tr>
</thead>
<tbody>
<!-- write your code here -->
<!-- <tr>
<td>
<div id = "productDetails">
<div>
<img src="" alt="">
</div>
<div>
<h3>name</h3>
<p>use</p>
<p>love list</p>
</div>
</div>
</td>
<td>
<div id = "price">
<h3>price</h3>
</div>
</td>
<td>
<div id = "quantity">
<div>
<button>-</button>
<button>1</button>
<button></button>
</div>
<div>
<p>Available</p>
</div>
</div>
</td>
<td>
<div id = "totalPrice">
<h3>Total Price</h3>
<p>X</p>
</div>
</td>
</tr> -->
</tbody>
</table>
<div id="updateBag">
<button style="padding: 0px 30px; background-color:rgb(51,51,51); color:white; border:none"><h4>UPDATE BAG</h4></button>
</div>
<div id="line1">
<hr>
</div>
<div id="payment">
<div id="promocode">
<div>
<h3>PROMOTION CODE</h3>
<p>Only one code can be applied per order</p>
<input type="text">
<button>APPLY</button>
</div>
</div>
<div id="checkout">
<div>
<div>
<div class="pay">
<p>MERCHANDISE SUBTOTAL</p>
<p>1</p>
</div>
<div class="pay">
<p>ESTIMATED SHIPPING AND HANDELING - Standard</p>
<p>2</p>
</div>
<div class="pay">
<p>SALES TAX</p>
<p>3</p>
</div>
<div class="pay">
<p>Tex is estimated and will be calculated when your order is processed</p>
</div>
</div>
<hr>
<div id="bottom1">
<div>
<h3>ORDER TOTAL (USD)</h3>
<h3>1</h3>
</div>
<div id="paymentBtn">
<button>
<img src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_150x38.png">
</button>
<button>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M80 192V144C80 64.47 144.5 0 224 0C303.5 0 368 64.47 368 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80zM144 192H304V144C304 99.82 268.2 64 224 64C179.8 64 144 99.82 144 144V192z"/></svg>
</div>
<h4>CHECKOUT</h4>
</button>
</div>
<p>International Shoppers</p>
<p>All prices are displayed and processed in US dollers (USD).</p>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="cartp.js">
</script>