#1 (permalink)  
Alt 02.09.2004, 02:37
 
Registriert seit: 10.08.2004
Beiträge: 8
Lächeln

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 02.09.2004, 04:01
HHGAG
Gast
 
Beiträge: n/a
Standard

Wenn Du am Template bzw. in der index.html nichts falsch gemacht hast sollte es auch unten erscheinen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 02.09.2004, 18:48
 
Registriert seit: 10.08.2004
Beiträge: 8
Standard

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 02.09.2004, 21:14
 
Registriert seit: 12.04.2004
Beiträge: 775
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 03.09.2004, 05:54
Benutzerbild von dukie6666
VEYTON Service Partner
 
Registriert seit: 26.01.2004
Ort: Nueva Colombia/Paraguay
Beiträge: 1.855
Standard

oder poste hier mal deine index.html
__________________
Grüße Oliver


Zertifizierter xt:Commerce VEYTON Reseller & Service Partner
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 03.09.2004, 17:24
 
Registriert seit: 10.08.2004
Beiträge: 8
Standard

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%"><!--[img]{$tpl_path}img/top_logo.jpg[/img]--></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>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 03.09.2004, 17:44
 
Registriert seit: 12.04.2004
Beiträge: 775
Standard

HI.

Versuch das mal.

------------------------------------------------

Code:
{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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 03.09.2004, 18:11
Benutzerbild von dukie6666
VEYTON Service Partner
 
Registriert seit: 26.01.2004
Ort: Nueva Colombia/Paraguay
Beiträge: 1.855
Standard

oder das dann bleibt dein layout erhalten:

Code:
{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>
__________________
Grüße Oliver


Zertifizierter xt:Commerce VEYTON Reseller & Service Partner
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #9 (permalink)  
Alt 04.09.2004, 13:13
 
Registriert seit: 10.08.2004
Beiträge: 8
Standard

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #10 (permalink)  
Alt 22.11.2005, 14:12
 
Registriert seit: 29.09.2005
Beiträge: 39
Standard

hi
gab es hierf?r schon eine L?sung?

Gru?
Ralf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
copy, verschieben

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 21:37 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand