You have no items in your shopping cart.
Widget Email Product Template Example
This page provides a template example demonstrating how to insert a dynamic product item into your newsletter body using the Widget Email Product block.
You can define new templates in the Magento admin panel under Newsletter > Newsletter Templates.
Add the following markup configuration within your email layout wrapper:
<table width="650px" style="border: 0;"> <tr> <td> {{widget type="widgetemailproduct/product" product_id="123" template="widgetemailproduct/product.phtml"}} </td> </tr> </table>