Jump to content
xt:Commerce Community Forum

Produkt_info Kategorien


ReneK

Recommended Posts

Hallo liebes Team!

Ich bin nun auch ganz neu auf dem Gebiet, habe schon ein wenig rumgetestet und rumexperementiert.

Nun bin ich an einem Punkt gelangt, der mich etwas aus der Bahn wirft.

Ich möchte in meiner product_info gerne die oberkategorien, das heißt:

Ich habe eine Oberkategorie: Sommer.

Unterkategorie: Jacke, Hose, Shirt.

Wenn ich auf Jacke klicke, komme ich zu der product_info.php?info=JackeXYZ

Dort möchte ich dann die anderen Kategorien wie Hose, Shirt noch drüber bauen, nur wie mach ich das?

Habe schon folgendes versucht einzubinden:

{config_load file="$language/lang_$language.conf" section="categorie_listing"}

{config_load file="$language/lang_$language.conf" section="product_info"}

{$PRODUCT_NAVIGATOR}

{$FORM_ACTION}

<strong>{#heading_more_categories#}</strong>

<br />

<table style="border-top: 2px solid; border-color: #EA8723;" 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>=5) {

$col=0;

echo '</tr><tr>';

}

{/php}

{/foreach} </tr>

</table>

Aber leider wird mir da nichts angezeigt.

Kann mir da jemand helfen?

Link to comment
Share on other sites

Archived

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

×
  • Create New...