Payment & order status not updating

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
WylieE
Captain (CAPT)
Captain (CAPT)
Posts: 281
Joined: Tue Mar 25, 2008 8:26 am
Location: Puyallup, WA
Contact:

Payment & order status not updating

Post by WylieE » Wed Nov 12, 2008 12:22 pm

We are encountering an odd situation in our site with respect to payment and order status. We've done some customization of the order statuses. We have a status when the order is placed 'order placed' and have changed the status to 'under review' when the order is paid. No major changes, just a few words.

When a new order is placed and full CC payment is captured at checkout, the order status is remaining Order Placed and the status is remaining at Order Placed. The statuses are not changing to Paid and Under Review unless we open the order.

I'm not sure what triggers a payment status changed, but it seems like it is not firing off. I can look under the order history and notes and see the Paid status and Under Review status changing the same time I viewed the order.

Where might I find the payment status trigger? That seems a good place to start.
Eric Wylie
Warmoth Guitar Products, Inc.
http://www.warmoth.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Payment & order status not updating

Post by mazhar » Wed Nov 12, 2008 12:39 pm

Try to load the order using the following overload of the OrderDataSource class

Code: Select all

Order order = OrderDataSource.Load(orderId,false)
It sounds like a cache problem.

User avatar
WylieE
Captain (CAPT)
Captain (CAPT)
Posts: 281
Joined: Tue Mar 25, 2008 8:26 am
Location: Puyallup, WA
Contact:

Re: Payment & order status not updating

Post by WylieE » Wed Nov 12, 2008 4:44 pm

Thanks so much. Bryan updated the code and it is working again!
Eric Wylie
Warmoth Guitar Products, Inc.
http://www.warmoth.com

Post Reply