Completed order reverting to processingNeed help understanding magento order state workflowHow can I set my order to a custom status after it's been fully paid / invoiced?Set new order paid via PayPal Express to 'Pending'Change Order status to processing automaticallyHow to set Paypal Website Standard New Order Status as Complete instead of Processing?Why are my authorize transactions being settled before full payment has been captured?Magento order state in ObserverOrder status randomly changes upon invoicing and shippingOrder Status not changed in the sales order grid Magento 2Order status doesn't change to “Complete” after shipping and invoicing
How many people are necessary to maintain modern civilisation?
Folding basket - is there such a thing?
Long term BTC investing
Sci fi short story, robot city that nags people about health
Is it illegal to withhold someone's passport and green card in California?
Do I have any obligations to my PhD supervisor's requests after I have graduated?
What is the legal status of travelling with methadone in your carry-on?
Has there been any indication at all that further negotiation between the UK and EU is possible?
Require advice on power conservation for backpacking trip
I am completely new to Tales from the Floating Vagabond, how do I get started?
How was Hillel permitted to go to the skylight to hear the shiur
Fedora boot screen shows both Fedora logo and Lenovo logo. Why and How?
Is this one of the engines from the 9/11 aircraft?
Interaction between Leyline of Anticipation and Teferi, Time Raveler
Impossible darts scores
Should my manager be aware of private LinkedIn approaches I receive? How to politely have this happen?
Would it be a copyright violation if I made a character’s full name refer to a song?
A STL-like vector implementation in C++
How dangerous are set-size assumptions?
Apply brace expansion in "reverse order"
Why do textbooks often include the solutions to odd or even numbered problems but not both?
Can any NP-Complete Problem be solved using at most polynomial space (but while using exponential time?)
Did Karl Marx ever use any example that involved cotton and dollars to illustrate the way capital and surplus value were generated?
Links to webpages in books
Completed order reverting to processing
Need help understanding magento order state workflowHow can I set my order to a custom status after it's been fully paid / invoiced?Set new order paid via PayPal Express to 'Pending'Change Order status to processing automaticallyHow to set Paypal Website Standard New Order Status as Complete instead of Processing?Why are my authorize transactions being settled before full payment has been captured?Magento order state in ObserverOrder status randomly changes upon invoicing and shippingOrder Status not changed in the sales order grid Magento 2Order status doesn't change to “Complete” after shipping and invoicing
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
A portion of my completed orders revert to processing on seemingly random days.
Most recently, according to "Updated at" on the orders, this occurred on Feb. 26th 2:30:00PM give or take a few seconds. Can I see which crons ran on this day around this time?
Below are some extra details that I hope will help you understand the modules that I know manipulate my order statuses.
Order Process Details:
- Custom Order Statuses

- Order Submitted
- Using Authorize Direct Post method, if payment authorized the order status is set to Payment Authorized.
- Using XTENTO Sales Export Module
- if status = "Payment Authorized" export to Navision
- Set status to "Processing in Navision"
- Using XTENTO Tracking Number Import
- If order invoiced and shipped completely set order status to = Complete.
Once the mishap occurs, the order status becomes "Processing". In my setup a status of "Processing" is never set.
magento-1.9 order-status
add a comment |
A portion of my completed orders revert to processing on seemingly random days.
Most recently, according to "Updated at" on the orders, this occurred on Feb. 26th 2:30:00PM give or take a few seconds. Can I see which crons ran on this day around this time?
Below are some extra details that I hope will help you understand the modules that I know manipulate my order statuses.
Order Process Details:
- Custom Order Statuses

