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.
|