Processing payment for order makes order state go to completed automatically #3906
Replies: 3 comments
-
I saw this post[1] about this order state. If I comment this line out the order state is not automatically set to completed. But I actually only have a few products that need some external activities, before they can be set to completed.
[1] |
Beta Was this translation helpful? Give feedback.
-
I don't really understand how this automatic setting should work. If the order total is 10, and I process a payment for 10, the order goes automatically to COMPLETE state. However if I have an order with total 10 and I process to separate payments of 5, no COMPLETE state is applied. |
Beta Was this translation helpful? Give feedback.
-
I cannot replicate it, I placed an order from frontend with a total of $2.00, the order status is Pending: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I process bank transfers for an order I want to the order to keep the status pending/pending_payment until enough payments are processed and the order is paid in full. I then want the order to be set to processing state (for external manual processing). However I am getting a complete state automatically after $order->save();
How/where should I disable this funtionality?
Beta Was this translation helpful? Give feedback.
All reactions