View Single Post
  #7  
Old 02-06-2003, 09:11 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Code:
{if $smarty.section.product.index is div by 2}

should be:

Code:
{if $smarty.section.products.index is div by 2}

note s in products.

I think

Code:
{section name=product loop=$products}

name=product should be products as well, but give those two methods a try.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote