-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkout.html
197 lines (191 loc) · 6.91 KB
/
checkout.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700" rel="stylesheet">
</head>
<body>
<!-- HEADER =============================-->
<header class="item header margin-top-0">
<div class="wrapper">
<nav role="navigation" class="navbar navbar-white navbar-embossed navbar-lg navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button data-target="#navbar-collapse-02" data-toggle="collapse" class="navbar-toggle" type="button">
<i class="fa fa-bars"></i>
<span class="sr-only">Toggle navigation</span>
</button>
<a href="index.html" class="navbar-brand brand"> TECNO YD </a>
</div>
<div id="navbar-collapse-02" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="propClone"><a href="index.html">Inicio</a></li>
<li class="propClone"><a href="shop.html">Tienda</a></li>
<li class="propClone"><a href="product.html">Productos</a></li>
<li class="propClone"><a href="checkout.html">Garantia</a></li>
<li class="propClone"><a href="contact.html">Contacto</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="text-pageheader">
<div class="subtext-image" data-scrollreveal="enter bottom over 1.7s after 0.0s">
Garantia
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- CONTENT =============================-->
<section class="item content">
<div class="container toparea">
<div class="underlined-title">
<div class="editContent">
<h1 class="text-center latestitems">MEDIO DE PAGO</h1>
</div>
<div class="wow-hr type_short">
<span class="wow-hr-h">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
</span>
</div>
</div>
<div id="edd_checkout_wrap" class="col-md-8 col-md-offset-2">
<form id="edd_checkout_cart_form" method="post">
<div id="edd_checkout_cart_wrap">
<table id="edd_checkout_cart" class="ajaxed">
<thead>
<tr class="edd_cart_header_row">
<th class="edd_cart_item_name">
Articulos
</th>
<th class="edd_cart_item_price">
Precio
</th>
<th class="edd_cart_actions">
Acciones
</th>
</tr>
</thead>
<tbody>
<tr class="edd_cart_item" id="edd_cart_item_0_25" data-download-id="25">
<td class="edd_cart_item_name">
<div class="edd_cart_item_image">
<img width="25" height="25" src="images/scorilo2-70x70.jpg" alt="">
</div>
<span class="edd_checkout_cart_item_title">Audio de descripcion</span>
</td>
<td class="edd_cart_item_price">
S/11.99
</td>
<td class="edd_cart_actions">
<a class="edd_cart_remove_item_btn" href="#">Quitar</a>
</td>
</tr>
</tbody>
<tfoot>
<tr class="edd_cart_footer_row">
<th colspan="5">
<a class="edd-cart-saving-button edd-submit button " id="edd-save-cart-button" href="#">Guardar Pedido</a>
</th>
</tr>
<tr class="edd_cart_footer_row edd_cart_discount_row" style="display:none;">
<th colspan="5" class="edd_cart_discount">
</th>
</tr>
<tr class="edd_cart_footer_row">
<th colspan="5" class="edd_cart_total">
Total: <span class="edd_cart_amount" data-subtotal="11.99" data-total="11.99">S/11.99</span>
</th>
</tr>
</tfoot>
</table>
</div>
</form>
<div id="edd_checkout_form_wrap" class="edd_clearfix">
<form id="edd_purchase_form" class="edd_form" action="#" method="POST">
<fieldset id="edd_checkout_user_info">
<legend>Informacion Personal</legend>
<p id="edd-email-wrap">
<label class="edd-label" for="edd-email">
Correo Electronico <span class="edd-required-indicator">*</span></label>
<input class="edd-input required" type="email" name="edd_email" placeholder="@ejemplo.com" id="edd-email" value="">
</p>
<p id="edd-first-name-wrap">
<label class="edd-label" for="edd-first">
Nombres <span class="edd-required-indicator">*</span>
</label>
<input class="edd-input required" type="text" name="edd_first" placeholder="Nombres" id="edd-first" value="" required="">
</p>
<p id="edd-last-name-wrap">
<label class="edd-label" for="edd-last">
Apellidos </label>
<input class="edd-input" type="text" name="edd_last" id="edd-last" placeholder="Apellidos" value="">
</p>
</fieldset>
<fieldset id="edd_purchase_submit">
<p id="edd_final_total_wrap">
<strong>Total:</strong>
<span class="edd_cart_amount" data-subtotal="11.99" data-total="11.99">S/11.99</span>
</p>
<input type="hidden" name="edd_action" value="purchase">
<input type="hidden" name="edd-gateway" value="manual">
<input type="submit" class="edd-submit button" id="edd-purchase-button" name="edd-purchase" value="ENVIAR">
</fieldset>
</form>
</div>
</div>
</div>
</section>
<!-- CALL TO ACTION =============================-->
<section class="content-block" style="background-color:#00bba7;">
<div class="container text-center">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<div class="item" data-scrollreveal="enter top over 0.4s after 0.1s">
<h1 class="callactiontitle"> La tecnologia avanza no te quedes atras. <span class="callactionbutton"><i class="fa fa-gift"></i> YD</span>
</h1>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER =============================-->
<div class="footer text-center">
<div class="container">
<div class="row">
<p class="footernote">
Contacto con YampierDes
</p>
<ul class="social-iconsfooter">
<li><a href="https://api.whatsapp.com/send?phone=+51968282980&text=Buen,%20d%C3%ADa,%20quiero%20hacer%20una%20consulta"><i class="fa fa-phone"></i></a></li>
<li><a href="https://www.facebook.com/maxrudy.gutierrezlopez"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul>
<p>
© 2021 YD Luis Yampier<br/>
Estilo en la Tecnologia
</p>
</div>
</div>
</div>
<!-- SCRIPTS =============================-->
<script src="js/jquery-.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/anim.js"></script>
</body>
</html>