Jump to content
xt:Commerce Community Forum

Newsletter Box extern darstellen


Recommended Posts

Hallo Community, ich habe ein riesen Problem und zwar will ich die Newsletter Box aus XT-Commerce in mein 2f-cms (Portal auf Php Basis) als Block intigrieren. Was muss ich mit dem Code machen?


{config_load file="$language/lang_$language.conf" section="boxes"}

{$FORM_ACTION}

<table width="100%" border="0" cellpadding="2" cellspacing="0">

 ?<tr> 

 ? ?<td class="infoBoxHeading"><table width="100%" ?border="0" cellpadding="0" cellspacing="0">

 ? ? ? ?<tr> 

 ? ? ? ? ?<td class="infoBoxHeading">{#heading_guestnewsletter#} </td>

 ? ? ? ? ?<td></td>

 ? ? ? ?</tr>

 ? ? ?</table></td>

 ?</tr>

 ?<tr> 

 ? ?<td class="infoBox" align="left"> <table width="95%" ?border="0" cellpadding="2" cellspacing="0">

 ? ? ? ?<tr> 

 ? ? ? ? ?<td class="boxText"> 

 ? ? ? ? ? ?<table width="100%" ?border="0" cellpadding="0" cellspacing="0">

 ? ? ? ? ? ? ?<tr> 

 ? ? ? ? ? ? ? ?<td class="main">{$TEXT_EMAIL}</td>

 ? ? ? ? ? ? ?</tr>

 ? ? ? ? ? ? ?<tr> 

 ? ? ? ? ? ? ? ?<td>{$FIELD_EMAIL}</td>

 ? ? ? ? ? ? ?</tr>

 ? ? ? ? ? ? ?<tr> 

 ? ? ? ? ? ? ? ?<td><table width="100%" ?border="0" cellpadding="2" cellspacing="0">

 ? ? ? ? ? ? ? ? ? ?<tr> 

 ? ? ? ? ? ? ? ? ? ? ?<td align="right">{$BUTTON}</td>

 ? ? ? ? ? ? ? ? ? ?</tr>

 ? ? ? ? ? ? ? ? ?</table></td>

 ? ? ? ? ? ? ?</tr>

 ? ? ? ? ? ?</table></td>

 ? ? ? ?</tr>

 ? ? ?</table></td>

 ?</tr>

</table>

{$FORM_END}

Das Problem wird sein, das es Smarty Tag ist, oder? Wie k?nnte ich es sonst machen? HILFE, bin f?r jeden Tip dankbar!

Danke, //Sebastian

Link to comment
Share on other sites

  • 1 year later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...