View Single Post
  #2  
Old 07-30-2003, 02:36 PM
  kpayne's Avatar 
kpayne kpayne is offline
 

X-Adept
  
Join Date: Dec 2002
Location: Firetanksoftware.com
Posts: 469
 

Default

You'd need to know the loop index variable (see the 'name=' part of .

For example, if the index was "product" then you would use the following code:

{if %product.last% ne "true"}
... code ...
{/if}

I'm getting the info from this page: http://smarty.php.net/manual/en/section.property.last.php

I hope this helps!
__________________
X-cart Featured Products Manager from http://www.firetanksoftware.com - Put your products where you want, how you want.
Reply With Quote