Actually
I pulled the error reporting code from confirm.php and I'm actually getting through to the checkout_failure page saying transaction cannot be completed now. So I added the error reporting code to the checkout_failure page at line 1 and here is the error:
/*if (!empty($_SERVER['HTTPS'])) { header("location: http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']); die(); }*/ require_once('webassist/themes/theme_open.php'); $WAIncludeContent = new WA_Include(__FILE__); ?>
Transaction Not Completed
We're sorry
Your transaction could not be completed. Either your credit card information or billing address has problems and cannot be processed
Notice: Undefined variable: WAGLOBAL_Debug_Mode in E:\Inetpub\wwwroot\nextacoustics.com\html\checkout_failure.php on line 44
Please return to checkout and try again, or contact us.
Notice: Undefined variable: _SESSION in E:\Inetpub\wwwroot\nextacoustics.com\html\checkout_failure.php on line 63 Notice: Undefined variable: WAIncludeContent in E:\Inetpub\wwwroot\nextacoustics.com\html\webassist\themes\theme_close.php on line 3 Fatal error: Call to a member function Initialize() on a non-object in E:\Inetpub\wwwroot\nextacoustics.com\html\webassist\themes\theme_close.php on line 3
Does that tell you anything worthwhile?