Su Compra ($ {$stTOTAL_PEDIDO|string_format:"%.2f"})
SELECCIONE UNA CATEGORIA   
 Productos / {$stCATEGORIA_NOMBRE}   {if $stPAGE > 1}{else} {/if} {if $stPAGES_TOTAL > 1}Pag. {$stPAGE} de {$stPAGES_TOTAL}   {else} {/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}

{if $producto.Precio > 0} $ {$producto.Precio}{/if}   {$producto.Presentacion}

{if $producto.Precio > 0}
Cantidad:
{/if}
{/foreach}
 
  {if $stPAGE > 1}{else} {/if} {if $stPAGES_TOTAL > 1}Pag. {$stPAGE} de {$stPAGES_TOTAL}{else} {/if} {if $stPAGE < $stPAGES_TOTAL}{else} {/if}