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
|