View Single Post
  #2  
Old 08-06-2004, 02:13 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

You can create a php file and smarty template to include a page exactly like the other pages of the cart, and then include your php into the smarty template using something like:

{php}
include "./folder/file.php";
{/php}

Not ideal, but with some tweaking it should work.
Reply With Quote