Hallo,
folgendes:
Zitat:
GAMBIO.de - schnadt : media
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
|
so sieht der fussbereich z.zt. aus. "schnadt : media" ist die firma von der wir das system
gekauft haben [d?rfen die das verkaufen ist doch "open source" :unsure: ]
haben wir aber erst sp?ter erfahren denn sie haben das system nicht xtc genannt, sondern wie oben steht "Gambio". es ist unser erstes shopsystem daher kp.
das m?chte ich durch die schon erw?hten rubriken ersetzen.
Zitat:
{config_load file="$language/lang_$language.conf" section="index"}
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<tr>
<td>
<a href="{php} echo NC_TOPMENU_HOME {/php}">
[img]images/logo.gif[/img]</a>
{$BANNER}
</td>
<td width=182>
{$box_CART}
</td>
</tr>
</table>[img]images/spc.gif[/img]<table
border=0 cellspacing=1 cellpadding=0 width=100%>
<tr class="box_head" height=25 align=right>
{php}
if(strtolower(NC_SHOP_PAGE_BG) == "white" || strtolower(NC_SHOP_PAGE_BG) == "#ffffff") {
$background = 'background="images/nc_corner.gif"';
}
{/php}
<td {php}echo $background{/php} class="topmenu" width=182>{php} echo TOPMENU_HOME {/php} </td>
<td class="topmenu" width=10><nobr> {php} echo TOPMENU_SEARCH {/php}</nobr></td>
<td class="topmenu" width=10><nobr> {php} echo TOPMENU_ABOUTUS {/php}</nobr></td>
<td class="topmenu" width=10><nobr> {php} echo TOPMENU_CONTACT {/php}</nobr></td>
<td class="topmenu" width=10><nobr> {php} echo TOPMENU_CONDITIONS {/php}</nobr></td>
<td class="smallText" align=right>
{php} echo TOPMENU_ACCOUNT {/php} |
{php} echo TOPMENU_BASKET {/php} |
{php} echo TOPMENU_CHECKOUT {/php} |
{php} echo Abmelden {/php}
</td>
</tr>
</table>[img]images/spc.gif[/img]<table
border=0 cellspacing=1 cellpadding=0
width=100%>
<tr class="path_row" height=20>
<td width=182 align=center>
<form name="quick_find" action="advanced_search_result.php" method="get">
<input class="flat_text" name="keywords" type="text" size=15>
{php} echo xtc_image_submit('button_add_quick.gif', 'Go', 'align=middle'){/php}
</td>
<td></form>{$navtrail}</td>
</tr>
</table>[img]images/spc.gif[/img]<table
border=0 cellspacing=1 cellpadding=0
width=100%>
<tr valign=top>
<td width=182><!-- COLUMN_LEFT -->
{$box_CATEGORIES}
{$box_EBAY}
{$box_VERSAND}
{$box_ADD_QUICKIE}
{$box_LANGUAGES}
{$box_CURRENCIES}
{$box_NEWSLETTER}
{$box_CONTENT}
{$box_INFORMATION}
{$box_LAST_VIEWED}
{$box_SEARCH}
</td>
<td class="main_column"><!-- CONTENT -->
{$main_content}
{php}
$show_boxes = true;
if(substr($_SERVER["PHP_SELF"], strlen($_SERVER["PHP_SELF"]) - 9) != "index.php") {
$show_boxes = false;
}
else { //IS index.php... stay TRUE, but...
if(strstr($_SERVER["QUERY_STRING"], "cPath") == true) {
$show_boxes = false;
}
}
if($show_boxes) {
{/php}
{$box_SPECIALS_MAIN}
{$box_WHATS_NEW_MAIN}
{php}
}
{/php}
</td>
<td width=182><!-- COLUMN_RIGHT -->
{$box_LOGIN}
{$box_INFOBOX}
{$box_ADMIN}
{$box_BESTSELLERS}
{$box_WHATSNEW}
{$box_REVIEWS}
{$box_SPECIALS}
{$box_MANUFACTURERS_INFO}
{$box_MANUFACTURERS}
{$box_NOTIFICATIONS}
{$box_TELL_FRIEND}
{$box_SCROLLER}
</td>
</tr>
</table>
|
so sieht der quelltext der index.html in templates aus
gruss comtipps