HTML disponibles para automatizar carrito abandonado desde Sitios
La automatización de carrito abandonado en Sitios es clave para recuperar ventas que quedaron a medio camino. Permite enviar a los usuarios un recordatorio con los productos que dejaron en su carrito, incentivándolos a completar la compra.
Este tipo de comunicación mejora la tasa de conversión, genera ingresos adicionales y ofrece una experiencia personalizada que acompaña al cliente hasta finalizar su proceso de compra.
En este artículo vas a encontrar diferentes opciones de HTML que podés utilizar en tus correos, según lo que necesites mostrar: plantillas dinámicas que se completan automáticamente, estáticas con productos fijos, versiones con o sin precio, con un botón único o botones por producto, entre otras variantes.
- HTML dinámico
El HTML dinámico se completa automáticamente con los datos que se envían a la base, adaptándose de manera automática para mostrar entre uno y tres productos. No requiere configuraciones adicionales: solo se necesita crear el newsletter y definir la configuración de envío. Esto permite que el contenido se personalice automáticamente según los productos de interés de cada usuario.
- HTML estático
El HTML estático permite mostrar de manera diferenciada uno, dos o tres productos, siguiendo una estructura predefinida. No se adapta automáticamente según la cantidad de productos, por lo que se requieren distintas configuraciones para cada caso. Su ventaja es que permite mostrar información adicional como el precio de cada producto y agregar botones específicos por producto.
A continuación las diferentes opciones de HTML disponibles para recuperar carritos abandonados:
HTML dinámico con botón único, sin precio.
HTML estáticos sin precio:
HTML estáticos con precio:
- Si el newsletter muestra 1 producto, se debe segmentar la base de datos que recolecta la información de carrito abandonado con 1 producto.
- Si muestra 2 productos, se debe usar el segmento que contenga 2 productos.
- Si muestra 3 productos, se debe usar el segmento que contenga 3 productos.
Este segmento es el que debe ser seleccionado en la audiencia dentro de la configuración del envío.
Opciones disponibles
HTML dinámico con un botón único, sin precio
<style type="text/css">
<!--
.Alinear_Texto_Center_Mob {
text-align: left;
}
/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
.img-max {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.img-max-60 {
width: 60% !important;
max-width: 60% !important;
height: auto !important;
}
.mobile-hide {
display: none !important;
}
.Columna_1 {
display: table-header-group !important;
width: 100% !important;
}
.Columna_2 {
display: table-footer-group !important;
width: 100% !important;
}
.Alinear_Texto_Center_Mob {
text-align: center !important;
}
.Display_Block {
display: block !important;
}
}
-->
</style>
<table style="max-width: 600px;" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod1*>" target="_blank"><img src="<*prod1_img_url*>" alt="<*prod1_name*>" title="<*prod1_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod1*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod1_name*></a></td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod2*>" target="_blank"><img src="<*prod2_img_url*>" alt="<*prod2_name*>" title="<*prod2_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod2*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod2_name*></a></td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod3*>" target="_blank"><img src="<*prod3_img_url*>" alt="<*prod3_name*>" title="<*prod3_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod3*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod3_name*></a></td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
Referencia de la visualización
HTML estático para 1 producto, sin precio con botón (segmentar quantity_of_products = 1).
<p style="margin-top: 0px; margin-bottom: 0px;">
<style type="text/css"><!--
.Alinear_Texto_Center_Mob {
text-align: left;
}
/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
.img-max {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.img-max-60 {
width: 60% !important;
max-width: 60% !important;
height: auto !important;
}
.mobile-hide {
display: none !important;
}
.Columna_1 {
display: table-header-group !important;
width: 100% !important;
}
.Columna_2 {
display: table-footer-group !important;
width: 100% !important;
}
.Alinear_Texto_Center_Mob {
text-align: center !important;
}
.Boton_Mobile_Center {
margin: 0 auto !important;
float: none !important;
text-align: center !important;
}
.Display_Block {
display: block !important;
}
}
-->
</style>
</p>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px;" width="100%">
<tbody>
<tr>
<td align="center" height="20" style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
<tr>
<td align="left" style="font-size: 0; padding: 0; margin: 0;" valign="top">
<!-- PRODUCTO 1 -->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="img-max" role="presentation" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" width="560">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" class="Columna_1" valign="middle" width="36%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="middle" width="200"><a href="<*url_prod1*>" target="_blank"><img alt="<*prod1_name*>" src="<*prod1_img_url*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" title="<*prod1_name*>" width="200" /></a></td>
</tr>
<tr>
<td align="center" height="5" style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
</td>
<td align="center" class="Columna_2" valign="middle" width="64%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;"><a href="<*url_prod1*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod1_name*></a></td>
</tr>
</tbody>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" class="Boton_Mobile_Center" role="presentation">
<tbody>
<tr>
<td height="15" style="height: 15px; font-size: 1px; line-height: 15px;"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="<*url_prod1*>" style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;" target="_blank"><span style="background-color:#000000;">COMPRAR </span></a></td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" height="20" style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
Referencia de la visualización
HTML estático para 2 productos sin precio con botón por producto (segmentar quantity_of_products = 2).
<p style="margin-top: 0px; margin-bottom: 0px;">
<style type="text/css"><!--
.Alinear_Texto_Center_Mob {
text-align: left;
}
/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
.img-max {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.img-max-60 {
width: 60% !important;
max-width: 60% !important;
height: auto !important;
}
.mobile-hide {
display: none !important;
}
.Columna_1 {
display: table-header-group !important;
width: 100% !important;
}
.Columna_2 {
display: table-footer-group !important;
width: 100% !important;
}
.Alinear_Texto_Center_Mob {
text-align: center !important;
}
.Boton_Mobile_Center {
margin: 0 auto !important;
float: none !important;
text-align: center !important;
}
.Display_Block {
display: block !important;
}
}
-->
</style>
</p>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px;" width="100%">
<tbody>
<tr>
<td align="center" height="20" style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
<tr>
<td align="left" style="font-size: 0; padding: 0; margin: 0;" valign="top">
<!-- PRODUCTO 1 -->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="img-max" role="presentation" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" width="560">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" class="Columna_1" valign="middle" width="36%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="middle" width="200"><a href="<*url_prod1*>" target="_blank"><img alt="<*prod1_name*>" src="<*prod1_img_url*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" title="<*prod1_name*>" width="200" /></a></td>
</tr>
<tr>
<td align="center" height="5" style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
</td>
<td align="center" class="Columna_2" valign="middle" width="64%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;"><a href="<*url_prod1*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod1_name*></a></td>
</tr>
</tbody>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" class="Boton_Mobile_Center" role="presentation">
<tbody>
<tr>
<td height="15" style="height: 15px; font-size: 1px; line-height: 15px;"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="<*url_prod1*>" style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;" target="_blank"><span style="background-color:#000000;">COMPRAR </span></a></td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="16" style="height: 16px; font-size: 1px; line-height: 16px;"> </td>
</tr>
<tr>
<td align="left" style="font-size: 0; padding: 0; margin: 0;" valign="top">
<!-- PRODUCTO 2 -->
<table align="center" border="0" cellpadding="0" cellspacing="0" class="img-max" role="presentation" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" width="560">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" class="Columna_1" valign="middle" width="36%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="middle" width="200"><a href="<*url_prod2*>" target="_blank"><img alt="<*prod2_name*>" src="<*prod2_img_url*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" title="<*prod2_name*>" width="200" /></a></td>
</tr>
<tr>
<td align="center" height="5" style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
</td>
<td align="center" class="Columna_2" valign="middle" width="64%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;"><a href="<*url_prod2*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod2_name*></a></td>
</tr>
</tbody>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" class="Boton_Mobile_Center" role="presentation">
<tbody>
<tr>
<td height="15" style="height: 15px; font-size: 1px; line-height: 15px;"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="<*url_prod2*>" style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;" target="_blank">COMPRAR </a></td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" height="20" style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
Referencia de la visualización
HTML estático para 3 productos sin precio con botón por producto (segmentar quantity_of_products = 3).
<p style="margin-top: 0px; margin-bottom: 0px;">
<style type="text/css"><!--
.Alinear_Texto_Center_Mob {
text-align: left;
}
/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
.img-max {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.img-max-60 {
width: 60% !important;
max-width: 60% !important;
height: auto !important;
}
.mobile-hide {
display: none !important;
}
.Columna_1 {
display: table-header-group !important;
width: 100% !important;
}
.Columna_2 {
display: table-footer-group !important;
width: 100% !important;
}
.Alinear_Texto_Center_Mob {
text-align: center !important;
}
.Boton_Mobile_Center {
margin: 0 auto !important;
float: none !important;
text-align: center !important;
}
.Display_Block {
display: block !important;
}
}
-->
</style>
</p>
<table align="center" border="0" cellpadding="0" cellspacing="0" style="max-width: 600px;" width="100%">
<tbody>
<tr>
<td align="center" height="20" style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
<tr>
<td align="left" style="font-size: 0; padding: 0; margin: 0;" valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="img-max" role="presentation" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" width="560">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" class="Columna_1" valign="middle" width="36%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="middle" width="200"><a href="<*url_prod1*>" target="_blank"><img alt="<*prod1_name*>" src="<*prod1_img_url*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" title="<*prod1_name*>" width="200" /></a></td>
</tr>
<tr>
<td align="center" height="5" style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
</td>
<td align="center" class="Columna_2" valign="middle" width="64%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;"><a href="<*url_prod1*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod1_name*></a></td>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
</tbody>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" class="Boton_Mobile_Center" role="presentation">
<tbody>
<tr>
<td height="15" style="height: 15px; font-size: 1px; line-height: 15px;"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="<*url_prod1*>" style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;" target="_blank"><span style="background-color:#000000;">COMPRAR </span></a></td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="16" style="height: 16px; font-size: 1px; line-height: 16px;"> </td>
</tr>
<tr>
<td align="left" style="font-size: 0; padding: 0; margin: 0;" valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="img-max" role="presentation" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" width="560">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" class="Columna_1" valign="middle" width="36%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="middle" width="200"><a href="<*url_prod2*>" target="_blank"><img alt="<*prod2_name*>" src="<*prod2_img_url*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" title="<*prod2_name*>" width="200" /></a></td>
</tr>
<tr>
<td align="center" height="5" style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
</td>
<td align="center" class="Columna_2" valign="middle" width="64%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;"><a href="<*url_prod2*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod2_name*></a></td>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
</tr>
</tbody>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" class="Boton_Mobile_Center" role="presentation">
<tbody>
<tr>
<td height="15" style="height: 15px; font-size: 1px; line-height: 15px;"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="<*url_prod2*>" style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;" target="_blank">COMPRAR </a></td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="16" style="height: 16px; font-size: 1px; line-height: 16px;"> </td>
</tr>
<tr>
<td align="left" style="font-size: 0; padding: 0; margin: 0;" valign="top">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="img-max" role="presentation" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" width="560">
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align="center" class="Columna_1" valign="middle" width="36%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" valign="middle" width="200"><a href="<*url_prod3*>" target="_blank"><img alt="<*prod3_name*>" src="<*prod3_img_url*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" title="<*prod3_name*>" width="200" /></a></td>
</tr>
<tr>
<td align="center" height="5" style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
</td>
<td align="center" class="Columna_2" valign="middle" width="64%">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
<td align="left">
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;"><a href="<*url_prod3*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod3_name*></a></td>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
</tr>
</tbody>
</table>
<table align="left" border="0" cellpadding="0" cellspacing="0" class="Boton_Mobile_Center" role="presentation">
<tbody>
<tr>
<td height="15" style="height: 15px; font-size: 1px; line-height: 15px;"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="<*url_prod3*>" style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;" target="_blank">COMPRAR </a></td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td height="1" style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" height="20" style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top"> </td>
</tr>
</tbody>
</table>
Referencia de la visualización
HTML estático para 1 producto, con precio con botón por producto(segmentar quantity_of_products = 1).
<style type="text/css">
<!--
.Alinear_Texto_Center_Mob {
text-align: left;
}
/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
.img-max {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.img-max-60 {
width: 60% !important;
max-width: 60% !important;
height: auto !important;
}
.mobile-hide {
display: none !important;
}
.Columna_1 {
display: table-header-group !important;
width: 100% !important;
}
.Columna_2 {
display: table-footer-group !important;
width: 100% !important;
}
.Alinear_Texto_Center_Mob {
text-align: center !important;
}
.Boton_Mobile_Center {
margin: 0 auto !important;
float: none !important;
text-align: center !important;
}
.Display_Block {
display: block !important;
}
}
-->
</style>
<table style="max-width: 600px;" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<!-- PRODUCTO 1 -->
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod1*>" target="_blank"><img src="<*prod1_img_url*>" alt="<*prod1_name*>" title="<*prod1_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod1*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod1_name*></a></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; color: #3c3c3a; text-align: left;" align="center">$<*prod1_price*></td>
</tr>
</tbody>
</table>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" align="left" class="Boton_Mobile_Center">
<tr>
<td style="height: 15px; font-size: 1px; line-height: 15px;" height="15"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;">
<a href="<*url_prod1*>" target="_blank"
style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;">
COMPRAR
</a>
</td>
</tr>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
Referencia de la visualización
HTML estático para 2 productos con precio con botón por producto (segmentar quantity_of_products = 2)
<style type="text/css">
<!--
.Alinear_Texto_Center_Mob {
text-align: left;
}
/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
.img-max {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.img-max-60 {
width: 60% !important;
max-width: 60% !important;
height: auto !important;
}
.mobile-hide {
display: none !important;
}
.Columna_1 {
display: table-header-group !important;
width: 100% !important;
}
.Columna_2 {
display: table-footer-group !important;
width: 100% !important;
}
.Alinear_Texto_Center_Mob {
text-align: center !important;
}
.Boton_Mobile_Center {
margin: 0 auto !important;
float: none !important;
text-align: center !important;
}
.Display_Block {
display: block !important;
}
}
-->
</style>
<table style="max-width: 600px;" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<!-- PRODUCTO 1 -->
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod1*>" target="_blank"><img src="<*prod1_img_url*>" alt="<*prod1_name*>" title="<*prod1_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod1*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod1_name*></a></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; color: #3c3c3a; text-align: left;" align="center">$<*prod1_price*></td>
</tr>
</tbody>
</table>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" align="left" class="Boton_Mobile_Center">
<tr>
<td style="height: 15px; font-size: 1px; line-height: 15px;" height="15"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;">
<a href="<*url_prod1*>" target="_blank"
style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;">
COMPRAR
</a>
</td>
</tr>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 16px; font-size: 1px; line-height: 16px;" height="16"> </td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<!-- PRODUCTO 2 -->
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod2*>" target="_blank"><img src="<*prod2_img_url*>" alt="<*prod2_name*>" title="<*prod2_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod2*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod2_name*></a></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; color: #3c3c3a; text-align: left;" align="center">$<*prod2_price*></td>
</tr>
</tbody>
</table>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" align="left" class="Boton_Mobile_Center">
<tr>
<td style="height: 15px; font-size: 1px; line-height: 15px;" height="15"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;">
<a href="<*url_prod2*>" target="_blank"
style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;">
COMPRAR
</a>
</td>
</tr>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
Referencia de la visualización
HTML estático para 3 productos con botón por producto (segmentar quantity_of_products = 3).
<style type="text/css">
<!--
.Alinear_Texto_Center_Mob {
text-align: left;
}
/* MEDIA QUERIES */
@media screen and (max-width: 600px) {
.img-max {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.img-max-60 {
width: 60% !important;
max-width: 60% !important;
height: auto !important;
}
.mobile-hide {
display: none !important;
}
.Columna_1 {
display: table-header-group !important;
width: 100% !important;
}
.Columna_2 {
display: table-footer-group !important;
width: 100% !important;
}
.Alinear_Texto_Center_Mob {
text-align: center !important;
}
.Boton_Mobile_Center {
margin: 0 auto !important;
float: none !important;
text-align: center !important;
}
.Display_Block {
display: block !important;
}
}
-->
</style>
<table style="max-width: 600px;" width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod1*>" target="_blank"><img src="<*prod1_img_url*>" alt="<*prod1_name*>" title="<*prod1_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod1*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod1_name*></a></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; color: #3c3c3a; text-align: left;" align="center">$<*prod1_price*></td>
</tr>
</tbody>
</table>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" align="left" class="Boton_Mobile_Center">
<tr>
<td style="height: 15px; font-size: 1px; line-height: 15px;" height="15"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;">
<a href="<*url_prod1*>" target="_blank"
style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;">
COMPRAR
</a>
</td>
</tr>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 16px; font-size: 1px; line-height: 16px;" height="16"> </td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod2*>" target="_blank"><img src="<*prod2_img_url*>" alt="<*prod2_name*>" title="<*prod2_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod2*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod2_name*></a></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; color: #3c3c3a; text-align: left;" align="center">$<*prod2_price*></td>
</tr>
</tbody>
</table>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" align="left" class="Boton_Mobile_Center">
<tr>
<td style="height: 15px; font-size: 1px; line-height: 15px;" height="15"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;">
<a href="<*url_prod2*>" target="_blank"
style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;">
COMPRAR
</a>
</td>
</tr>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 16px; font-size: 1px; line-height: 16px;" height="16"> </td>
</tr>
<tr>
<td style="font-size: 0; padding: 0; margin: 0;" valign="top" align="left">
<table width="100%" class="img-max" align="center" cellpadding="0" cellspacing="0" border="0" role="presentation">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td width="560" style="font-family: Verdana, Arial, Helvetica, Open Sans, sans-serif; font-size: 20px; font-weight: bold; line-height: 24px; color: #ffffff;" align="left">
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Columna_1" align="center" valign="middle" width="36%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td width="200" valign="middle" align="center"><a href="<*url_prod3*>" target="_blank"><img src="<*prod3_img_url*>" alt="<*prod3_name*>" title="<*prod3_name*>" style="width: 200px; max-width: 200px !important; display: block; font-family: Arial,Helvetica,Open Sans,sans-serif; font-size: 16px; font-weight: normal; line-height: 20px; color: #3c3c3a; text-align: left;" width="200" /></a></td>
</tr>
<tr>
<td style="height: 5px; font-size: 1px; font-family: Arial; line-height: 5px; mso-line-height-alt: 5px; mso-line-height-rule: exactly;" height="5" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
</td>
<td class="Columna_2" align="center" valign="middle" width="64%">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
<td align="left">
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;" align="center"><a href="<*url_prod3*>" style="color: #3c3c3a; text-decoration: none;" target="_blank"><*prod3_name*></a></td>
</tr>
</tbody>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tbody>
<tr>
<td class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 16px; font-weight: normal; line-height: 150%; color: #3c3c3a; text-align: left;" align="center">$<*prod3_price*></td>
</tr>
</tbody>
</table>
<table role="presentation" cellpadding="0" cellspacing="0" border="0" align="left" class="Boton_Mobile_Center">
<tr>
<td style="height: 15px; font-size: 1px; line-height: 15px;" height="15"> </td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;">
<a href="<*url_prod3*>" target="_blank"
style="display: inline-block; font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 12px; color: #ffffff; text-decoration: none; padding: 8px 20px; border-radius: 5px; background-color: #000000; line-height:18px; font-weight: bold;">
COMPRAR
</a>
</td>
</tr>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="height: 1px; font-size: 1px; font-family: Arial; line-height: 1px; mso-line-height-alt: 1px; mso-line-height-rule: exactly;" height="1" width="30"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="height: 20px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" height="20" valign="top" align="center"> </td>
</tr>
</tbody>
</table>
Referencia de la visualización
Actualizado el: 29/09/2025
¡Gracias!