Scubi Posted June 29, 2004 Report Share Posted June 29, 2004 Hallo, hatte das Problem das ich einen bestehenden Newsletter in den Shop integrieren wollte. Und zwar so das das Formular direkt in der Box "Informationen" angezeigt wird.Ich wollte nicht noch eine Extra Box f?r den Newsletter erstellen. Hintergrund ist, das der Xt Shop die selben Artikel enth?lt wie ein Phpeppershop. Die Shops also eigentlich identisch sind..au?er dem Design und den Funktionen der einzelnen Shops. Bei meinen bescheidenen Programmierkenntnissen habe ich zuerst in Smarty nachgelesen, weil ich dachte..dort finde ich die L?sung. Nach einigem hin und her probieren habe ich aber festegestellt das es das einfachste ist, einfach das Formular direkt in die Datei box_information.html einzubinden. Also wenn Ihr Formulare welche Art auch immer einbinden wollt..dann einfach direkt das Formular in die Box einbinden. Datei box_information.html im Editor aufrufen...Quelltext des Formulares einf?gen..also alles was zwischen <form und /form> in die html Datei eingeben. Hier ein Beispieltext: {config_load file="$language/lang_$language.conf" section="boxes"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="infoBoxHeading"><img src="{$tpl_path}img/corner_right_left.gif" border="0" alt="" width="11" height="14"></td> <td width="100%" height="14" class="infoBoxHeading"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{#heading_infobox#}</font></td> <td height="14" class="infoBoxHeading" nowrap><img src="{$tpl_path}img/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="infoBoxContents"> <tr> <td><img src="{$tpl_path}img/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="left" class="boxText"><p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">{$BOX_CONTENT}<br> </font></p> <hr> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"> </font> <p><font color="#990000" size="2" face="Verdana, Arial, Helvetica, sans-serif"><strong>Newsletter:</strong></font></p> <form action="http://dessous-xl.de/newsletter/register.php" method="post" target="_blank"> <table width="94" border="0" cellspacing="0" cellpadding="2"> <tr> <td width="90" class="n1"><p><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Ihre e-mail: <input type="text" name="mail" maxlength="50" class="input"> max.50 </font></p></td> <tr> <td width="90" class="n1"> <p><a href="http://www.dessous-xl.de/newsletter/archiv.php" target="_blank"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> <input type="submit" name="Submit" value="anmelden »" class="input"> </font></a> <input type="hidden" name="action" value="add_user"> <input type="hidden" name="ip" value="217.85.45.93"> </p> <p><a href="http://www.dessous-xl.de/newsletter/archiv.php" target="_blank"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">zum Archiv </font> </a> </p></td> </tr> </table> </form></p></td> </tr> <tr> <td><img src="{$tpl_path}img/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table></td> </tr> </table> Gru? Scubi Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.