Guest Posted November 18, 2004 Share Posted November 18, 2004 I've got a small problem... my order status does not correctly reflect what the order really is. I can change the actual order to "Shipped" and it shows as "Pending" on the Orders page. I've recently installed the PayPal IPN contribution. Any ideas? Link to comment Share on other sites More sharing options...
Guest Posted November 24, 2004 Share Posted November 24, 2004 Hmm... I've checked everything I can think of. For some reason /admin/orders.php does not show what the order really is. Can anybody tell me why this line in /admin/orders.php <td class="dataTableContent" align="right"><?php echo $orders['orders_status_name']; ?></td> would be inconsistant with the actual order details...? Link to comment Share on other sites More sharing options...
Guest Posted November 24, 2004 Share Posted November 24, 2004 what do you have setup for the default order status? Link to comment Share on other sites More sharing options...
Guest Posted November 24, 2004 Share Posted November 24, 2004 Pending is set to default. Link to comment Share on other sites More sharing options...
Guest Posted November 24, 2004 Share Posted November 24, 2004 you may have missed a step in the installation or put something in the wrong place. go back thru it and you should probably find your error. did it work prior to the installation? Link to comment Share on other sites More sharing options...
Guest Posted December 7, 2004 Share Posted December 7, 2004 K... I'm back. I actually moved this entire site over to a new server, reinstalled oscommerce and all the contributions that were on it. The problem remained. Here's a twist though... When I reinstalled paypal IPN I forgot to get the updated version (the one with the fixed paypal.php). Then, when I updated the paypal.php the "Pending" issue turned into a "Cancelled" issue. Everything that was Pending, is now Cancelled. I cannot figure out why this is happening. :huh: Link to comment Share on other sites More sharing options...
Guest Posted December 12, 2004 Share Posted December 12, 2004 I have come to find out that the orders page is in fact showing what is in the database. The problem lies within the database not updating correctly, or getting overwritten (I guess)... Any help please. Is there a particular page that you would need to see? Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2004 Share Posted December 13, 2004 I have come to find out that the orders page is in fact showing what is in the database. The problem lies within the database not updating correctly, or getting overwritten (I guess)... Any help please. Is there a particular page that you would need to see? <{POST_SNAPBACK}> This may be no more than a stab in the dark, but have you compared the numbers assigned to the statuses in the database with the order in which they appear in the admin panel? Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2004 Share Posted December 13, 2004 Hmm..? It appears they do... Admin>Localization>Order Status: Pending (default) Processing Shipped On Hold Canceled Waiting on E-Check Waiting on Money Order Databse (with order_status_id): Pending (1) Processing (2) Canceled (5) Shipped (3) On Hold (4) Waiting on E-Check (6) Waiting on Money Order (7) Thanks. Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2004 Share Posted December 15, 2004 Alright... I could really use some help here. Now the order statuses are mysteriously switching to '0' in the database and thus are not showing up in the admin at all. Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2004 Share Posted December 15, 2004 Alright... I could really use some help here. Now the order statuses are mysteriously switching to '0' in the database and thus are not showing up in the admin at all. <{POST_SNAPBACK}> If you have any suspect code, you might want to post it for review. Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2004 Share Posted December 15, 2004 Hmm...? I'm not sure. My suspicions are that the PayPal IPN contribution has something to do with it. Can you tell me which files are writting to the database? Link to comment Share on other sites More sharing options...
peterr Posted December 18, 2004 Share Posted December 18, 2004 Hi, See this one: http://www.oscommerce.com/forums/index.php?showtopic=126251 might give you some clues ?? Peter Link to comment Share on other sites More sharing options...
boxtel Posted December 18, 2004 Share Posted December 18, 2004 Hmm...? I'm not sure. My suspicions are that the PayPal IPN contribution has something to do with it. Can you tell me which files are writting to the database? <{POST_SNAPBACK}> un-install that stuff and you will know, Treasurer MFC Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.