Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout Confirmation Problem - Please Help


oscommercenewbie

Recommended Posts

Your host probably has error reporting turned off. There are several ways you might be able to turn it on. most likely, there's an error occuring on the page, and so nothing is displayed. You might be able to add the following line at the top of application_top.php:

 

ini_set('error_reporting', E_ALL);

 

Error messages will help figure out whats wrong.

Contributions

 

Discount Coupon Codes

Donations

Link to comment
Share on other sites

Your host probably has error reporting turned off. There are several ways you might be able to turn it on. most likely, there's an error occuring on the page, and so nothing is displayed. You might be able to add the following line at the top of application_top.php:

 

ini_set('error_reporting', E_ALL);

 

Error messages will help figure out whats wrong.

 

Thank you KG, I will try that.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...