mshisha Posted December 30, 2005 Share Posted December 30, 2005 Hello I am suddenly having problems with my website. It is pretty basic os-commerce and has been running for some time. Just now have a customer reporting couldnt feed in credit card details and check out. I tried myself and have the same problem. Nothing has changed on the website since the last few orders. Once they get to checkout_confirmation - it sends them back to checkout_payment.php. I have no idea what to do - anyone any ideas? Many thanks for any help on this one Quote Link to comment Share on other sites More sharing options...
mshisha Posted December 30, 2005 Author Share Posted December 30, 2005 Update to above This is only happening with new customers or pwa - previous customers can order ok. Quote Link to comment Share on other sites More sharing options...
speed777 Posted January 3, 2006 Share Posted January 3, 2006 PWA contains 2 files, checkout_process.php and checkout_payment.php, which are also used by your credit card module. So, if you don't integrate them, you'll have problems. It sounds like that's what happened. Quote Link to comment Share on other sites More sharing options...
Guest Posted January 8, 2006 Share Posted January 8, 2006 I'm a newbie and I am having this same problem. I'm not sure what you mean by this comment: "PWA contains 2 files, checkout_process.php and checkout_payment.php, which are also used by your credit card module. So, if you don't integrate them, you'll have problems. It sounds like that's what happened". How do I intergrate these two files? Do you have detailed instructions on how to fix this problem? Kay Quote Link to comment Share on other sites More sharing options...
speed777 Posted January 8, 2006 Share Posted January 8, 2006 I use WinMerge to integrate php files. Go to WinMerge and download the free program. It has a feature that lets you open 2 files and see them on the screen side-by-side. Open your credit card module file (example: if you're using the Authorize.Net Consolidated 1.7 with Curl Fix contribution, it has a file called checkout_process.php) and the new file (look in the Purchase Without Acount contribution for checkout_process.php) that you want integrated. The differences in the 2 files will be highlighted in red. Transfer the new file over and save. You may have to experiment a few times to get it to work right. Remember to work off of a copy of the file (rename the original file) so you can restore it to the original state if you need to. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.