Seleccione una categoria
 
 Productos / {$stCATEGORIA_NOMBRE}   {if $stPAGE > 1}{else} {/if} {if $stPAGES_TOTAL > 1}Pag. {$stPAGE} de {$stPAGES_TOTAL}   {/if} {if $stPAGE < $stPAGES_TOTAL}{else} {/if}
{foreach from=$stPRODUCTOS item=producto}

{$producto.Nombre}

Características
{$producto.Caracteristicas}
{foreach from=$producto.Items item=item} {$item.nombre}
{$item.valor}
{/foreach}

{/foreach}