Jump to content
xt:Commerce Community Forum

Kategorie IDs?


tanja_

Recommended Posts

hallo,

ich hab schon bisschen im Forum gestöbert aber leider nichts dazu gefunden :(

Ich möchte auf der Startseite meines Shops eine Übersicht der neuesten Produkte einer Kategorie anzeigen lassen. Das habe ich soweit auch geschafft, jedoch nur für eine Kategorie.. Möchte ich jetzt diese Anzeige für eine andere Kategorie darstellen müsste ich ja die Kategorie-ID im Code ändern.. aber wo finde ich diese Kategorie-IDs? :(

Hier der Code den ich verwendet habe:

<td><center>{section name=main start=0 loop=2}
{assign var=current value=$smarty.section.main.index} <a href="{$module_content[1][$current].PRODUCTS_LINK}">

{if $module_content[1][$current].PRODUCTS_IMAGE!=''}<img src="{$module_content[1][$current].PRODUCTS_IMAGE}" alt="{$module_content[1][$current].PRODUCTS_NAME}" />
<br />{/if}
{if $module_content[1][$current].PRODUCTS_BAND_NAME}<span class="bandname">{$module_content[1][$current].PRODUCTS_BAND_NAME}</span>
<br /> {/if}
<strong>{$module_content[1][$current].PRODUCTS_NAME}</strong>
<br />
{if $module_content[1][$current].PRODUCTS_FORMATS!=''}{#format#} {$module_content[1][$current].PRODUCTS_FORMATS}{/if} -
<strong>{$module_content[1][$current].PRODUCTS_PRICE}</strong>
</a> <br /> <br />{/section}
</center></td>[/HTML]

Bitte um Hilfe :(

Link to comment
Share on other sites

Archived

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

×
  • Create New...