View Single Post
  #4  
Old 07-02-2003, 07:23 AM
  kpayne's Avatar 
kpayne kpayne is offline
 

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

Default

No problem.

The way smarty works is that the PHP code assigns variables to the template. There is no direct connection between the template and the database. In this case, xcart assigned all of the product information into a huge array called "$product".

If you just keep working backwards, you can usually trace most anything in this program.

--Kurt
Reply With Quote