Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Checkout Confirmation Hanging in checkout_nochex.php


poplarman

Recommended Posts

Posted

Strange problem. Hope someone can help.

 

I'm testing nochex apc. If I add to cart and checkout I progress as far as checkout_confirmation page. On clicking 'Confirm Order' the system hangs and goes nowhere.

 

Here's the strange thing, if I go back and complete a Comment field it works Okay.

 

Can anyone help please?

Posted

If you are getting a blank page then there could be an error that is not showing. OPen up the file that is causeing you a problem and add this code just before the application_top.php include

 

	    ini_set('display_errors',1);
	    error_reporting(E_ALL);

 

It should force errors to show up.

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Archived

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

×
×
  • Create New...