Is there a way to change the default order status once a payment has been made? It leaves the order in “open” status, and I want it to go to “complete” or something else by default once it has verified payment has been made. Thanks
[quote name='parodius420' timestamp='1342325724' post='140773']
Is there a way to change the default order status once a payment has been made? It leaves the order in “open” status, and I want it to go to “complete” or something else by default once it has verified payment has been made. Thanks
[/quote]
Just edit payment method processor code
Change
$pp_response['order_status'] = 'O';
to this
$pp_response['order_status'] = 'C';
[quote name='Denis S' timestamp='1342329146' post='140777']
Just edit payment method processor code
Change
$pp_response['order_status'] = 'O';
to this
$pp_response['order_status'] = 'C';
[/quote]
Thanks. Where do you do this at?
Anyone know which file he was refering to? Thanks!
Pretty much the only thing stopping me from opening up shop is this issue, can someone help please. Thanks
Although you can change the status code in admin when you add a new status,
It should change from open to processed automatically anyway, which payment processor are you using
John
Amazon and Google Checkout leave them both in open. I just want them to a closed status, or state they are closed, as I get customers all the time asking why their order is still open. I dont even use the backend system for that type of thing.
dont use any of those payments, changing manually is a pain I know but perhaps someone who uses those payment methods can comment
Going back from memory of 3-4 years ago, doesn't google checkout do something whacky like hold your funds for “some” period of time while they verify “something”, and then the order status changes from Open to Processed? If so, you most likely don't want to go mucking around with the payment statuses in CS-Cart.
Google Checkout has to be the most idiotic payment processing method we ever tried…
The only thing im aware of is they have payout schedules every few days, ive never had any funds held like that.
The point I was trying to make was that “I think” google checkout is different in that the order status changes on their end after a delayed period of time, may be minutes, may be hours, again I am only going from distant memory and am not certain, so you might want to verify this behavior.
I have a couple websites, and it never switched the order on the site for me to paid/closed after any amount of time. Anywho, anyone know where I edit the info above it?
[quote name='Struck' timestamp='1342740018' post='141120']
Google Checkout has to be the most idiotic payment processing method we ever tried…
[/quote]
Us too, long time back
Anyone? Come on, someone has to know =)
Sigh =)