View Single Post
  #3  
Old 09-19-2005, 08:35 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:
$smarty->assign("activeFreeGifts", $activeFreeGifts); $smarty->assign("offerFreeGifts", $offerFreeGifts);

If $activeFreeGifts and $offerFreeGifts is in fact an array, just use a {section} loop over the array and irretate over it, just look at any of the code in products.tpl and you'll see what im refering to.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote