Hey Guys -
Big issue here, fairly frustrating. Currently my checkout IS being processed by my gateway/payment module (aka the money is being transferred) but ZenCart stalls (blank page) at a checkout_process page that looks something like:
main_page=checkout_process
With a bunch of stuff after it. I've put in some echo's to try and track how far the code is firing within checkout_process.php and when a customer is successfully logged in, it gets all the way to:
// load the before_process function from the payment modules
$payment_modules->before_process();
At this point it does not fire anything else, and a blank page is presented to the user.
Is this a syntax error? Or is this an error with the module I've received from my payment gateway?
Really appreciate the help, been trying to reference other threads for a while on this now...
Thanks,
-kyle


Reply With Quote
