dernabel Posted October 2, 2004 Report Share Posted October 2, 2004 Hallo, also Links hinzuf?gen und die dann mit eigenen Inhalt f?llen ist ja super einfach im "Content Manager" Nur jetzt will ich auch inhalte anzeigen lassen die ich schon im Admin Bereich hintzgef?gt habe. z.b.: die Versand Arten, die habe ich im Admin Bereich installiert und eingestellt und nin sollen diese unter lieferung und "Liefer- und Versandkosten" angezeigt werden. Die Code Zeile lautet: {config_load file="$language/lang_$language.conf" section="checkout_shipping"} <font size="3" face="Verdana, Arial, Helvetica, sans-serif"><strong>{#heading_shipping#} </strong></font><br> <br> <b>{#title_address#}</b> {$FORM_ACTION} <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-top: 1px solid; border-color: #cccccc;"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="main" width="100%">{#text_addressbook#}<br> <br> {$BUTTON_ADDRESS}</td> <td><table width="100%" border="0" cellspacing="0" cellpadding="4"> <tr> <td width="1" align="center" valign="top" nowrap class="main"> <div align="center"><strong>{#title_address#}</strong><br> <img src="{$tpl_path}img/arrow_south_east.gif"> </div></td> <td width="150" nowrap bgcolor="f1f1f1" class="main" style="border-right: 1px solid; border-color: #cccccc;"> <div align="left">{$ADDRESS_LABEL}</div></td> </tr> </table></td> </tr> </table></td> </tr> </table><br> <strong>{#title_shipping#}</strong> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-top: 1px solid; border-color: #cccccc;"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-right: 1px solid; border-color: #cccccc;" width="100%" valign="top" class="main">{#text_shipping#}<br> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$SHIPPING_BLOCK}</td> </tr> </table> </td> </tr> </table></td> </tr> </table> <br> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="border-top: 1px solid; border-color: #cccccc;"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" valign="top" class="main"><strong>{#title_continue#}</strong><br> {#text_continue#}<br> </td> <td style="border-right: 1px solid; border-color: #cccccc;"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="1" align="center" valign="top" nowrap class="main"> <div align="center"></div></td> <td class="main" width="150" nowrap><div align="center">{$BUTON_CONTINUE}</div></td> </tr> </table></td> </tr> </table></td> </tr> </table> <br> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%" align="right"><img src="{$tpl_path}img/checkout_bullet.gif"></td> <td width="50%"><img src="{$tpl_path}img/pixel_silver.gif" width="100%" height="1"></td> </tr> </table></td> <td width="25%"><img src="{$tpl_path}img/pixel_silver.gif" width="100%" height="1"></td> <td width="25%"><img src="{$tpl_path}img/pixel_silver.gif" width="100%" height="1"></td> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%"><img src="{$tpl_path}img/pixel_silver.gif" width="100%" height="1"></td> <td width="50%"><img src="{$tpl_path}img/pixel_silver.gif" width="1" height="1"></td> </tr> </table></td> </tr> <tr> <td align="center" width="25%" class="checkoutBarCurrent">{#text_shipping_info#}</td> <td align="center" width="25%" class="checkoutBarTo">{#text_payment_info#}</td> <td align="center" width="25%" class="checkoutBarTo">{#text_confirm#}</td> <td align="center" width="25%" class="checkoutBarTo">{#text_finished#}</td> </tr> </table></td> </tr> </table> ... wie mache ich das er das anzeigt was ich im Admin Bereich eingestellt habe, ohne das ich den inhalt manuel schreiben mu?. Die einstellungen der Indexdatei, wo ich den Text f?r die Startseite festlege, steht z.b. "{$greeting}" was dann die begr??ung ist mit dem eintrag "gast" ider des namen den Registrierten Users. hat jemand eine idee!?? Danke schonmal :bounce: Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.