Du kannst ja jederzeit ein eigenes Newsletter Template erstellen, oder die mitgeliferten nach deinen Wünsche anpassen.
Möchtest du z.B. die News aus dem JTL-Shop per Klick in deinen Newsletter einfügen.
Hier ein Beispiel, wie der Code aussehen könnte (Muss ggf. für dein Template angepasst werden):
{foreach from=$oNews_arr[1] item=News name=news_arr} <tr> <td> <table border="0" align="center" width="590" cellpadding="0" cellspacing="0" class="container590 bg_color" bgcolor="ffffff" style="background: #ffffff; border: 1px solid #cccccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;-webkit-box-shadow: -3px 3px 10px 0px rgba(204,204,204,0.9); -moz-box-shadow: -3px 3px 10px 0px rgba(204,204,204,0.9); box-shadow: -3px 3px 10px 0px rgba(204,204,204,0.9);"> <tr><td height="20" style="font-size: 20px; line-height: 20px;"> </td></tr> <tr> <td> <table border="0" width="228" align="left" cellpadding="0" cellspacing="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;" class="section-item"> <!-- ======= section image 290 X any height ====== --> <tr> <td align="center" class="section-img"> <a href="{$URL_SHOP}/{$News->cSeo}" target="_blank" style=" border-style: none !important; border: 0 !important;" title="{$News->cBetreff}"><img src="https:{$News->cBild_arr.preview}" alt="{$News->cBetreff}" title="{$News->cBetreff}" style="display: block; width: 228px; padding-left:10px;" width="228" border="0" ></a> </td> </tr> </table> <table border="0" width="5" align="left" cellpadding="0" cellspacing="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;" class="container590"> <tr><td width="5" height="30" style="font-size: 30px; line-height: 30px;"> </td></tr> </table> <table border="0" width="310" align="right" cellpadding="0" cellspacing="0" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt;" class="container590"> <tr> <td align="center" style="color: #313131; font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: bold; mso-line-height-rule: exactly; line-height: 24px;" class="text_color"> <!-- ======= main header ======= --> <div style="line-height: 24px; width: 90%; color: #313131; font-family: 'Roboto', sans-serif; font-weight: bold;"> {$News->cBetreff} </div> </td> </tr> <tr><td height="20" style="font-size: 20px; line-height: 20px;"> </td></tr> <tr> <td align="left" style="color: #313131; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: 300; mso-line-height-rule: exactly; line-height: 24px;" class="text_color"> <!-- ======= main text ======= --> <div style="margin-left: 22px; line-height: 24px; width: 90%; color: #313131; font-family: 'Roboto', sans-serif; font-weight: 300;"> {$News->cVorschauText} </div> </td> </tr> <tr><td height="20" style="font-size: 20px; line-height: 20px;"> </td></tr> <tr> <td align="left" style="color: #ffffff; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: bold; mso-line-height-rule: exactly;" class="text_color"> <!-- ======= more ======= --> <a style="margin-left: 22px;color: #ffffff; font-size: 16px; font-family: 'Roboto', sans-serif; font-weight: bold; background: #bbbbbb; border: 13px solid #bbbbbb;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;-webkit-box-shadow: -3px 3px 10px 0px rgba(204,204,204,0.9); -moz-box-shadow: -3px 3px 10px 0px rgba(204,204,204,0.9); box-shadow: -3px 3px 10px 0px rgba(204,204,204,0.9); display: inline-block;" href="{$URL_SHOP}/{$News->cSeo}" title="{$News->cBetreff}" target="_blank"> {$txt_MehrButton} </a> </td> </tr> <tr><td height="30" style="font-size: 30px; line-height: 30px;"> </td></tr> </table> </td> </tr> </table> </td> </tr> <tr><td height="20" style="font-size: 20px; line-height: 20px;"> </td></tr> {/foreach}