chinadown Posted September 2, 2004 Report Share Posted September 2, 2004 Hi! Wie kann man die Bemerkung "Dieser Shop wurde mit xt:Commerce erstellt ..." in die Fu?zeile verschieben :grml: ? W?re f?r jede Antwort dankbar. Link to comment Share on other sites More sharing options...
Guest HHGAG Posted September 2, 2004 Report Share Posted September 2, 2004 Wenn Du am Template bzw. in der index.html nichts falsch gemacht hast sollte es auch unten erscheinen Link to comment Share on other sites More sharing options...
chinadown Posted September 2, 2004 Author Report Share Posted September 2, 2004 In der Index.html im Pfad templates/xtc2 kann ich machen, was ich will, es ?ndert sich einfach nix. Was f?r ein Temlate meinst Du? Link to comment Share on other sites More sharing options...
Seven-Art Posted September 2, 2004 Report Share Posted September 2, 2004 Du musst ja was ander Index.html gemacht haben sonst w?re er ja da unten. ?berschreibe mal die Index.html mit der Originalen dann sollte es gehen. greetz Seven-Art Link to comment Share on other sites More sharing options...
dukie6666 Posted September 3, 2004 Report Share Posted September 3, 2004 oder poste hier mal deine index.html Link to comment Share on other sites More sharing options...
chinadown Posted September 3, 2004 Author Report Share Posted September 3, 2004 So schaut sie im Moment aus {config_load file="$language/lang_$language.conf" section="index"} <table border="0" align="right" cellpadding="0" cellspacing="0" width="100%"> <tr valign="bottom"> <td colspan="2" width="100%"><!----></td> </tr> <tr> <td colspan="2" width="100%"> <table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="main">{$navtrail}</td> <td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#} | {php} } {/php}{/if}{if $account}{#link_account#} | {/if}{#link_cart#} | {#link_checkout#}</div></td> </tr> </table></td> </tr> <tr> <td width="350" valign="top" class="navLeft">{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS}<!#{$box_WHATSNEW}--></td> <td valign="top" rowspan="3" width="100%"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="main" width="100%">{$main_content}</td> </tr> </table></td> </tr> <tr> <td width="350" valign="top" class="navLeft"> <hr size="1" color="#000000" noshade> </td> </tr> <tr> <td width="350" valign="top" class="navLeft">{$box_CART} {$box_LOGIN} {$box_ADMIN}<!#{$box_BESTSELLERS} {$box_CURRENCIES}--> <!--{$box_LANGUAGES} {$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}--></td> </tr> </table> Link to comment Share on other sites More sharing options...
Seven-Art Posted September 3, 2004 Report Share Posted September 3, 2004 HI. Versuch das mal. ------------------------------------------------ {config_load file="$language/lang_$language.conf" section="index"} <table width="100%" height="100%" border="0" align="right" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td height="50" colspan="3"><img src="{$tpl_path}img/top_logo.jpg"></td> </tr> <tr> <td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #C5C5C5;" height="10" colspan="3"><table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="main">{$navtrail}</td> <td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></div></td> </tr> </table></td> </tr> <tr> <td width="190" valign="top" background="{$tpl_path}img/bg_left_column.jpg" class="navLeft">{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS} {$box_WHATSNEW}</td> <td valign="top"><br> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="main">{$main_content}</td> </tr> </table></td><td width="190" valign="top" bgcolor="E6E6E6" style="border-left: 4px solid; border-top: 4px solid; border-color: #666666;">{$box_CART} {$box_LOGIN} {$box_ADMIN} {$box_BESTSELLERS} {$box_CURRENCIES} {$box_LANGUAGES} {$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND} </td> </tr> </table> </body> </html> greetz Seven-Art Link to comment Share on other sites More sharing options...
dukie6666 Posted September 3, 2004 Report Share Posted September 3, 2004 oder das dann bleibt dein layout erhalten: {config_load file="$language/lang_$language.conf" section="index"} <table border="0" align="right" cellpadding="0" cellspacing="0" width="100%"> <tr valign="bottom"> <td colspan="2" width="100%"><!--<img src="{$tpl_path}img/top_logo.jpg">--></td> </tr> <tr> <td colspan="2" width="100%"> <table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="main">{$navtrail}</td> <td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></div></td> </tr> </table></td> </tr> <tr> <td valign="top" > <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table1"> <tr> <td width="350" valign="top" class="navLeft">{$box_CATEGORIES} {$box_ADD_QUICKIE} {$box_CONTENT} {$box_INFORMATION} {$box_REVIEWS} {$box_SEARCH} {$box_SPECIALS}<!#{$box_WHATSNEW}--></td> </tr> <tr> <td width="350" valign="top" class="navLeft"> <hr size="1" color="#000000" noshade> </td> </tr> <tr> <td width="350" valign="top" class="navLeft">{$box_CART} {$box_LOGIN} {$box_ADMIN}<!#{$box_BESTSELLERS} {$box_CURRENCIES}--> <!--{$box_LANGUAGES} {$box_MANUFACTURERS_INFO} {$box_MANUFACTURERS} {$box_NOTIFICATIONS} {$box_TELL_FRIEND}--></td> </tr> </table> </td> <td valign="top" width="100%"> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2"> <tr> <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="table1"> <tr> <td class="main" width="100%">{$main_content}</td> </tr> </table></td> </tr> </table> </td> </tr> </table> Link to comment Share on other sites More sharing options...
chinadown Posted September 4, 2004 Author Report Share Posted September 4, 2004 Das (ist ganz oben zentriert): Dieser Shop wurde mit xt:Commerce erstellt. xt:Commerce ist als freie Software unter der GNU/GPL Lizenz erh?ltlich. eCommerce Engine ? 2004 xt:Commerce steht immernoch oben. Ich denk fast mal, dass in einer anderen Datei ein Layer geladen wird, der das beinhaltet und das ich den umarbeiten m??te. Link to comment Share on other sites More sharing options...
camy Posted November 22, 2005 Report Share Posted November 22, 2005 hi gab es hierf?r schon eine L?sung? Gru? Ralf Link to comment Share on other sites More sharing options...
shirtmaster Posted November 23, 2005 Report Share Posted November 23, 2005 hi, der copyright hinweis kommt nicht aus dem template sondern wird "in den tiefen von xtcommerce" eingef?gt. grund ist, das dieser nicht ge?ndert werden soll/darf. der copyright-hinweis wird aber ganz am ende des html-dokuments eingef?gt, nicht oben. was du beschreibst klingt nach einem darstellungsfehler im webbrowser, sowas passiert gern, wenn man die tags falsch verschachtelt oder nicht richtig schliesst (was ja bei dem tabellenwahnsinn leicht passiert). lass die betreffende seite mal von einem html-validator checken (online z.b. unter http://validator.w3.org/), dann weisst du wohl mehr. und sei drauf gefasst, das du einiges ?ndern wirst m?ssen, bis die seite korrektes html ist. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.