Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Orders


justsmitten

Recommended Posts

Posted

Ok, so I've tried changing the orders.php line 357 to: elseif (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'])!='')

 

but that doesn't do the trick.....anyone know of anything else I can do? This is the last thing I need to fix to get my store going =) Please help!

 

Misha

Posted
Ok, so I've tried changing the orders.php line 357 to: elseif (isset($HTTP_GET_VARS['status']) && ($HTTP_GET_VARS['status'])!='')

 

but that doesn't do the trick.....anyone know of anything else I can do? This is the last thing I need to fix to get my store going =) Please help!

 

Misha

 

You might wanna try this line:

 

elseif (isset($HTTP_GET_VARS['status']) && $HTTP_GET_VARS['status'] != '' )

Posted

I tried that, just now, and still, to no avail.

 

Can you tell me what you are doing by chance in your cart?

 

Maybe I'm just overlooking something..

Posted
I tried that, just now, and still, to no avail.

 

Can you tell me what you are doing by chance in your cart?

 

Maybe I'm just overlooking something..

 

Maybe you're not running into that elseif clause cause the preceding if statement is true?

Archived

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

×
×
  • Create New...