Jump to content
xt:Commerce Community Forum

Unterkategorien


leeluc

Recommended Posts

Hallo

ich benötige eure Hilfe:

Sie Seite von mir heißt www.my-whitepearl.de bitte kurz aufrufen und einfach bei Kategorien *Damen wählen*....nun meine frage.

Die Unterkategorien stehen einmal direkt unter *Damen*...was in Ordnung ist...allerdings stehen die Unterkategorien auch direkt rechts, und genau die Unterkategorien sollen dort weg.

Bitte um Hilfe

Danke euch

Link to comment
Share on other sites

Hallo

ich benötige eure Hilfe:

Sie Seite von mir heißt www.my-whitepearl.de bitte kurz aufrufen und einfach bei Kategorien *Damen wählen*....nun meine frage.

Die Unterkategorien stehen einmal direkt unter *Damen*...was in Ordnung ist...allerdings stehen die Unterkategorien auch direkt rechts, und genau die Unterkategorien sollen dort weg.

Bitte um Hilfe

Danke euch

Hast Du mal versucht in der Template-Datei "categorie_listing.html" folgenden Code zu entfernen?

   <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>
[/PHP]

Link to comment
Share on other sites

Hast Du mal versucht in der Template-Datei "categorie_listing.html" folgenden Code zu entfernen?

   <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>
[/PHP]

Werd es mal ändern lassen.........dann melde ich mich nochmals.........;o)...danke für die Unterstüzung....

Link to comment
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...