How to print iteration of the foreach in smarty
Como imprimir el número de iteración de un foreach. {foreach from=$myArray item=i name=foo} {$smarty.foreach.foo.iteration}, {/foreach} Ejemplo: {foreach from=$featured_products item=product name=products} {if ($smarty.foreach.products.iteration == 13) }… Leer más »How to print iteration of the foreach in smarty