X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Insert HTMl every nth product in products_t.tpl (https://forum.x-cart.com/showthread.php?t=60009)

nickff 06-30-2011 07:27 AM

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?


All times are GMT -8. The time now is 04:38 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.