Highly unlikely. Normally a payment gateway should return to index.php?main_page=checkout_process ... but it sounds like 2checkout uses their own handler process_2checkout.php instead. In such cases, that script would do some preprocessing and then send itself through the stages normally handled by main_page=checkout_process thus accomplishing the same end result.
If yours isn't making its way through those steps, you'll need to work your way through the code by adding die() statements to find out what is and what is not running, and find out where it's breaking, and fix whatever is breaking.
Zen Cart will happily store the order once the checkout_process steps are kicked off with valid payment data. If the payment module doesn't pass the verified data as valid, the order won't save.



Reply With Quote
