-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkout_long_man_shirt.html
239 lines (226 loc) · 11 KB
/
checkout_long_man_shirt.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>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="css/all.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Lora:400,700|Montserrat:200i,400,600&display=swap"
rel="stylesheet">
<!-- My CSS -->
<link rel="stylesheet" href="css/style.css">
<title>Checkout</title>
</head>
<body>
<!-- Cart Header -->
<div class="container cart-header">
<div class="row my-5 text-center">
<div class="col">
<h3>Your Cart</h3>
<p>Pastikan barang Anda sudah terbayar</p>
</div>
</div>
</div>
<!-- Akhir Cart Header -->
<!-- Breadcrumb -->
<div class="container mt-5">
<nav aria-label="breadcrumb">
<ol class="breadcrumb cart-breadchumb bg-transparent pl-0">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="single_long_man_shirt.html">Product: Long Man Shirt</a></li>
<li class="breadcrumb-item active" aria-current="page">Cart Checkout</li>
</ol>
</nav>
</div>
<!-- Akhir Breadcrumb -->
<!-- Checkout -->
<section class="checkout">
<div class="container">
<div class="row justify-content-between mb-5">
<div class="col-lg-6">
<h4 class="mb-4">Your Items</h4>
<div class="row mb-4">
<div class="col-2">
<img src="img/cart/4.png">
</div>
<div class="col-5">
<h5 class="m-0">Long Man Shirt</h5>
<p class="m-0" style="color: #313131;">IDR 350.000</p>
</div>
<div class="col-4">
<button type="button" class="btn btn-sm" style="background-color: #EAEAEF; color: white;"><i class="fas fa-minus-circle"></i></button>
<span class="mx-2">100</span>
<button type="button" class="btn btn-sm btn-success"><i class="fas fa-plus-circle"></i></button>
</div>
<div class="col-1">
<button type="button" class="btn btn-sm btn-danger"><i class="fas fa-times-circle"></i></button>
</div>
</div>
<h4 class="mb-3" style="margin-top: 100px;">Your Address</h4>
<form>
<div class="form-group">
<label for="address">Address</label>
<input type="text" class="form-control" id="Address"
placeholder="Alamat lengkap">
</div>
<div class="form-group">
<label for="address2">Address II</label>
<input type="text" class="form-control" id="Address2" placeholder="Alamat tambahan">
</div>
<div class="form-group">
<label for="city">Select City</label>
<select class="custom-select">
<option selected>Select City</option>
<option value="1">Jakarta</option>
<option value="2">Kuala Lumpur</option>
<option value="3">Makkah</option>
</select>
</div>
<div class="form-group">
<label for="counrty">Select Country</label>
<select class="custom-select">
<option selected>Select Counrty</option>
<option value="1">Indonesia</option>
<option value="2">Malaysia</option>
<option value="3">Arab Saudi</option>
</select>
</div>
</form>
</div>
<div class="col-lg-5">
<div class="card rounded-0 checkout-detail">
<div class="card-body">
<h5 class="card-title">Informasi Biaya</h5>
<div class="row mb-3">
<div class="col">
<h6 class="m-0">Long Man Shirt</h6>
<small style="color: #313131;">100 Items</small>
</div>
<div class="col">
<h6 class="m-0 d-flex justify-content-end align-self-center text-success">IDR 35.000.000</h6>
</div>
</div>
<hr>
<div class="row mb-3">
<div class="col">
<h6 class="m-0">Courier</h6>
<small style="color: #313131;">JNE Express</small>
</div>
<div class="col">
<h6 class="m-0 d-flex justify-content-end align-self-center text-success">IDR
500.000</h6>
</div>
</div>
<div class="row mb-3">
<div class="col">
<h6 class="m-0">Tax</h6>
<small style="color: #313131;">Negara 2,5 %</small>
</div>
<div class="col">
<h6 class="m-0 d-flex justify-content-end align-self-center text-success">IDR
200.000</h6>
</div>
</div>
<div class="row mb-3">
<div class="col">
<h6 class="m-0">Eid Promo</h6>
<small style="color: #313131;">Discount 20%</small>
</div>
<div class="col">
<h6 class="m-0 d-flex justify-content-end align-self-center text-danger">-IDR
7.140.000</h6>
</div>
</div>
<hr>
<div class="row mb-3">
<div class="col">
<h6 class="m-0 max-pay">Total Harga</h6>
</div>
<div class="col">
<h6 class="m-0 max-pay d-flex justify-content-end align-self-center text-primary">IDR
28.560.000</h6>
</div>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col">
<a href="single_long_man_shirt.html" style="text-decoration: none;">
<button type="button" class="btn btn-block" style="background-color: #EAEAEF; color: #ADADAD;">Cancel</button>
</a>
</div>
<div class="col">
<button type="button" class="btn btn-block btn-warning" data-toggle="modal" data-target="#checkoutModal">Checkout</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Akhir Chekcout -->
<!-- Modal -->
<div class="modal fade checkout-modal-success" id="checkoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body text-center">
<img class="mb-4" src="img/cart/succes_chekout.png">
<h3>Checkout Berhasil</h3>
<p>Anda akan mendapatkan barang <br> dalam beberapa hari</p>
<a href="index.html">
<button type="button" class="btn mt-3" style="background-color: #EAEAEF; color: #ADADAD;">Home</button>
</a>
</div>
</div>
</div>
</div>
<!-- Akhir Modal -->
<!-- Footer -->
<footer class="border-top p-5">
<div class="container">
<div class="row justify-content-between">
<div class="col-1">
<a href="index.html">
<img src="img/logo_smal.png">
</a>
</div>
<div class="col-4 col-sm-4 text-right">
<a href="https://facebook.com/fazanash">
<img src="img/social/fb.png">
</a>
<a href="https://twitter.com/fazanash">
<img src="img/social/tw.png">
</a>
<a href="https://instagram.com/fazanash">
<img src="img/social/ig.png">
</a>
</div>
</div>
<div class="row mt-3 pr-0 justify-content-between">
<div class="col-5 col-sm">
<p>All right reserved by Faza Store 2020</p>
</div>
<div class="col-6 col-sm">
<nav class="nav justify-content-end text-uppercase">
<a class="nav-link active" href="#">Jobs</a>
<a class="nav-link" href="#">Developer</a>
<a class="nav-link" href="#">Terms</a>
<a class="nav-link pr-0">Privacy Policy</a>
</nav>
</div>
</div>
</div>
</footer>
<!-- Akhir Footer -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/all.js"></script>
</body>
</html>