#1 (permalink)  
Alt 22.03.2006, 09:24
 
Registriert seit: 22.03.2006
Beiträge: 2
Standard

Die Optische Anpassung der Produktdarstellung im XT-Commerce-Shop soll auf eine zweispaltige Darstellung umgestellt werden.

In der Anlage haben wir euch den Quelltext der Datei: product_listing_v1.html angeh?ngt:

Der Quelltext muss mit einem SMARTY-Tag so umgestellt werden, dass die Produkte zweispaltige dargestellt werden.

Quelltext:
{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td class="contentsTopics">{$CATEGORIES_NAME}</td>
<td align="right"></td>
</tr>
<tr valign="top">
<td class="contentsTopics">{$CATEGORIES_HEADING_TITLE} </td>
<td align="right"></td>
</tr>
</table>
{if $CATEGORIES_DESCRIPTION}

{$CATEGORIES_DESCRIPTION}{/if}
{if $CATEGORIES_IMAGE}[img]{$CATEGORIES_IMAGE}[/img]



<table width="100%" border="0">
<tr>
<th scope="col"><div align="left">{/if} {if $MANUFACTURER_DROPDOWN}

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main" align="right"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main" align="right">{#text_show#}</td>
<td class="main" align="right">{$MANUFACTURER_DROPDOWN}</td>
</tr>
</table></td>
</tr>
</table>
{/if}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"> <div align="left">{foreach name=aussen item=module_data from=$module_content}
<!-- schattenbox oben anfang -->
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" width="1"></td>
<td height="8" width="*" background="{$tpl_path}img/ax_oben.gif"></td>
<td height="1" width="8"></td>
</tr>
<tr>
<td width="8" height="*" background="ax_links.gif"></td>
<td><!-- schattenbox oben ende -->
<table width="95%" border="0" cellpadding="0" cellspacing="0" style="border-top: 0px solid; border-color: #d4d4d4;">
<tr>
<td rowspan="2" style="border-bottom: 0px solid; border-color: #cccccc;">{if $module_data.PRODUCTS_IMAGE!=''}[img]{$module_data.PRODUCTS_IMAGE}[/img]{/if} {if $module_data.PRODUCTS_FSK18=='true'}

[img]{$tpl_path}img/fsk18.gif[/img]{/if}</td>
<td align="left" class="main">{$module_data.PRODUCTS_NAME}</td>
</tr>
<tr>
<td align="left" class="main" style="border-bottom: 0px solid; border-color: #cccccc;">{$module_data.PRODUCTS_SHORT_DESCRIPTION }

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><table width="200" border="0">
<tr>
<td align="right"><font color="red" size="2">{$module_data.PRODUCTS_PRICE}</font></td>
<tr>
<td align="right">{#text_shippingtime#} {$module_data.AMPEL_IMAGE}</td>
</tr>
<tr>
<td align="right">{$module_data.BUTTON_BUY_NOW}</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!-- schattenbox unten anfang -->
</td>
<td height="*" width="1" background="{$tpl_path}img/ax_rechts.gif"></td>
</tr>
<tr>
<td height="10" width="1"></td>
<td height="10" width="*" background="{$tpl_path}img/ax_unten.gif"></td>
<td height="10" width="8" background="{$tpl_path}img/ax_untenrechts.gif"></td>
</tr>
<tr>
<td></td>
<td>
</td>
<td></td>
</tr>
</table>
<!-- schattenbox unten ende -->
<div align="left">{/foreach} </div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{$NAVIGATION}</td>
</tr>
</table>





Screenshot der aktuellen Seite:
http://www2.asmc.de/index.php/cPath/1140_3...ampfmesser.html

Ich hoffe es kann uns jemand helfen.
Vielen Dank im Voraus
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 22.03.2006, 10:16
 
Registriert seit: 15.12.2005
Beiträge: 300
Standard

da fehlt was in deiner productz_listing.html

und zwar
Code:
       {$module_data.BUTTON_BUY_NOW}</div>
     </td>
    </tr>
   </table>
  </td>
  {php} if ($col>=3) { $col=0; echo '</tr>  <-- hier ist die def. f?r die spalten
 <tr>'; } {/php} {/foreach} </tr>
</table>
<br>
<div align="center"> 
 <table border="0" cellspacing="0" cellpadding="0">
  <tr> 
   <td>{$NAVIGATION}</td>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 22.03.2006, 12:40
Benutzerbild von dukie6666
VEYTON Service Partner
 
Registriert seit: 26.01.2004
Ort: Nueva Colombia/Paraguay
Beiträge: 1.855
Standard

vorallem fehlt der copyrighthinweis von xt-commerce :hit:
__________________
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
  #4 (permalink)  
Alt 22.03.2006, 14:13
 
Registriert seit: 22.03.2006
Beiträge: 2
Standard

Copyrighthinweis

<!--
This OnlineStore is brought to you by XT-Commerce, Community made shopping
XTC is a free open source e-Commerce System
created by Mario Zanier & Guido Winger and licensed under GNU/GPL.
Information and contribution at http://www.xt-commerce.com
-->
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 22.03.2006, 15:12
Benutzerbild von polkhigh33
xt:C Supportmitarbeiter
 
Registriert seit: 26.10.2003
Ort: Hamburg
Beiträge: 6.862
Standard

Zitat:
/*
The following copyright announcement is in compliance
to section 2c of the GNU General Public License, and
thus can not be removed, or can only be modified
appropriately.
*/
lesen und verstehen. original-footer in der datei die du verpfuscht und so nebenher auch noch st?mperhaft deinen shop unvalide gemacht hast, unverz?glich wiederherstellen.
vorher wirst du hier schwerlich hilfe erwarten k?nnen, eher trudelt eine abmahnung ein.
__________________
dieser beitrag ist ohne gewähr und stellt nur meine meinung und keinesfalls eine rechtsberatung dar. im zweifelsfalle ist er ironisch gemeint.
.:netzdesign33.de:. | .:blog33.de:.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 04.04.2006, 14:37
 
Registriert seit: 05.08.2005
Beiträge: 10
Standard

Ich wunder mich immer wieder ?ber den hier herrschenden Tonfall und das "Anfahren" von Leuten die nach Rat fragen !

Diesen Teil des Zitates >>... or can only be modified appropriately.<<, w?rde ich mit "... darf lediglich angemessen Angepasst werden ..." ?bersetzen.
...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 02.10.2006, 03:23
Neuer Benutzer
 
Registriert seit: 29.08.2006
Beiträge: 1
Reden

Genauso versteh ich das auch...

Ich hab einfach von 7pt auf 5pt verkleinert und alles nach Rechts verschoben und alles aktive Links entfernt.

Alles ist optisch noch da, nur modifiziert (keine Veränderung des Textes)


"Die Entfernung/Modifikation des Footertextes
"Dieser Shop wurde mit xt:Commerce erstellt.
xt:Commerce ist als freie Software unter der GNU/GPL Lizenz erhaeltlich.
eCommerce Engine ? 2004 xt:Commerce"
ist nicht gestattet."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
produktdarstellung, xtcommerce, zweispaltige

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 08:58 Uhr.

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

xt:Commerce is a SafeCharge brand