-
Notifications
You must be signed in to change notification settings - Fork 0
/
shopping-cart.html
317 lines (282 loc) · 14.5 KB
/
shopping-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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--========== BOX ICONS ==========-->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<!--========== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css">
<!--========== CSS SLICK ==========-->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css"/>
<link rel="stylesheet" type="text/css" href="assets/css/slick-theme.css"/>
<title>Responsive website sneakers</title>
</head>
<body>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-chevron-up scrolltop__icon'></i>
</a>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
<a href="#" class="nav__logo">Ventela®</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active-link">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#services" class="nav__link">Quality</a></li>
<li class="nav__item"><a href="#products" class="nav__link">Product</a></li>
<li class="nav__item"><a href="#size" class="nav__link">Size Chart</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact us</a></li>
<li><i class='bx bx-toggle-left change-theme' id="theme-button"></i></li>
</ul>
</div>
<div class="nav__shop">
<a href="#" class="nav__icon">
<i class='bx bx-shopping-bag'></i>
<span>2</span>
</a>
<div class="nav__shop-content">
<div class="title_shop">
<span>Keranjang Belanja</span>
</div>
<div class="item">
<div class="image_cart">
<div class="image_c">
<img src="assets/img/sneakers1.png" alt="">
</div>
</div>
<div class="description">
<span>Hard13 Noir</span>
<span>1 Pcs</span>
</div>
<div class="total-price">Rp. 400.000</div>
<a href="#" class="delete-item">
<i class='bx bx-x'></i>
</a>
</div>
<div class="item">
<div class="image_cart">
<div class="image_c">
<img src="assets/img/sneakers2.png" alt="">
</div>
</div>
<div class="description">
<span>Sang Sakerta</span>
<span>1 Pcs</span>
</div>
<div class="total-price">Rp. 430.000</div>
<a href="#" class="delete-item">
<i class='bx bx-x'></i>
</a>
</div>
<div class="total-all">
<span>Total</span>
<span>Rp. 830.000</span>
</div>
<div class="btn-viewcard">
<a href="#" class="button-top">View Card</a>
</div>
<div class="btn-checkout">
<a href="#" class="button-top2">Check Out</a>
</div>
</div>
</div>
</nav>
</header>
<main class="l-main">
<!--========== PAGINATION ==========-->
<section class="section bd-container" id="breadcrumb">
<div class="bd-grid breadcrumb">
<div class="breadcrumb">
<li><a href="#"> <i class='bx bxs-home'></i> Home</a></li>
<li>Shopping Cart</li>
</div>
<div class="breadcrumb-pagination">
</div>
</div>
</section>
<!--========== CART ==========-->
<section class="cart bd-container" id="cart">
<div class="cart__container bd-grid">
<div class="shopping-cart">
<div class="cart-table">
<table>
<thead>
<tr>
<th>Image</th>
<th class="p-name text-center">Product Name</th>
<th>Size</th>
<th>Price</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td class="cart-pic first-row">
<img src="assets/img/sneakers1.png" />
</td>
<td class="cart-title first-row text-center">
Hard13 Noir
</td>
<td class="p-size first-row">40</td>
<td class="p-price first-row">Rp. 400.000</td>
<td class="delete-item-sc first-row"><a href="#"><i class='bx bx-x'></i></a></td>
</tr>
<tr>
<td class="cart-pic first-row">
<img src="assets/img/sneakers2.png" />
</td>
<td class="cart-title first-row text-center">
Sang Sakerta
</td>
<td class="p-size first-row">41</td>
<td class="p-price first-row">Rp. 430.000</td>
<td class="delete-item-sc first-row"><a href="#"><i class='bx bx-x'></i></a></td>
</tr>
</tbody>
</table>
</div>
<div class="col-lg-8">
<h3 class="mb-4">
Informasi Pembeli:
</h3>
<div class="user-checkout">
<form>
<div class="form-group">
<label for="namaLengkap">Nama Lengkap</label>
<input type="text" class="form-control" id="namaLengkap" aria-describedby="namaHelp" placeholder="Masukan Nama Lengkap">
</div>
<div class="form-group">
<label for="namaLengkap">Alamat Email</label>
<input type="email" class="form-control" id="emailAddress" aria-describedby="emailHelp" placeholder="Masukan Alamat Email">
</div>
<div class="form-group">
<label for="namaLengkap">Telepon</label>
<input type="text" class="form-control" id="noHP" aria-describedby="noHPHelp" placeholder="Masukan Telepon">
</div>
<div class="form-group">
<label for="alamatLengkap">Alamat Lengkap</label>
<textarea class="form-control" id="alamatLengkap" rows="3"></textarea>
</div>
</form>
</div>
</div>
</div>
<div class="proceed-checkout">
<ul>
<li class="subtotal">ID Transaction <span>#SH12000</span></li>
<li class="subtotal mt-3">Subtotal <span>$240.00</span></li>
<li class="subtotal mt-3">Pajak <span>10%</span></li>
<li class="subtotal mt-3">Total Biaya <span>$440.00</span></li>
<li class="subtotal mt-3">Bank Transfer <span>Mandiri</span></li>
<li class="subtotal mt-3">No. Rekening <span>2208 1996 1403</span></li>
<li class="subtotal-btm mt-3">Nama Penerima <span>Shayna</span></li>
</ul>
<a href="success.html" class="proceed-btn">I ALREADY PAID</a>
</div>
</div>
</section>
</main>
<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
<div class="footer__content">
<a href="#" class="footer__logo">Ventela®</a>
<span class="footer__description">Store</span>
<div>
<a href="#" class="footer__social"><i class='bx bxl-facebook'></i></a>
<a href="#" class="footer__social"><i class='bx bxl-instagram'></i></a>
<a href="#" class="footer__social"><i class='bx bxl-twitter'></i></a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Services</h3>
<ul>
<li><a href="#" class="footer__link">Shipping And Returns</a></li>
<li><a href="#" class="footer__link">Measurement Guide</a></li>
<li><a href="#" class="footer__link">Size Conversion Chart</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Information</h3>
<ul>
<li><a href="#" class="footer__link">Event</a></li>
<li><a href="#" class="footer__link">Contact us</a></li>
<li><a href="#" class="footer__link">Privacy policy</a></li>
<li><a href="#" class="footer__link">Terms of services</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Adress</h3>
<ul>
<li>Jl. Kopo Katapang KM 12.8</li>
<li>Bandung 40971 - Indonesia</li>
<li>Phone : +62-22 5891445</li>
<li>WhatsApp : 08112406969</li>
</ul>
</div>
</div>
<p class="footer__copy">© 2021 Yazid Aufar. All right reserved</p>
</footer>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="assets/js/main.js"></script>
<!--========== JS SLICK ==========-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="assets/js/slick.js"></script>
<script src="assets/js/slick.min.js"></script>
<script>
$('.slick_two').slick({
dots: true,
arrows: true,
infiniite: true,
autoplay: true,
speed: 2000,
autoplaySpeed: 2000,
responsive: [
{
breakpoint: 5000,
settings: {
slidesToShow: 3,
slidesToScroll: 1
}
},
{
breakpoint: 768,
settings: {
slidesToShow: 2,
slidesToScroll: 1
}
}
]
});
$('.multiple-items').slick({
infinite: true,
slidesToShow: 3,
slidesToScroll: 3
});
/*---Single Product---*/
$('.product-thumbs-track .pt').on('click', function () {
$('.product-thumbs-track .pt').removeClass('active');
$(this).addClass('active');
var imgurl = $(this).data('imgbigurl');
var bigImg = $('.product-big-img').attr('src');
if (imgurl != bigImg) {
$('.product-big-img').attr({
src: imgurl
});
$('.zoomImg').attr({
src: imgurl
});
}
});
$('.product-pic-zoom').zoom();
</script>
</body>
</html>