Artículos sobre: Sitios

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 puedes utilizar en tus correos, según lo que necesites mostrar: plantillas dinámicas que se completan automáticamente, estáticas con productos fijos y versiones con o sin precio. Es importante mencionar que, en todos los casos, debes agregar manualmente el botón que redirige al carrito al final de la pieza. Esto permite utilizar todas las opciones de estilización (colores, fuentes, bordes, etc.) que ofrece el editor, asegurando que el botón se ajuste a los lineamientos de diseño de la marca. A su vez, el texto (Call to Action - CTA) del botón se puede modificar rápidamente desde el editor permitiendo una mayor personalización del newsletter.


  • 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 un botón final que redirija al carrito abandonado.


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:


IMPORTANTE: Para la configuración de los envíos que utilicen HTML estáticos, es necesario crear y utilizar el segmento correspondiente según la cantidad de productos que se mostrarán en el newsletter.


  • 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.


Cómo Segmentar Bases de Datos (BBDD)


Cómo crear un newsletter con código HTML

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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" target="_blank"><img src="&lt;*prod1_img_url*&gt;" alt="&lt;*prod1_name*&gt;" title="&lt;*prod1_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod1_name*&gt;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" target="_blank"><img src="&lt;*prod2_img_url*&gt;" alt="&lt;*prod2_name*&gt;" title="&lt;*prod2_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod2_name*&gt;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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="&lt;*url_prod3*&gt;" target="_blank"><img src="&lt;*prod3_img_url*&gt;" alt="&lt;*prod3_name*&gt;" title="&lt;*prod3_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod3*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod3_name*&gt;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" target="_blank"><img alt="&lt;*prod1_name*&gt;" src="&lt;*prod1_img_url*&gt;" 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="&lt;*prod1_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod1_name*&gt;</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;">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="&lt;*url_prod1*&gt;" 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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" target="_blank"><img alt="&lt;*prod1_name*&gt;" src="&lt;*prod1_img_url*&gt;" 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="&lt;*prod1_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod1_name*&gt;</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;">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="&lt;*url_prod1*&gt;" 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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="16" style="height: 16px; font-size: 1px; line-height: 16px;">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" target="_blank"><img alt="&lt;*prod2_name*&gt;" src="&lt;*prod2_img_url*&gt;" 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="&lt;*prod2_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod2_name*&gt;</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;">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="&lt;*url_prod2*&gt;" 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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" target="_blank"><img alt="&lt;*prod1_name*&gt;" src="&lt;*prod1_img_url*&gt;" 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="&lt;*prod1_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod1_name*&gt;</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;">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="&lt;*url_prod1*&gt;" 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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="16" style="height: 16px; font-size: 1px; line-height: 16px;">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" target="_blank"><img alt="&lt;*prod2_name*&gt;" src="&lt;*prod2_img_url*&gt;" 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="&lt;*prod2_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod2_name*&gt;</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;">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="&lt;*url_prod2*&gt;" 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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="16" style="height: 16px; font-size: 1px; line-height: 16px;">&nbsp;</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">&nbsp;</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="&lt;*url_prod3*&gt;" target="_blank"><img alt="&lt;*prod3_name*&gt;" src="&lt;*prod3_img_url*&gt;" 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="&lt;*prod3_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod3*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod3_name*&gt;</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;">&nbsp;</td>
</tr>
<tr>
<td bgcolor="#000000" style="border-radius: 5px; text-align: center;"><a href="&lt;*url_prod3*&gt;" 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">&nbsp;</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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>


Referencia de la visualización


HTML estático para 1 producto, con precio (segmentar quantity_of_products = 1).


<p height="1" style="margin-top: 0px; margin-bottom: 0px; height: 1px;">&nbsp;</p>

<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 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" target="_blank"><img alt="&lt;*prod1_name*&gt;" src="&lt;*prod1_img_url*&gt;" 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="&lt;*prod1_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod1_name*&gt;</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">&nbsp;</td>
</tr>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 14px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;">$&lt;*prod1_price*&gt;</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">&nbsp;</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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>


Referencia de la visualización


