Lovelock Posted November 1, 2011 Posted November 1, 2011 Hello, when a purchase is made via paypal and the customer is redirected back to site, it goes through checkout_process.php. However it just sticks there as a white page? I am having a problem at the moment where the customers items that they have purchased, arent being removed from the cart...? Could this be whats causing it?
web-project Posted November 2, 2011 Posted November 2, 2011 Could this be whats causing it? some errors in php code, to check them simply add the following code into .htaccess file: php_flag display_errors on php_value error_reporting 6143 Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
Lovelock Posted November 2, 2011 Author Posted November 2, 2011 Thanks for the reply but i fixed it :) It was the gift voucher add on causing the problems. I added this in front of any offending lines and it worked: if (isset($order_total_modules))
Recommended Posts
Archived
This topic is now archived and is closed to further replies.