*** SOLVED ***
Insert the following in your products_t.tpl foreach loop:
Code:
{if $smarty.foreach.products.iteration % 3 == 0}
*** /SOLVED ***
Hi All,
In the product loop in products_t.tpl I need to insert some HTML after every third product that is looped through.
Any idea how to do this via smarty?