Binden Sie diesen Bereich in das Template "Produktauflistung" ein. Es werden alle Unterkategorien mit Bild dargestellt.
<% if ($subcategories) %>
<% assign var=line_break value="4" %>
<table class="tab_std" border="1" width="100%">
<tr class="header"><td colspan="<% $line_break %>">Kategorien</td></tr>
<tr>
<% foreach from=$subcategories item=category name=cat %>
<td width="<% math equation="x / y" x=100 y=$line_break %>%" valign="top" align="center">
<% include file="catview.tpl" %></td>
<% if $smarty.foreach.cat.iteration % $line_break == 0 %></tr><tr><% /if %>
<% /foreach %>
</tr>
</table>
<% /if %>