7 replies [Last post]
Theoverclocked's picture
Offline
Bug Finder
Joined: 09/04/2007
Juice: 31
Was this information Helpful?

I am using the Linkpoint API module as my credit card gateway and when an order goes through it does get charged but the order status never changes from Pending to Completed. Is this some sort of bug with the Linkpoint module or am I missing a setting somewhere?

Thanks,
Jordan

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Order status never changes to Completed

Nope, order status changes have been migrating out of core into Workflow-ng configurations unless it's specific to that module. You can setup a "payment received" configuration that updates the order status, tho.

Theoverclocked's picture
Offline
Bug Finder
Joined: 09/04/2007
Juice: 31
Re: Re: Order status never changes to Completed

hmmm I'm looking in Workflow-ng and all I see is "payment gets entered for order." Could this have something to do with using Ubercart Alpha 8? I haven't had any time to update to the beta yet...

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Theoverclocked wrote:hmmm
Theoverclocked wrote:

hmmm I'm looking in Workflow-ng and all I see is "payment gets entered for order." Could this have something to do with using Ubercart Alpha 8? I haven't had any time to update to the beta yet...

Nah, that's the one. I just didn't bother to look and see what the real title of it is. In regards to litebulb's question, you can check out that default configuration and modify it to set the status to completed.

litebulb's picture
Offline
Bug Finder
Joined: 12/10/2007
Juice: 31
workflow-ng

Would you be able to give an example of how to create a workflow that would change the status from pending to completed? I am not sure which events to use etc... Thanks.

Theoverclocked's picture
Offline
Bug Finder
Joined: 09/04/2007
Juice: 31
Re: workflow-ng

I just created the workflow so I will see if it works on the next order.

admin/build/workflow-ng/0/add
Event = payment gets entered for order
Condition = Check the order balance -> Balance is equal to $0.00.
Action = Update the order status

Seems logical to me, correct me if I'm wrong.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: workflow-ng

That should do it. At least as of beta 1 an almost identical (if not totally identical) is included in core and simply has to be enabled through the workflow configuration page.

cassidy's picture
Offline
Joined: 01/07/2008
Juice: 10
Re: Order status never changes to Completed

Ahhhh, awesome. I've been trying to figure that one out all night (and it's now 2 in the afternoon...). I couldn't figure out why workflow was so difficult to use, and why none of the listed actions and conditions would show up. It only came up AFTER I added an event. You know, I don't remember seeing that anywhere. Something that might be helpful in the workflow section of the user's guide. I thought there was something wrong with my installation until just now.

cassidy