- Order Submitted
- Using Authorize Direct Post method, if payment authorized the order status is set to Payment Authorized.
- Using XTENTO Sales Export Module
- if status = "Payment Authorized" export to Navision
- Set status to "Processing in Navision"
- Using XTENTO Tracking Number Import
- If order invoiced and shipped completely set order status to = Complete.
Once the mishap occurs, the order status becomes "Processing". In my setup a status of "Processing" is never set.
magento-1.9 order-status
They're revering to 'processing` state, got it. But what is the status?payment_authorizedorsent_to_navision?
– musicliftsme
Mar 3 '15 at 16:56
@musicliftsme , i've clarified what the status is set to in my original post. Once everything above has taken place sometime later the order is set to "Processing". Nowhere in my process is the status ever meant to be set to "Processing"
– TylersSN
Mar 3 '15 at 18:19
add a comment |
A portion of my completed orders revert to processing on seemingly random days.
Most recently, according to "Updated at" on the orders, this occurred on Feb. 26th 2:30:00PM give or take a few seconds. Can I see which crons ran on this day around this time?
Below are some extra details that I hope will help you understand the modules that I know manipulate my order statuses.
Order Process Details:
- Custom Order Statuses

- Order Submitted
- Using Authorize Direct Post method, if payment authorized the order status is set to Payment Authorized.
- Using XTENTO Sales Export Module
- if status = "Payment Authorized" export to Navision
- Set status to "Processing in Navision"
- Using XTENTO Tracking Number Import
- If order invoiced and shipped completely set order status to = Complete.
Once the mishap occurs, the order status becomes "Processing". In my setup a status of "Processing" is never set.
magento-1.9 order-status
A portion of my completed orders revert to processing on seemingly random days.
Most recently, according to "Updated at" on the orders, this occurred on Feb. 26th 2:30:00PM give or take a few seconds. Can I see which crons ran on this day around this time?
Below are some extra details that I hope will help you understand the modules that I know manipulate my order statuses.
Order Process Details:
- Custom Order Statuses

- Order Submitted
- Using Authorize Direct Post method, if payment authorized the order status is set to Payment Authorized.
- Using XTENTO Sales Export Module
- if status = "Payment Authorized" export to Navision
- Set status to "Processing in Navision"
- Using XTENTO Tracking Number Import
- If order invoiced and shipped completely set order status to = Complete.
Once the mishap occurs, the order status becomes "Processing". In my setup a status of "Processing" is never set.
magento-1.9 order-status
magento-1.9 order-status
edited Mar 3 '15 at 18:18
TylersSN
asked Mar 3 '15 at 16:05
TylersSNTylersSN
7151 gold badge13 silver badges41 bronze badges
7151 gold badge13 silver badges41 bronze badges
They're revering to 'processing` state, got it. But what is the status?payment_authorizedorsent_to_navision?
– musicliftsme
Mar 3 '15 at 16:56
@musicliftsme , i've clarified what the status is set to in my original post. Once everything above has taken place sometime later the order is set to "Processing". Nowhere in my process is the status ever meant to be set to "Processing"
– TylersSN
Mar 3 '15 at 18:19
add a comment |
They're revering to 'processing` state, got it. But what is the status?payment_authorizedorsent_to_navision?
– musicliftsme
Mar 3 '15 at 16:56
@musicliftsme , i've clarified what the status is set to in my original post. Once everything above has taken place sometime later the order is set to "Processing". Nowhere in my process is the status ever meant to be set to "Processing"
– TylersSN
Mar 3 '15 at 18:19
They're revering to 'processing` state, got it. But what is the status?
payment_authorized or sent_to_navision?– musicliftsme
Mar 3 '15 at 16:56
They're revering to 'processing` state, got it. But what is the status?
payment_authorized or sent_to_navision?– musicliftsme
Mar 3 '15 at 16:56
@musicliftsme , i've clarified what the status is set to in my original post. Once everything above has taken place sometime later the order is set to "Processing". Nowhere in my process is the status ever meant to be set to "Processing"
– TylersSN
Mar 3 '15 at 18:19
@musicliftsme , i've clarified what the status is set to in my original post. Once everything above has taken place sometime later the order is set to "Processing". Nowhere in my process is the status ever meant to be set to "Processing"
– TylersSN
Mar 3 '15 at 18:19
add a comment |
1 Answer
1
active
oldest
votes
I'm guessing the order status/state code Processing/processing is your "Default Status" under System > Order Statuses. This is the status/state code that Magento will automatically set to an order when there is an update on the order that doesn't change the state of it. I don't know the exact details, but it's something like that.
For example, the Processing in Navision/processing order may get something done on it in the admin or in a process to update it somehow without changing its state code. Magento will update your order to the "Default Status", resulting your Processing in Navision order to become Processing.
You can test this by opening up a Processing in Navision order and adding an invoice or shipment to it. It will change to Processing.
If this is happening, you'll either need to set a different "Default Status" for state code processing. Or you'll need to hook onto an event to check the status and correct it every time your order is saved. The former is much more elegant. The latter can get really messy, from what I've experienced.
Unfortunately, since this sort of issue requires digging into the code, this is all I got.
Thanks, but I'm not sure that this helps me troubleshoot the source of the problem. I could assume, based on this, that Tracking Number Import is attempting to create an invoice and not setting a status - but it does not touch already completed orders and all orders that are impacted by this were completed at one point.
– TylersSN
Mar 3 '15 at 20:30
Sorry, I missed the part where state codecompleteorders are being reverted. You obviously have customization. At this point, I can only tell you that you should begin searching for strings like$order-save(),$order->setState(, etc. to get an idea what parts are modifying your orders.
– musicliftsme
Mar 3 '15 at 21:37
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f59446%2fcompleted-order-reverting-to-processing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm guessing the order status/state code Processing/processing is your "Default Status" under System > Order Statuses. This is the status/state code that Magento will automatically set to an order when there is an update on the order that doesn't change the state of it. I don't know the exact details, but it's something like that.
For example, the Processing in Navision/processing order may get something done on it in the admin or in a process to update it somehow without changing its state code. Magento will update your order to the "Default Status", resulting your Processing in Navision order to become Processing.
You can test this by opening up a Processing in Navision order and adding an invoice or shipment to it. It will change to Processing.
If this is happening, you'll either need to set a different "Default Status" for state code processing. Or you'll need to hook onto an event to check the status and correct it every time your order is saved. The former is much more elegant. The latter can get really messy, from what I've experienced.
Unfortunately, since this sort of issue requires digging into the code, this is all I got.
Thanks, but I'm not sure that this helps me troubleshoot the source of the problem. I could assume, based on this, that Tracking Number Import is attempting to create an invoice and not setting a status - but it does not touch already completed orders and all orders that are impacted by this were completed at one point.
– TylersSN
Mar 3 '15 at 20:30
Sorry, I missed the part where state codecompleteorders are being reverted. You obviously have customization. At this point, I can only tell you that you should begin searching for strings like$order-save(),$order->setState(, etc. to get an idea what parts are modifying your orders.
– musicliftsme
Mar 3 '15 at 21:37
add a comment |
I'm guessing the order status/state code Processing/processing is your "Default Status" under System > Order Statuses. This is the status/state code that Magento will automatically set to an order when there is an update on the order that doesn't change the state of it. I don't know the exact details, but it's something like that.
For example, the Processing in Navision/processing order may get something done on it in the admin or in a process to update it somehow without changing its state code. Magento will update your order to the "Default Status", resulting your Processing in Navision order to become Processing.
You can test this by opening up a Processing in Navision order and adding an invoice or shipment to it. It will change to Processing.
If this is happening, you'll either need to set a different "Default Status" for state code processing. Or you'll need to hook onto an event to check the status and correct it every time your order is saved. The former is much more elegant. The latter can get really messy, from what I've experienced.
Unfortunately, since this sort of issue requires digging into the code, this is all I got.
Thanks, but I'm not sure that this helps me troubleshoot the source of the problem. I could assume, based on this, that Tracking Number Import is attempting to create an invoice and not setting a status - but it does not touch already completed orders and all orders that are impacted by this were completed at one point.
– TylersSN
Mar 3 '15 at 20:30
Sorry, I missed the part where state codecompleteorders are being reverted. You obviously have customization. At this point, I can only tell you that you should begin searching for strings like$order-save(),$order->setState(, etc. to get an idea what parts are modifying your orders.
– musicliftsme
Mar 3 '15 at 21:37
add a comment |
I'm guessing the order status/state code Processing/processing is your "Default Status" under System > Order Statuses. This is the status/state code that Magento will automatically set to an order when there is an update on the order that doesn't change the state of it. I don't know the exact details, but it's something like that.
For example, the Processing in Navision/processing order may get something done on it in the admin or in a process to update it somehow without changing its state code. Magento will update your order to the "Default Status", resulting your Processing in Navision order to become Processing.
You can test this by opening up a Processing in Navision order and adding an invoice or shipment to it. It will change to Processing.
If this is happening, you'll either need to set a different "Default Status" for state code processing. Or you'll need to hook onto an event to check the status and correct it every time your order is saved. The former is much more elegant. The latter can get really messy, from what I've experienced.
Unfortunately, since this sort of issue requires digging into the code, this is all I got.
I'm guessing the order status/state code Processing/processing is your "Default Status" under System > Order Statuses. This is the status/state code that Magento will automatically set to an order when there is an update on the order that doesn't change the state of it. I don't know the exact details, but it's something like that.
For example, the Processing in Navision/processing order may get something done on it in the admin or in a process to update it somehow without changing its state code. Magento will update your order to the "Default Status", resulting your Processing in Navision order to become Processing.
You can test this by opening up a Processing in Navision order and adding an invoice or shipment to it. It will change to Processing.
If this is happening, you'll either need to set a different "Default Status" for state code processing. Or you'll need to hook onto an event to check the status and correct it every time your order is saved. The former is much more elegant. The latter can get really messy, from what I've experienced.
Unfortunately, since this sort of issue requires digging into the code, this is all I got.
answered Mar 3 '15 at 18:36
musicliftsmemusicliftsme
5,4275 gold badges26 silver badges70 bronze badges
5,4275 gold badges26 silver badges70 bronze badges
Thanks, but I'm not sure that this helps me troubleshoot the source of the problem. I could assume, based on this, that Tracking Number Import is attempting to create an invoice and not setting a status - but it does not touch already completed orders and all orders that are impacted by this were completed at one point.
– TylersSN
Mar 3 '15 at 20:30
Sorry, I missed the part where state codecompleteorders are being reverted. You obviously have customization. At this point, I can only tell you that you should begin searching for strings like$order-save(),$order->setState(, etc. to get an idea what parts are modifying your orders.
– musicliftsme
Mar 3 '15 at 21:37
add a comment |
Thanks, but I'm not sure that this helps me troubleshoot the source of the problem. I could assume, based on this, that Tracking Number Import is attempting to create an invoice and not setting a status - but it does not touch already completed orders and all orders that are impacted by this were completed at one point.
– TylersSN
Mar 3 '15 at 20:30
Sorry, I missed the part where state codecompleteorders are being reverted. You obviously have customization. At this point, I can only tell you that you should begin searching for strings like$order-save(),$order->setState(, etc. to get an idea what parts are modifying your orders.
– musicliftsme
Mar 3 '15 at 21:37
Thanks, but I'm not sure that this helps me troubleshoot the source of the problem. I could assume, based on this, that Tracking Number Import is attempting to create an invoice and not setting a status - but it does not touch already completed orders and all orders that are impacted by this were completed at one point.
– TylersSN
Mar 3 '15 at 20:30
Thanks, but I'm not sure that this helps me troubleshoot the source of the problem. I could assume, based on this, that Tracking Number Import is attempting to create an invoice and not setting a status - but it does not touch already completed orders and all orders that are impacted by this were completed at one point.
– TylersSN
Mar 3 '15 at 20:30
Sorry, I missed the part where state code
complete orders are being reverted. You obviously have customization. At this point, I can only tell you that you should begin searching for strings like $order-save(), $order->setState(, etc. to get an idea what parts are modifying your orders.– musicliftsme
Mar 3 '15 at 21:37
Sorry, I missed the part where state code
complete orders are being reverted. You obviously have customization. At this point, I can only tell you that you should begin searching for strings like $order-save(), $order->setState(, etc. to get an idea what parts are modifying your orders.– musicliftsme
Mar 3 '15 at 21:37
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f59446%2fcompleted-order-reverting-to-processing%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
They're revering to 'processing` state, got it. But what is the status?
payment_authorizedorsent_to_navision?– musicliftsme
Mar 3 '15 at 16:56
@musicliftsme , i've clarified what the status is set to in my original post. Once everything above has taken place sometime later the order is set to "Processing". Nowhere in my process is the status ever meant to be set to "Processing"
– TylersSN
Mar 3 '15 at 18:19