Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout_process.php, doesnt redirect?


Lovelock

Recommended Posts

Posted

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?

Posted
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.

Posted

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))

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...