Hi I was not sure if there is a zencart coding area but I have a question about some code if anyone has time. If place a variable in classes\order_total such as the $difference variable in function pre_confirmation_check() wouldn't $difference be available to checkout_confirmation/header_php.php and likewise be available to templates/tpl_checkout_confirmation_default.php? I see that some like $credit_covers are passed but when I try to create one it does not work.

Do I simply have to define any new ones as a global variables?



Thanks