Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_confirmation.php not displaying


mbrohan

Recommended Posts

Hi,

 

I need help. Configuring my second site and don't remember the above happening on the first.

 

When I press the continue button on the payment information screen, the confirmation (checkout_confirmation.php) screen displays a balnk page.

 

Checked the permissions and they are ok. I even deleted it and when I to do it again it gave me the standard page not found.

 

I've searched the "forums" but can't find the answer (maybe just too tired and too stressed as it's my wife's site and she's eager to get it up and runnning)

 

Any help would be much appreciated.

 

I have installed Paypal IPN and deinstalled it and it still doesn't work. Only have 2 payment methods, cheque and paypal.

 

Regards

 

Michael

Link to comment
Share on other sites

Thanks for the quick response.

 

I'm just getting a blank page.

 

I did a view source and this is all I got

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML><HEAD>

<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>

<BODY onbeforeunload="" onunload=""></BODY></HTML>

 

Could it be a hosting problem in they way oscommerce is setup from their control panel?

Link to comment
Share on other sites

I don't think so.

 

Seems to be a problem of the .php file. Did you change anything in that file?

 

If it would be a hosting problem, no pages would be displayed at all.

 

 

I didn't change anything in this file.

 

Any suggestions?

Link to comment
Share on other sites

I didn't change anything in this file.

 

Any suggestions?

this does not look like an osc standard file.

 

<BODY onbeforeunload="" onunload="">

there isn't such thing with osc so is that a fork or some custom feature?

Link to comment
Share on other sites

this does not look like an osc standard file.

 

<BODY onbeforeunload="" onunload="">

there isn't such thing with osc so is that a fork or some custom feature?

 

No it isn't. When the blank page opens and you view the source, this is what it is.

 

The only contrib I applied was the basic design pack.

Link to comment
Share on other sites

I found out where the problem is in checkout_confirmation.php.

 

I put the "debug" lines in and it does not display print("debug02"). Any suggestions as to why...

 

print("debug01");

require(DIR_WS_CLASSES . 'order_total.php');

$order_total_modules = new order_total;

print("debug02");

Link to comment
Share on other sites

  • 1 month later...
I found out where the problem is in checkout_confirmation.php.

 

I put the "debug" lines in and it does not display print("debug02"). Any suggestions as to why...

 

print("debug01");

require(DIR_WS_CLASSES . 'order_total.php');

$order_total_modules = new order_total;

print("debug02");

 

 

I'm experiencing the same problem. Did you ever find out what the issue was? Thansk!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...