-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckout.html
More file actions
297 lines (262 loc) · 13.8 KB
/
checkout.html
File metadata and controls
297 lines (262 loc) · 13.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PasteDev | Erick Lerma</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Main Header-->
<header class="main-header">
<!-- Menu Wave -->
<div class="menu_wave"></div>
<!-- Main box -->
<div class="main-box">
<div class="menu-box">
<div class="logo"><a href="index.html"><img src="images/logo.png" alt="" title=""></a></div>
<!-- Sticky Header -->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo">
<a href="#" title="Sticky Logo"><img src="images/logo-small.png" alt="Sticky Logo"></a>
</div>
<div class="nav-outer">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu"></span></div>
<!-- Main Menu -->
<nav class="main-menu">
</nav>
<!-- Main Menu End-->
<!-- Sticky Header -->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo">
<a href="#" title="Sticky Logo"><img src="images/logo-small.png" alt="Sticky Logo"></a>
</div>
<!--Right Col-->
<div class="nav-outer">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler"><span class="icon flaticon-menu"></span></div>
<!-- Main Menu -->
<nav class="main-menu">
</nav><!-- Main Menu End-->
</div>
</div>
</div><!-- End Sticky Menu -->
<!-- Mobile Header -->
<div class="mobile-header">
<div class="logo"><a href="index.html"><img src="images/logo-small.png" alt="" title=""></a></div>
<!--Nav Box-->
<div class="nav-outer clearfix">
</div>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu">
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="images/logo-small.png" alt="" title=""></a></div>
</nav>
</div><!-- End Mobile Menu -->
</header>
<!--End Main Header -->
<!--Page Title-->
<div class="auto-container">
<ul class="page-breadcrumb">
<li><a href="index.html">Inicio</a></li>
<li>Pedido</li>
</ul>
</div>
</section>
<!--End Page Title-->
<!--CheckOut Page-->
<section class="checkout-page">
<div class="auto-container">
<!--Default Links-->
<!--Checkout Details-->
<div class="checkout-form">
<form method="post" action="checkout.html">
<div class="row clearfix">
<!--Column-->
<div class="column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<h3>Detalles del pedido</h3>
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Nombre <sup>*</sup></div>
<input type="text" name="field-name" value="" placeholder="">
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Apellido <sup>*</sup></div>
<input type="text" name="field-name" value="" placeholder="">
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">País <sup>*</sup></div>
<select name="billing_country" class="select2 sortby-select" autocomplete="country">
<option value="">Select a country…</option>
<option value="MX" >Mexico</option>
</select>
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Dirección <sup>*</sup></div>
<input type="text" name="field-name" value="" placeholder="">
</div>
<div class="form-group">
<input type="text" name="field-name" value="" placeholder="">
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Ciudad<sup>*</sup></div>
<input type="text" name="field-name" value="" placeholder="" required="">
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Estado<sup>*</sup></div>
<input type="text" name="field-name" value="" placeholder="" required="">
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Código postal<sup>*</sup></div>
<input type="text" name="field-name" value="" placeholder="" required="">
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Télefono</div>
<input type="text" name="field-name" value="" placeholder="">
</div>
<!--Form Group-->
<div class="form-group">
<div class="field-label">Correo electrónico</div>
<input type="text" name="field-name" value="" placeholder="">
</div>
</div>
</div>
<!--Column-->
<div class="column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="sec-title">
<h3>Requerimientos especiales</h3>
</div>
<!--Form Group-->
<div class="form-group ">
<div class="field-label">Notas</div>
<textarea class="" placeholder="Puedes incluir una nota especial" ></textarea>
</div>
</div>
</div>
</div>
</form>
</div>
<!--End Checkout Details-->
<!--Order Box-->
<div class="order-box">
<table>
<thead>
<tr>
<th class="product-name">Product</th>
<th class="product-total">Total</th>
</tr>
</thead>
<tbody>
<tr class="cart-item">
<td class="product-name">Pastel de chocolate
<strong class="product-quantity">× 1</strong>
</tr>
</tbody>
<tfoot>
<tr class="cart-subtotal">
<th>Subtotal</th>
<td><span class="amount">$100.00</span></td>
</tr>
<tr class="order-total">
<th>Total</th>
<td><strong class="amount">$100.00</strong> </td>
</tr>
</tfoot>
</table>
</div>
<!--End Order Box-->
<!--Payment Box-->
<div class="payment-box">
<div class="upper-box">
<!--Payment Options-->
<div class="payment-options">
<ul>
<li>
<div class="radio-option">
<input type="radio" name="payment-group" id="payment-2" checked>
<label for="payment-2"><strong>Pago en línea</strong><span class="small-text">Pago en línea con tarjeta de crédito/débito</span></label>
</div>
</li>
<li>
<div class="radio-option">
<input type="radio" name="payment-group" id="payment-1">
<label for="payment-1"><strong>Pago en efectivo</strong><span class="small-text">Efectivo</span></label>
</div>
</li>
<!--End Payment Box-->
</div>
</section>
<!--End CheckOut Page-->
<!--Footer Column-->
<div class="footer-column col-lg-4 col-md-12 col-sm-12">
<!--Footer Column-->
<div class="footer-widget logo-widget">
<figure class="footer-logo"><img src="images/footer-logo.png" alt=""></figure>
</div>
</div>
<!--Footer Bottom-->
<div class="footer-bottom">
<div class="auto-container">
<div class="copyright-text">
<p>PasteDev | Erick Lerma</p>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
</div><!-- End Page Wrapper -->
<!-- Scroll To Top -->
<div class="scroll-to-top scroll-to-target" data-target="html">
<svg viewBox="0 0 500 500">
<path d="M488.5,274.5L488.5,274.5l1.8-0.5l-2,0.5c-2.4-8.7-4.5-16.9-4.5-24.5c0-8,2.3-16.5,4.7-25.5
c3.5-13,7.1-26.5,3.7-39.5c-3.6-13.2-13.5-23.1-23.1-32.7c-6.5-6.5-12.6-12.6-16.6-19.4c-3.9-6.8-6.1-15.2-8.5-24.1
c-3.5-13.1-7.1-26.7-16.7-36.3c-9.5-9.5-22.9-13.1-35.9-16.6c-9-2.4-17.5-4.6-24.4-8.7c-6.5-3.8-12.5-9.8-18.9-16.2
c-9.7-9.8-19.6-19.8-33.2-23.4c-13.5-3.7-27.3,0.1-40.4,3.7c-8.7,2.4-16.9,4.6-24.5,4.6c-8,0-16.5-2.3-25.5-4.7
c-9.3-2.5-18.8-5-28.1-5c-3.8,0-7.6,0.4-11.3,1.4C172,11.1,162,21.1,152.4,30.7c-6.5,6.5-12.6,12.6-19.4,16.6
c-6.8,3.9-15.2,6.1-24.1,8.5c-13.1,3.5-26.7,7.1-36.3,16.7c-9.5,9.5-13.1,23-16.6,36c-2.4,9-4.6,17.5-8.7,24.4
c-3.8,6.5-9.8,12.5-16.2,18.9c-9.8,9.7-19.7,19.6-23.4,33.2c-3.7,13.5,0.1,27.3,3.7,40.5c2.4,8.7,4.6,16.9,4.6,24.5
c0,8-2.3,16.5-4.6,25.5c-3.5,13-7.1,26.6-3.7,39.5c3.6,13.2,13.5,23.1,23.1,32.7c6.5,6.5,12.6,12.6,16.6,19.4
c3.9,6.8,6.1,15.1,8.5,24c3.5,13.1,7.1,26.8,16.7,36.4c9.5,9.5,23,13.1,35.9,16.6c9,2.4,17.5,4.6,24.4,8.7
c6.5,3.8,12.5,9.8,18.9,16.2c9.7,9.8,19.6,19.8,33.2,23.5c3.8,1,7.6,1.5,11.8,1.5c9.6,0,19.3-2.7,28.5-5.1c8.8-2.4,17-4.6,24.5-4.6 c8,0,16.5,2.3,25.5,4.6c13,3.6,26.6,7.1,39.5,3.7c13.2-3.6,23.1-13.5,32.7-23.1c6.5-6.5,12.6-12.6,19.4-16.6 c6.7-3.9,15.1-6.1,24-8.5c13.1-3.5,26.8-7.1,36.4-16.8c9.5-9.5,13.1-23,16.6-36c2.4-9,4.6-17.5,8.7-24.4c3.8-6.5,9.8-12.5,16.2-18.9 c9.8-9.7,19.9-19.7,23.6-33.3C495.7,301.4,494.4,287.7,488.5,274.5z"></path>
</svg>
<span class="fa fa-angle-up"></span>
</div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/appear.js"></script>
<script src="js/select2.min.js"></script>
<script src="js/sticky_sidebar.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>