-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.html
239 lines (195 loc) · 6.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width= , initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Css files/cart.css">
</head>
<body>
<div id="navbar">
<!-- data will come from the component cartnav -->
</div>
<!-- cart-section -->
<div id="cart-section">
<h3>Product Name & Detail</h3>
<table>
<tr>
<th>Product Name & Detail</th>
<th>Unit Price</th>
<th>Quantity</th>
<th>Total</th>
<th>Operation</th>
</tr>
<tr>
<td><input type="checkbox" ><label>Select All</label></td>
</tr>
<tr>
<td>
<div class="tableRow">
<input type="checkbox" ><label>Ship From:China (0 Items)</label>
</div>
</td>
</tr>
<tr id="tablerow">
<td id="item-box">
<img id="item-image" src="https://img.gkbcdn.com/p/2019-01-31/tronsmart-element-force-portable-bluetooth-speaker-1571993707403._w280_.jpg">
<p id="discription">Tronsmart Force SoundPulse™ 40W Bluetooth 5.0 Speaker IPX7 Water Resistant Siri TWS & NFC 15 Hours Playtime</p></td>
<td><span id="price">₹ 4817.20</span></td>
<td><span id="quantity">1</span></td>
<td><span id="total">₹ 4817.20</span></td>
<td>
<p id="operation">Delete</p></td>
</tr>
</table>
<div id="lowerdiv">
<div><p>Countinue shopping</p></div>
<div><p>Your Choose <span>1</span> item(s)</p></div>
<div><p>Total <span id="total1">0</span></p></div>
<div id="buttondiv">
<div><button id="paypal">Pay with PAYPAL</button>
<p>Safer Way To Pay</p>
</div>
<div><button id="checkout">Proceed to Checkout</button></div>
</div>
</div>
<h3>
More Relevant Items to Consider
</h3>
<div id="slider">
<div class="item">
<img src="https://img.gkbcdn.com/p/2022-06-28/Tronsmart--T7-507089-0._w280_.jpg">
<p>SCULPFUN S6 Pro / S9 / S10 Standard Limit Switch</p>
<h5>₹ 43.28</h5>
</div>
<div class="item">
<img src="https://img.gkbcdn.com/p/2022-12-05/HINOVO-MB1-5000-5000mAh-Magnetic-Wireless-Power-Bank-518544-0._w280_.jpg">
<p>SCULPFUN S6 Pro / S9 / S10 Standard Limit Switch</p>
<h5>₹ 11194.28</h5>
</div>
<div class="item">
<img src="https://img.gkbcdn.com/p/2022-07-21/ORTUR-Laser-Master-3-10W-Laser-Engraver-Cutter-509052-0._w280_.jpg">
<p>SCULPFUN S6 Pro / S9 / S10 Standard Limit Switch</p>
<h5>₹ 12243.28</h5>
</div>
<div class="item">
<img src="https://img.gkbcdn.com/p/2020-01-07/JIMMY-F6-1800W-Electric-Hair-Dryer-Ruby-Red-882508-._w280_.jpg">
<p>SCULPFUN S6 Pro / S9 / S10 Standard Limit Switch</p>
<h5>₹ 11343.28</h5>
</div>
<div class="item">
<img src="https://img.gkbcdn.com/p/2022-06-03/KINGROON-KP3S-3D-Printer-US-Plug-501489-0._w280_.jpg">
<p>SCULPFUN S6 Pro / S9 / S10 Standard Limit Switch</p>
<h5>₹ 19325.28</h5>
</div>
</div>
</div>
<!-- checkout-section -->
<div id="checkout-section">
<h2>Shipping Address</h2>
<div id="caution"><p>To ensure delivery and prevent delays, please make sure your complete address is in English.</p></div>
<div id="detais">
<div class="label">
<div class="lableltag"><label class="lablein">First name:</label></div>
<input type="text" class="input">
</div>
<div class="label">
<div class="lableltag"><label class="lablein">Last Name:</label></div>
<input type="text" class="input">
</div>
<div class="label">
<div class="lableltag"><label class="lablein">Country/Region:</label></div>
<select type="text" class="input">
<option value="India">India</option>
<option value="China">China</option>
<option value="USA">USA</option>
<option value="Australia">Australia</option>
</select>
</div>
<div class="label">
<div class="lableltag"><label class="lablein">State/Province/County:</label></div>
<select type="text" class="input">
<option value="Madhya Pradesh">Madhya Pradesh</option>
<option value="Andhra Pradesh">Andhra Pradesh</option>
<option value="Assam">Assam</option>
<option value="Chhattisgarh">Chhattisgarh</option>
<option value="Gujarat">Gujarat</option>
<option value="Maharashtra">Maharashtra</option>
<option value="Punjab">Punjab</option>
</select>
</div>
<div class="label">
<div class="lableltag"><label class="lablein">City:</label></div>
<input type="text" class="input">
</div>
<div class="label">
<div class="lableltag"><label class="lablein">Zip/Postal code:</label></div>
<input type="text" class="input">
</div>
<div class="label">
<div class="lableltag"><label class="lablein">Address line2:</label></div>
<input type="text" class="input">
</div>
<div class="label">
<div class="lableltag"><label class="lablein">Address line2:</label></div>
<input type="text" class="input">
</div>
<div class="label">
<div class="lableltag"><label class="lablein">Phone:</label></div>
<input type="text" class="input">
</div>
<div id="tag"><input type="checkbox">
<span>Use as default address</span></div>
<div id="buttons">
<button id="save">Save</button>
<button>Cancel</button>
</div>
</div>
</div>
<h2>
Product List
</h2>
<div id="shipdiv">
<div id="h3div">
<h4>Ship from: China ( 2 Items )</h4>
</div>
<table>
<tr>
<td id="item-box1">
<div id="item-box2"><img id="item-image2" src="https://img.gkbcdn.com/p/2019-01-31/tronsmart-element-force-portable-bluetooth-speaker-1571993707403._w280_.jpg">
<p id="discription2">Tronsmart Force SoundPulse™ 40W Bluetooth 5.0 Speaker IPX7 Water Resistant Siri TWS & NFC 15 Hours Playtime</p></div>
</td>
<td><span id="price3">₹ 4817.20</span></td>
<td>x<span id="quantity">1</span></td>
<td><span id="total3">₹ 4817.20</span></td>
</tr>
</table>
<div id="Shippingd">
<h4>Shipping & Delivery</h4>
<input type="checkbox"><label>Add Shipping Insurance to your order</label>
<p>*Note: The time mentioned above are the shipping days by couriers, not including the order processing days by our warehouse.</p>
</div>
</div>
<div id="priceDiv">
<div id="leftdiv">
<p>Coupon:</p>
<div>
<input id="coupan" type="text" placeholder="Please choose your coupen code">
<button id="applay">Apply</button>
</div>
</div>
<div id="rightdiv">
<div><p>items:</p><p><span id="price1">₹ 9634.40</span></p></div>
<div><p>shipping Cost:</p><p><span>€ 0</span></p></div>
<div><p>Grand Total:</p><h3 id="total2">₹ 9634.40</h3></div>
<button id="place"><h3>Place Your Order</h3></button>
</div>
</div>
<div id="footer">
<img src="https://content1.geekbuying.com/V1.4/en/images/shopcart_footicon.png">
</div>
<div id="bottom"><p>© 2012-2022 Geekbuying.com. All rights reserved.</p></div>
</body>
</html>
<script src="cart.js" type="module"></script>