Guten Abend!
Ich bin gerade am einrichten unseres Newsletters.
Nachdem ich den TinyMCE Editor installiert habe (Danke an vanilla_thunder!) kann ich den Newsletter wenigstens auch mal vernünftig bearbeiten.
Nun habe ich jedoch das Problem, dass die Schnäpchen oder eben auch das Angebot der Woche NICHT im Newsletter auftauchen.
Weiterhin erscheint leider NICHTS in der Fußzeile.
Meine Fußzeile ist wie in den anderen Emails auch ein smarty-tag.
[{ oxcontent ident="oxemailfooter" }]
BZW.
[{ $shop->oxshops__oxcompany->value }] · [{ $shop->oxshops__oxlname->value }] [{ $shop->oxshops__oxfname->value }]
[{ $shop->oxshops__oxstreet->value }]
[{ $shop->oxshops__oxzip->value }] [{ $shop->oxshops__oxcity->value }] / [{ $shop->oxshops__oxcountry->value }]
Tel.: [{ $shop->oxshops__oxtelefon}] Fax: [{ $shop->oxshops__oxtelefax->value }]
E-Mail: [{ $shop->oxshops__oxinfoemail->value}]
Internet: [{ $shop->oxshops__oxurl->value }]
USt-IdNr.: [{ $shop->oxshops__oxvatnumber->value }]
Der Gesamte Newslettercode schaut derzeit wie folgt aus:
<!-- OXID eShop Community Edition, Version 4, Shopping Cart System (c) OXID eSales AG 2003 - 2013 - http://www.oxid-esales.com -->
<div style="width: 600px;">
<div style="padding: 10px 0;"><img src="http://www.stoffversand4u.de/out/Custom/img/logo_email.png" alt="" width="424" height="21" /></div>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">Hallo [{ $myuser->oxuser__oxsal->value|oxmultilangsal }] [{ $myuser->oxuser__oxfname->value }] [{ $myuser->oxuser__oxlname->value }],</p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">UNSER TEXT IN DEM NEWSLETTER</p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">UNSER TEXT IN DEM NEWSLETTER <br /> </p>
[{if isset($simarticle0) }]
<h3 style="font-weight: bold; margin: 20px 0 7px; padding: 0; line-height: 35px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; border-bottom: 4px solid #ddd;">Ein Ähnlicher Artikel zu Ihrer letzten Bestellung:</h3>
<table style="width: 100%; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 2px solid #ddd;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding-right: 25px;" valign="top"><a href="http://www.stoffversand4u.de/[{$simarticle0->getLink()}]"><img src="http://www.stoffversand4u.de/[{$simarticle0->getThumbnailUrl()}]" alt="[{ $simarticle0->oxarticles__oxtitle->value }]" border="0" hspace="0" vspace="0" /></a></td>
<td valign="top">
<h4 style="font-size: 14px; font-weight: bold; margin: 0 0 15px;">[{ $simarticle0->oxarticles__oxtitle->value }]</h4>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">[{ $simarticle0->oxarticles__oxshortdesc->value }]</p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0;"><strong>Statt <s>[{ $simarticle0->getFTPrice()}]</s></strong> jetzt nur <span style="font-size: 14px;"><strong>[{ $simarticle0->getFPrice() }] [{ $mycurrency->sign}]</strong></span> <br /><br /> <a href="http://www.stoffversand4u.de/[{$simarticle0->getLink()}]">mehr Infos</a></p>
</td>
</tr>
</tbody>
</table>
[{/if}] [{if isset($simarticle1) }]
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">Auch das hier ist ein ähnlicher Artikel zu Ihrer letzten Bestellung:</p>
<h3 style="font-weight: bold; margin: 10px 0 7px; padding: 0; line-height: 35px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; border-bottom: 4px solid #ddd;">Top Angebot der Woche</h3>
<table style="width: 100%; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 2px solid #ddd;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding-right: 25px;" valign="top"><a href="http://www.stoffversand4u.de/[{$simarticle1->getLink()}]"><img src="http://www.stoffversand4u.de/[{$simarticle1->getThumbnailUrl()}]" alt="[{ $simarticle1->oxarticles__oxtitle->value }]" border="0" hspace="0" vspace="0" /></a></td>
<td valign="top">
<h4 style="font-size: 14px; font-weight: bold; margin: 0 0 15px;">[{ $simarticle1->oxarticles__oxtitle->value }]</h4>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">[{ $simarticle0->oxarticles__oxshortdesc->value }]</p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0;">Jetzt nur <span style="font-size: 14px;"><strong>[{ $simarticle1->getFPrice() }] [{ $mycurrency->sign}] !!!</strong></span> <br /><br /> <a href="http://www.stoffversand4u.de/[{$simarticle1->getLink()}]">mehr Infos</a></p>
</td>
</tr>
</tbody>
</table>
[{/if}] [{if isset($simarticle2) }]
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">Und zuletzt nochmal ein ähnlicher Artikel zu Ihrer letzten Bestellung:</p>
<h3 style="font-weight: bold; margin: 10px 0 7px; padding: 0; line-height: 35px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; border-bottom: 4px solid #ddd;">Schnäppchen!</h3>
<table style="width: 100%; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 2px solid #ddd;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;">Jetzt gibt es unseren Bestseller <a href="http://www.stoffversand4u.de/[{$simarticle2->getLink()}]">[{ $simarticle2->oxarticles__oxtitle->value }]</a> in der günstigen Sonderausgabe exklusiv bei OXID!</p>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;"><a href="http://www.stoffversand4u.de/[{$simarticle2->getToBasketLink()}]&am=1">Gleich bestellen</a>!</p>
</td>
</tr>
</tbody>
</table>
[{/if}] [{if isset($articlelist) }]
<h3 style="font-weight: bold; margin: 10px 0 7px; padding: 0; line-height: 35px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; border-bottom: 4px solid #ddd;">Ausgesuchte Artikel aus unserem Shop extra für diesen Newsletter:</h3>
[{foreach from=$articlelist item=product}]
<table style="width: 220px; margin-right: 15px; margin-bottom: 10px; border: 1px solid #ccc; padding: 10px;" border="0" cellspacing="0" cellpadding="0" align="left">
<tbody>
<tr>
<td align="center"><a class="startpageProduct" href="http://www.stoffversand4u.de/[{$product->getLink()}]"><img src="http://www.stoffversand4u.de/[{$product->getThumbnailUrl()}]" alt="[{ $product->oxarticles__oxtitle->value }]" border="0" hspace="0" vspace="0" /></a></td>
</tr>
<tr>
<td>
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 5px;"><strong>[{ $product->oxarticles__oxtitle->value }]</strong></p>
</td>
</tr>
<tr>
<td height="20">
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 5px;">Jetzt nur <strong>[{ $product->getFPrice() }] [{ $mycurrency->sign}]</strong></p>
</td>
</tr>
<tr>
<td height="20"><a class="startpageProductText" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 5px;" href="http://www.stoffversand4u.de/[{$product->getLink()}]">mehr Infos</a></td>
</tr>
</tbody>
</table>
[{/foreach}] [{/if}]
<div style="clear: both; height: 3px;"> Sie wollen diesen Newsletter nicht mehr erhalten? Kein Problem - klicken Sie einfach <a style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;" href="http://www.stoffversand4u.de/[{ $oViewConf->getBaseDir() }]index.php?cl=newsletter&fnc=removeme&uid=[{$myuser->oxuser__oxid->value}]" target="_blank">hier</a>.</div>
<div style="border: 1px solid #3799B1; margin: 30px 0 15px 0; padding: 12px 20px; background-color: #eee; border-radius: 4px 4px 4px 4px;">
<p style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">[{ oxcontent ident="oxemailfooter" }]</p>
</div>
</div>
[B]Ich hoffe mir kann dort jemand helfen?
Beste Grüße[/B]