#1 (permalink)  
Alt 09.01.2008, 21:02
Neuer Benutzer
 
Registriert seit: 24.07.2006
Beiträge: 29
Standard produkte in spalten nebeneinander aufzulisten

Hallo zusammen.
Ist es möglich produkte die produkte z.b. in 3 spalten nebeneinander aufzulisten anstatt alle untereinander in einer spalte.
Habe schon in dem adminbereich nach einer einstellungsmöglichkeit gesucht, sowie versucht die product_listing anzupassen.
Shopversion 3.0.3
Viele Grüße
suncell
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 09.01.2008, 21:23
xt:Commerce Support Kunde
 
Registriert seit: 23.06.2005
Beiträge: 34
Standard

@suncell

die product_listing.html in deinem Ordner Template/dein Template/module/product_listing.html war schon richtig.

Suche nach
PHP-Code:
if ($col>=1
und ändere den Wert 1 auf 2 (2Spalten) usw. ab.

Gruss
elektro1a
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 09.01.2008, 21:29
Neuer Benutzer
 
Registriert seit: 24.07.2006
Beiträge: 29
Standard

das einzigste was in der product_listing.html steh ist leider nur folgendes.
könntest du vielleicht mal ein musterquelltext uploaden.


{config_load file="$language/lang_$language.conf" section="index"}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="{$tpl_path}images/cate-background.gif"><img src="{$tpl_path}images/x.gif" width="1" height="1"></td>
<td background="{$tpl_path}images/cate-background.gif" class="products_description_2" valign="top">


{$CATEGORIES_NAME}{$categories_heading_title}{if $CATEGORIES_DESCRIPTION}<br />{$CATEGORIES_DESCRIPTION}{/if}<br />{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_NAME}"/>{/if}</td>






</tr>
<tr>
<td bgcolor="#ffffff" colspan="2"><img src="{$tpl_path}images/x.gif" width="1" height="3"></td> <!--zwischenraum direkt unter der produktbeschreibung -->
</tr>
{if $MANUFACTURER_DROPDOWN}
<tr>
<td colspan="2" class="boxcontent"><img src="{$tpl_path}images/x.gif" width="1" height="5"></td>
</tr>
<tr>
<td class="boxcontent"><img src="{$tpl_path}images/x.gif" width="1" height="1"></td>
<td class="boxcontent" valign="middle" align="right"><table border="0" height="1" cellspacing="0" cellpadding="0">
<tr>
<td class="main" valign="top">{#text_show#}&nbsp;&nbsp;</td>
<td class="main" id="dropdown" valign="top">{$MANUFACTURER_DROPDOWN}</td>
</tr>
</table></td>
</tr>
{/if}
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
{foreach name=aussen item=module_data from=$module_content}
<tr>
<td align="center" width="120" class="listing_picture">{if $module_data.PRODUCTS_IMAGE!=''}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /></a>{else}<a href="{$module_data.PRODUCTS_LINK}"><img src="{$tpl_path}images/{php}print_r($_SESSION['language']){/php}/no_picture.gif" alt=""></a>{/if}</td>
<td width="386" class="listing_description"><table border="0" width="360" height="80" cellspacing="0" cellpadding="0">
<tr>
<td><img src="{$tpl_path}images/x.gif" width="100" height="1"></td>
<td><img src="{$tpl_path}images/x.gif" width="100" height="1"></td>
<td><img src="{$tpl_path}images/x.gif" width="1" height="1"></td>
</tr>
<tr>
<td valign="top" colspan="3" class="boxcontent">{if $module_data.PRODUCTS_FSK18=='true'}<br /><img src="{$tpl_path}img/fsk18.gif" alt="" />{/if}<a href="{$module_data.PRODUCTS_LINK}" class="products_name"><strong>{$module_data.PRODUC TS_NAME}</strong></a> {$module_data.MANUFACTURERS_NAME}<p>{$module_data. PRODUCTS_SHORT_DESCRIPTION}</p></td>
</tr>
<tr>
<td valign="bottom" height="30"><strong>{$module_data.PRODUCTS_PRICE}</strong></td>
<td valign="bottom">{if $module_data.SHIPPING_NAME}{#text_shippingtime#}{i f $module_data.SHIPPING_IMAGE}<img src="{$module_data.SHIPPING_IMAGE}" alt="{$module_data.SHIPPING_NAME}" />{/if}{$module_data.SHIPPING_NAME}{/if}</td>
<td valign="bottom" align="right">{$module_data.BUTTON_BUY_NOW}</td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2"><img src="{$tpl_path}images/x.gif" width="1" height="3"></td> <!--zwischenraum bei der produktliste -->
</tr>
{/foreach}
</table>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>{$NAVIGATION}</td>
</tr>
</table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 09.01.2008, 21:41
xt:Commerce Support Kunde
 
Registriert seit: 23.06.2005
Beiträge: 34
Standard

uuuuups...

sorry ich habe übersehen Version 3.03.

Meine Version läuft auf 3.04.

Da bin ich jetzt auch überfragt was man da ändern muss.

Vielleicht hat ja ein Mods einen Tip.

Nochmals sorry!!!

Gruss
elektro1a
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 10.01.2008, 11:10
Benutzerbild von dukie6666
VEYTON Service Partner
 
Registriert seit: 26.01.2004
Ort: Nueva Colombia/Paraguay
Beiträge: 1.855
Standard

schau dir an wie es in der new_products.html gemacht wird un bau das analog in die product_listing.html ein
__________________
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
Antwort

Lesezeichen

Stichworte
aufzulisten, nebeneinander, produkte, spalten

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


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Anzeige der Produkte nebeneinander losti Shopbereich 5 14.01.2007 02:57
XSELL - Produkte nebeneinander? jpx10 Shopbereich 7 25.06.2005 13:06
Neue Produkte Auf Startseite 2 Nebeneinander Haxley Shopbereich 5 07.03.2005 11:21


Alle Zeitangaben in WEZ +1. Es ist jetzt 14:15 Uhr.

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

xt:Commerce is a SafeCharge brand