Thread: Extra Fields??
View Single Post
  #6  
Old 05-02-2004, 05:08 PM
 
spoonernyc spoonernyc is offline
 

Member
  
Join Date: Apr 2004
Posts: 18
 

Default

I have this code and it is not pulling out my data...

Code:
{section name=product loop=$products} {$products[product].param00} {/section}

so does $products contain all of the data related to a $productid held in an array?
Reply With Quote