Jump to content
xt:Commerce Community Forum

Kategorien link


Nonne.biz

Recommended Posts

Hi,

ich habe mal eine Frage zu den Kategorien. Meine werden mit der Unterkategorie als Bilder angezeigt, was auch völlig richtig ist. Mein Problem ist, wie bekomme ich Links unter die Bilder? Alleine die Bilder reichen nicht. Habe schon das selber bearbeitet.

Es soll die Kategorie mit der jeweiligen unterkategorie per Bild und Link angezeit werden. Hat jmd nen Tip?

Nonne:confused:

Link to comment
Share on other sites

hi,

folgendes Listing für Kategorienanzeige 3-Spaltig stand schon im Forum;

solltest Dir was abkucken können:

<h1>{$categories_name}</h1>

{if $categories_image}{img img=$categories_image type=m_info}{/if}

{if $categories_description}<p>{$categories_description}</p>{/if}

{if $categorie_listing !=''}

<h3>{txt key=TEXT_HEADING_MORE_CATEGORIES}</h3>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr> {foreach name=aussen item=module_data from=$categorie_listing}

{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 img=$module_data.categories_image type=m_thumb}</a>{/if}</td>

</tr>

<tr>

<td align="center" ><a href="{$module_data.categories_link}">{$module_data.categories_name}</a></td>

</tr>

</table>

</td>

{assign var=maxcol value=$smarty.const._STORE_MAX_CATEGORIES_PER_ROW}

{php}

$maxcol=$this->get_template_vars('maxcol');

if ($col>=$maxcol) {

$col=0;

echo '</tr><tr>';

}

{/php}

{/foreach} </tr>

</table>

{page name=xt_new_products type=user order_by='rand()' tpl_type='product_listing'}

{/if}

Grüsse

oldbear

Link to comment
Share on other sites

Archived

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

×
  • Create New...