View Single Post
  #1  
Old 06-30-2011, 07:27 AM
 
nickff nickff is offline
 

Senior Member
  
Join Date: Aug 2010
Posts: 132
 

Question Insert HTMl every nth product in products_t.tpl

*** 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?
__________________
nick hoag
looking forward to the future
http://thefutureforward.com
xcart versions 4.2.x, 4.3.x, 4.4.x
Reply With Quote