oytun Posted November 30, 2006 Report Share Posted November 30, 2006 Hallo, als XT:C Newbie tut sich für mich gerade folgende Frage auf, auf die ich leider beim stöbern hier im Forum noch keine Antwort gefunden habe. Ich habe mehrere Kategorieren für Produkte, jede dieser Kategorien hat wiederum mehrere Unterkategorien. Ich würde den Shop jetzt gerne so konfigurieren, dass die Unterkategorien immmer gleich alle angezeigt werden, so wie eine Liste quasi. Wie mache ich das? Besten Dank vorab Link to comment Share on other sites More sharing options...
supervisior Posted November 30, 2006 Report Share Posted November 30, 2006 Warum? Hast Du doch schon? Du musst nur die Formatierung in der categorie_listing.html ändern, so dass diese nicht nebeneinander, sondern untereinander dargestellt werden. Link to comment Share on other sites More sharing options...
oytun Posted November 30, 2006 Author Report Share Posted November 30, 2006 Warum? Hast Du doch schon? Du musst nur die Formatierung in der categorie_listing.html ändern, so dass diese nicht nebeneinander, sondern untereinander dargestellt werden. danke für die fixe Antwort. In der categorie_listing.html bin ich, nur leider kenn ich den passenden Befehl nicht und konnte ihn auch nicht finden dort (wie schon geschrieben, newbie eben). Bisher sieht die categorie_listing.html so aus: {config_load file="$language/lang_$language.conf" section="categorie_listing"} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="top"> <td class="main"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td class="contentsTopics">{$CATEGORIES_NAME}</td> <td align="right">{if $CATEGORIES_IMAGE}<img src="{$CATEGORIES_IMAGE}" alt="{$CATEGORIES_IMAGE}" />{/if}</td> </tr> <tr valign="top"> <td class="contentsTopics">{$CATEGORIES_HEADING_TITLE}</td> <td align="right"></td> </tr> </table>{if $CATEGORIES_DESCRIPTION} {$CATEGORIES_DESCRIPTION} <br /> <br /> {/if} {if $module_content !=''} <strong>{#heading_more_categories#}</strong> <br /> <table style="border-top: 2px solid; border-color: #d4d4d4;" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> {foreach name=aussen item=module_data from=$module_content} {php} $col++; {/php} <td class="main"><table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td align="center" >{if $module_data.CATEGORIES_IMAGE}<a href="{$module_data.CATEGORIES_LINK}"><img src="{$module_data.CATEGORIES_IMAGE}" alt="{$module_data.CATEGORIES_NAME}" /></a>{/if}</td> </tr> <tr> <td align="center" ><strong><a href="{$module_data.CATEGORIES_LINK}">{$module_data.CATEGORIES_NAME}</a></strong></td> </tr> <tr> <td align="center" >{$module_data.CATEGORIES_DESCRIPTION}</td> </tr> </table> </td> {php} if ($col>=3) { $col=0; echo '</tr><tr>'; } {/php} {/foreach} </tr> </table> {/if} <br /> </td> <td class="main"> </td> </tr> </table> <br /> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td>{$MODULE_new_products}</td> </tr> </table> was muss ich daran ändern? Besten Dank Link to comment Share on other sites More sharing options...
supervisior Posted November 30, 2006 Report Share Posted November 30, 2006 Wenn Du den Wert von if ($col>=3) { [/PHP] auf 1 setzt, dann sollte es so sein, wie Du es haben willst, aber ohne Gewähr. Link to comment Share on other sites More sharing options...
oytun Posted November 30, 2006 Author Report Share Posted November 30, 2006 Wenn Du den Wert von if ($col>=3) { [/PHP] auf 1 setzt, dann sollte es so sein, wie Du es haben willst, aber ohne Gewähr. hat leider nicht funktioniert. Trotzdem danke für die Hilfe Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.