I am almost 100% sure that it is not another payment module getting in the way. I have even renamed the Offline CC module php file just to be sure. It is almost as if the cc info that is in the hidden fields on the confirmation page are blank or are not being passed to the checkout_process as $_POST[] variables. I don't know where the info is being lost. I think I need to add some debug code in key places to tell me more info when this does happen. However since this is a live site I am not sure exactly how to and where to put code so it is transparent to the user and gives me the info I need. Maybe like a if then statement on the checkout_process to check $_POST variables and fail if blank, but where to send the customer I don't know. Maybe redirect back to the payment page or something. Any ideas.