Para finalizar las piezas de carrito abandonado que utilizan los códigos HTML base que hemos generado, la acción de cierre (el botón principal de "Ir al Carrito") debe ser agregada manualmente utilizando la funcionalidad de botón del editor de tu plataforma. Consulta el siguiente artículo: Cómo agregar un botón a mi Newsletter.
 Recuerda que el campo a invocar en el botón es <*url_cart*>



HTML estático para 2 productos con precio (segmentar quantity_of_products = 2)


<p height="1" style="margin-top: 0px; margin-bottom: 0px; height: 1px;">&nbsp;</p>

<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 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" target="_blank"><img alt="&lt;*prod1_name*&gt;" src="&lt;*prod1_img_url*&gt;" 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="&lt;*prod1_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod1_name*&gt;</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">&nbsp;</td>
</tr>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 14px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;">$&lt;*prod1_price*&gt;</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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" height="10" style="height: 10px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" target="_blank"><img alt="&lt;*prod2_name*&gt;" src="&lt;*prod2_img_url*&gt;" 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="&lt;*prod2_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod2_name*&gt;</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">&nbsp;</td>
</tr>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 14px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;">$&lt;*prod2_price*&gt;</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">&nbsp;</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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>


Referencia de la visualización


Para finalizar las piezas de carrito abandonado que utilizan los códigos HTML base que hemos generado, la acción de cierre (el botón principal de "Ir al Carrito") debe ser agregada manualmente utilizando la funcionalidad de botón del editor de tu plataforma. Consulta el siguiente artículo: Cómo agregar un botón a mi Newsletter.
 Recuerda que el campo a invocar en el botón es <*url_cart*>


HTML estático para 3 productos con precio  (segmentar quantity_of_products = 3).


<p height="1" style="margin-top: 0px; margin-bottom: 0px; height: 1px;">&nbsp;</p>

<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 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" target="_blank"><img alt="&lt;*prod1_name*&gt;" src="&lt;*prod1_img_url*&gt;" 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="&lt;*prod1_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod1*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod1_name*&gt;</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">&nbsp;</td>
</tr>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 14px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;">$&lt;*prod1_price*&gt;</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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" height="10" style="height: 10px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" target="_blank"><img alt="&lt;*prod2_name*&gt;" src="&lt;*prod2_img_url*&gt;" 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="&lt;*prod2_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod2*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod2_name*&gt;</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">&nbsp;</td>
</tr>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 14px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;">$&lt;*prod2_price*&gt;</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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" height="10" style="height: 10px; font-size: 1px; font-family: Arial; line-height: 10px; mso-line-height-alt: 10px; mso-line-height-rule: exactly;" valign="top">&nbsp;</td>
</tr>
<tr>
<td align="left" style="font-size: 0; padding: 0; margin: 0;" valign="top">
<!-- PRODUCTO 3 -->
<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">&nbsp;</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="&lt;*url_prod3*&gt;" target="_blank"><img alt="&lt;*prod3_name*&gt;" src="&lt;*prod3_img_url*&gt;" 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="&lt;*prod3_name*&gt;" 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">&nbsp;</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">&nbsp;</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="&lt;*url_prod3*&gt;" style="color: #3c3c3a; text-decoration: none;" target="_blank">&lt;*prod3_name*&gt;</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">&nbsp;</td>
</tr>
<tr>
<td align="center" class="Alinear_Texto_Center_Mob" style="font-family: Arial, Helvetica, Open Sans, sans-serif; font-size: 14px; font-weight: bold; line-height: 150%; color: #3c3c3a; text-align: left;">$&lt;*prod3_price*&gt;</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">&nbsp;</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">&nbsp;</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">&nbsp;</td>
</tr>
</tbody>
</table>


Referencia de la visualización


Para finalizar las piezas de carrito abandonado que utilizan los códigos HTML base que hemos generado, la acción de cierre (el botón principal de "Ir al Carrito") debe ser agregada manualmente utilizando la funcionalidad de botón del editor de tu plataforma. Consulta el siguiente artículo: Cómo agregar un botón a mi Newsletter.
 Recuerda que el campo a invocar en el botón es <*url_cart*>



Actualizado el: 23/01/2026

¿Este artículo te resultó útil?

Comparte tu opinión

Cancelar

¡Gracias!