Jump to content
xt:Commerce Community Forum

In der Sitemap auch Artikelnamen anzeigen?


chin

Recommended Posts

Hallo,

es gibt ja die schöne funktion der Sitemap. Dies kann man wohl auch Gesamtsortiment anzeige nennen.

Leider zeigt er bei mir die die Kategorien an und nicht die einzelnen dadrin enthaltenden Artikel, kann man dies irgendwie ändern? so das Kategorie --> und dadrin enthaltende Artikel angezeigt werden???

Vielen dank im voraus...

Mfg

Link to comment
Share on other sites

Also wenn ich das so mache, passiert garnichts, es werden nur die Kategorien und nicht die produkte angezeigt

kann mir jemand helfen????

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

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

<table>

 <tr>

	<td class="heading3"><strong>{#heading_sitemap#}</strong></td>

 </tr>

</table>

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

<tr>

{php}$i=0;{/php}

{foreach name=aussen item=module_data from=$module_content}

{php}$i++;{/php}

<td valign="top">

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

  <tr>

  	<th class="sitemap_heading"><a href="{$module_data.CAT_LINK}">{$module_data.CAT_NAME}</a></th>

  </tr>

  <tr>

  	<td>


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

		{foreach name=aussen item=module_data from=$module_content} 	

          <tr> 

            <td align="left" class="main"><a href="{$module_data.PRODUCTS_LINK}"><strong>{$module_data.PRODUCTS_NAME}</strong></a></td>

          </tr>


          {foreachelse}


    {/foreach}    

    </table></td>

  </tr>

</table></td>

{php}if ($i==3){ echo "</tr><tr>"; $i=0; }{/php}  

{/foreach}

</tr>

</table>

Link to comment
Share on other sites

Archived

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

×
  • Create New...