justsmitten Posted March 12, 2007 Posted March 12, 2007 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
Nullachtfuffzehn Posted March 12, 2007 Posted March 12, 2007 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'] != '' )
justsmitten Posted March 12, 2007 Author Posted March 12, 2007 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..
Nullachtfuffzehn Posted March 12, 2007 Posted March 12, 2007 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?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.