-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvios.html
438 lines (427 loc) · 30.3 KB
/
envios.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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/all.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<title>Envíos - Chiper</title>
</head>
<body style="background-color: white;">
<!--Menu-->
<div>
<nav class="navbar navbar-expand-lg navbar-custom sticky sticky-dark">
<div class="container">
<!-- LOGO -->
<a class="navbar-brand logo" href="index.html">
<img src="img/logo-dark.png" alt="" class="logo-dark" height="50" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars toggle-dark"></i>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mx-auto navbar-center" id="mySidenav">
<li class="nav-item active">
<a href="#home" class="nav-link texto-centro"><span style="color: #63656b;">Home</span></a>
</li>
<li class="nav-item">
<a href="#funciona" class="nav-link texto-centro"><span style="color: #63656b;">¿Cómo funciona?</span></a>
</li>
<li class="nav-item">
<a href="#ayuda" class="nav-link texto-centro"><span style="color: #63656b;">Ayuda</span></a>
</li>
</ul>
<ul class="navbar-nav navbar-center">
<li class="nav-item">
<a href="#usuario" class="nav-link texto-centro" data-toggle="modal" data-target="#exampleModalCenter"><img src="img/btn-user.png" width="52" height="52" alt="" /></a>
</li>
<li class="nav-item">
<a href="#compra" class="nav-link texto-centro" data-toggle="modal" data-target="#exampleModalCenter-1"><img src="img/btn-cart-dark.png" width="52" height="52" alt="" /></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!--Dropdown Menu-->
<div style="background-color: white;">
<div id="menu_area" class="menu-area">
<div class="container">
<div class="row">
<nav class="navbar navbar-light navbar-expand-lg mainmenu">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars toggle-light"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto texto-centro">
<li><a href="#">Órdenes</a></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Devoluciones</a>
<ul class="dropdown-menu texto-centro" aria-labelledby="navbarDropdown">
<li><a href="#">Solicitar</a></li>
<li><a href="#">Estado</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Productos</a>
<ul class="dropdown-menu texto-centro" aria-labelledby="navbarDropdown">
<li><a href="#">Productos</a></li>
<li><a href="#">Opciones de tipeo</a></li>
<li><a href="#">Propiedades</a></li>
<li><a href="#">Clasificaciones</a></li>
<li><a href="#">Clasificados</a></li>
</ul>
</li>
<li><a href="#">Reportes</a></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Promoción</a>
<ul class="dropdown-menu texto-centro" aria-labelledby="navbarDropdown">
<li><a href="#">Ofertas</a></li>
<li><a href="#">Cupones</a></li>
<li><a href="#">Descuentos</a></li>
</ul>
</li>
<li><a href="#">Usuario</a></li>
<li class="dropdown">
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Configuración</a>
<ul class="dropdown-menu texto-centro" aria-labelledby="navbarDropdown">
<li><a href="#">Perfil</a></li>
<li><a href="#">Notificaciones</a></li>
<li><a href="#">Dirección</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--Menu de Configuración-->
<div style="background-color: white;">
<div class="container-fluid mt-5 mb-5">
<div class="row g-2">
<div class="col-md-2">
<div class="t-products p-2">
<div class="p-lists">
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Carro</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Tienda</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Cliente</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Envíos</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Ajustes</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Pagos</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Autorizaciones de devolución</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Devolución al clientes</a></div>
<div class="d-flex justify-content-center mt-2 btn-config text-white no-blue"><a href="#">Estado de cambios</a></div>
</div>
</div>
</div>
<!--Envios-->
<div class="col-md-9">
<div class="row">
<div class="col-md-5">
<h4 class="texto-ayuda padding-center font-size-16">Órdenes / 654JHGHFD564H / Envíos</h4>
</div>
<div class="col-md-6 text-right">
<button type="button" class="btn btn-primary d-block d-md-inline-block">Aprobar <i class="fas fa-check"></i></button>
<button type="button" class="btn btn-outline-primary d-block d-md-inline-block btn-envios">Cancelar <i class="fas fa-times"></i></button>
<button type="button" class="btn btn-primary d-block d-md-inline-block btn-envios">Volver a envíar <i class="far fa-envelope"></i></button>
</div>
</div>
<!--Buscador-->
<div class="container table-shadow mt-4 mb-4">
<div class="d-flex justify-content-center row">
<div class="col-md-12">
<div class="rounded">
<p class="font-size-15 texto mt-3 mb-3">Agregar producto</p>
<small>Nombre o SKU (Escribe las primeras 3 letras del nombre del producto)</small>
<div class="input-group mt-4 mb-4">
<input type="hidden" name="search_param" value="all" id="search_param" />
<input type="text" class="form-control border-search table-shadow" name="x" placeholder="Búsqueda rápida" />
<span class="input-group-btn">
<button class="btn btn-default" type="button"><span class="fas fa-search"></span></button>
</span>
</div>
</div>
</div>
</div>
</div>
<!--Detalle del producto-->
<div class="container table-shadow">
<div class="d-flex justify-content-center row">
<div class="col-md-12">
<div class="rounded">
<p class="font-size-15 texto mt-3 mb-3">654JHGHFD564H - Paquete pendiente por <span class="texto-ayuda">“Defecto”</span></p>
<div class="table-responsive table-borderless">
<table class="table">
<thead class="text-center">
<tr class="texto-ayuda font-size-12">
<th width="10px"></th>
<th>Descripción del item</th>
<th>Precio</th>
<th>Cantidad</th>
<th>Total</th>
</tr>
</thead>
<tbody class="table-body">
<tr class="cell-1 text-center">
<td><img src="img/producto-envio.png" width="100" height="100" alt="" /></td>
<td class="parrafo-ayuda" style="vertical-align: middle;">
Silla blanca de roble <br />
<b>SKU: 654JHGHFD564H</b>
</td>
<td class="parrafo-ayuda" style="vertical-align: middle;">$40.56</td>
<td class="parrafo-ayuda" style="vertical-align: middle;">1</td>
<td class="parrafo-ayuda" style="vertical-align: middle;">$40.56</td>
<td class="text-left" width="5px" style="vertical-align: middle;"><a href="#" class="no-blue"><i class="fas fa-edit fa-lg"></i></a></td>
<td class="text-left" width="5px" style="vertical-align: middle;"><a href="#" class="no-blue"><i class="fas fa-clone fa-lg"></i></a></td>
<td class="text-left" width="5px" style="vertical-align: middle;"><a href="#" class="no-blue"><i class="fas fa-window-close fa-lg"></i></a></td>
</tr>
</tbody>
<tbody class="table-body">
<tr class="cell-1 text-center">
<td> </td>
<td class="parrafo-ayuda" style="vertical-align: middle;">
UPS ground
</td>
<td class="parrafo-ayuda" style="vertical-align: middle;"> </td>
<td class="parrafo-ayuda" style="vertical-align: middle;">$5.00</td>
<td class="text-left"></td>
<td class="text-left" width="5px" style="vertical-align: middle;"> </td>
<td class="text-left" width="5px" style="vertical-align: middle;"><a href="#" class="no-blue"><i class="fas fa-clone fa-lg"></i></a></td>
<td class="text-left" width="5px" style="vertical-align: middle;"> </td>
</tr>
</tbody>
<tbody class="table-body">
<tr class="cell-1 text-center">
<td> </td>
<td class="parrafo-ayuda font-size-12">No se han proporciondado detalles de seguimiento</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!--Ajustes de la línea de pedidos-->
<div class="container table-shadow mt-4 mb-4">
<div class="d-flex justify-content-center row">
<div class="col-md-12">
<div class="rounded">
<p class="font-size-15 texto mt-3 mb-3">Ajustes de la linea de pedidos</p>
<div class="table-responsive table-borderless">
<table class="table">
<tbody class="table-body">
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Nombre
</td>
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">Cantidad</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda">
Norte America
</td>
<td class="parrafo-ayuda">$1.15</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!--Ajustes a la orden-->
<div class="container table-shadow mt-4 mb-4">
<div class="d-flex justify-content-center row">
<div class="col-md-12">
<div class="rounded">
<p class="font-size-15 texto mt-3 mb-3">Ajustes de la órden</p>
<div class="table-responsive table-borderless">
<table class="table">
<tbody class="table-body">
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Nombre
</td>
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">Cantidad</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda">
Impuestos
</td>
<td class="parrafo-ayuda">$1.21</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<!--Orden total-->
<div class="container table-shadow mt-4 mb-4" style="background-color: #0303a8;">
<div class="d-flex justify-content-center row">
<div class="col-md-6">
<div class="rounded">
<p class="font-size-15 text-white mt-3 mb-3">Orden total</p>
</div>
</div>
<div class="col-md-6">
<div class="rounded">
<p class="font-size-15 text-white mt-3 mb-3 text-right">$50.64</p>
</div>
</div>
</div>
</div>
<!--Resumen-->
<div class="container table-shadow mt-4 mb-4">
<div class="d-flex justify-content-center row">
<div class="col-md-12">
<div class="rounded">
<p class="font-size-15 texto mt-3 mb-3">Resumen</p>
<div class="table-responsive table-borderless">
<table class="table">
<tbody class="table-body">
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Estado
</td>
<td class="texto text-center" style="border-bottom: 1px solid #e885ad;">Completo</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Subtotal
</td>
<td class="parrafo-ayuda text-center" style="border-bottom: 1px solid #e885ad;">$22.99</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Total envío
</td>
<td class="parrafo-ayuda text-center" style="border-bottom: 1px solid #e885ad;">$5.14</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Impuestos
</td>
<td class="parrafo-ayuda text-center" style="border-bottom: 1px solid #e885ad;">$1.21</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Total
</td>
<td class="parrafo-ayuda text-center" style="border-bottom: 1px solid #e885ad;">$30.54</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Envío
</td>
<td class="color-rosado text-center" style="border-bottom: 1px solid #e885ad;">Pendiente</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda" style="border-bottom: 1px solid #e885ad;">
Pago
</td>
<td class="color-rosado text-center" style="border-bottom: 1px solid #e885ad;">Por pagar</td>
</tr>
<tr class="cell-1 text-left">
<td class="parrafo-ayuda">
Día en completar
</td>
<td class="parrafo-ayuda text-center">18 de octubre de 2020 - 14:38 pm</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<section class="footer">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="mb-5">
<img src="img/logo-light.png" alt="" class="" height="50" />
<ul class="list-inline footer-social-icon-content">
<li class="text-white list-inline-item mr-4 mt-4 font-size-13"><a href="#" style="color: white;"> PRODUCTOS RESTRINGIDOS</a></li>
<li class="text-white list-inline-item mr-4 mt-4 font-size-13"><a href="#" style="color: white;">TARIFAS</a></li>
<li class="text-white list-inline-item mr-4 mt-4 font-size-13"><a href="#" style="color: white;">BASES LEGALES</a></li>
<li class="text-white list-inline-item mr-4 mt-4 font-size-13"><a href="#" style="color: white;">TÉRMINOS Y CONDICIONES</a></li>
</ul>
</div>
<img src="img/footer-pago.png" alt="" class="footer-pago" />
</div>
<div class="col-lg-4">
<div class="">
<div class="mt-5">
<p class="text-white font-size-13 text-right texto-centro">DIRECCIÓN: San Francisco 2555, San Miguel, Santiago</p>
<p class="text-white font-size-13 text-right texto-centro">CORREO: [email protected]</p>
<p class="text-white font-size-13 text-right texto-centro">COPYRIGHT 2019 XORMKT.CL</p>
<ul class="list-inline footer-social-icon-content text-right texto-centro">
<li class="list-inline-item mr-4">
<a href="#" class="footer-social-icon"><i class="fab fa-facebook-square" data-feather="facebook"></i></a>
</li>
<li class="list-inline-item mr-4">
<a href="#" class="footer-social-icon"><i class="fab fa-instagram" data-feather="instagram"></i></a>
</li>
<li class="list-inline-item mr-4">
<a href="#" class="footer-social-icon"><i class="fab fa-twitter" data-feather="twitter"></i></a>
</li>
<li class="list-inline-item mr-4">
<a href="#" class="footer-social-icon"><i class="fab fa-linkedin" data-feather="linkedin"></i></a>
</li>
<li class="list-inline-item mr-4">
<a href="#" class="footer-social-icon"><i class="fab fa-youtube" data-feather="youtube"></i></a>
</li>
<li class="list-inline-item mr-4">
<a href="#" class="footer-social-icon"><i class="fas fa-paper-plane" data-feather="envelope"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Script-->
<script type="text/javascript" src="js/jquery-3.4.1.slim.min.js"></script>
<script type="text/javascript" src="js/popper.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/all.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(".toggle-btn").click(function () {
$(this).toggleClass("active").siblings().removeClass("active");
});
});
</script>
<script type="text/javascript">
(function ($) {
$(".dropdown-menu a.dropdown-toggle").on("click", function (e) {
if (!$(this).next().hasClass("show")) {
$(this).parents(".dropdown-menu").first().find(".show").removeClass("show");
}
var $subMenu = $(this).next(".dropdown-menu");
$subMenu.toggleClass("show");
$(this)
.parents("li.nav-item.dropdown.show")
.on("hidden.bs.dropdown", function (e) {
$(".dropdown-submenu .show").removeClass("show");
});
return false;
});
})(jQuery);
</script>
</body>
</html>