Change Order Status to custom status after order is completeforce magento order status completeChange order status after successful FTP exportHow to Set Order Status to “Processing”how to manually set order status to “Complete”?Magento Order status customOrder Status after creditmemo is complete for order with 0.00 totalMagento 2 - Change Order status after invoicingCatch event: sales order status changeRedirect to order listing after order status change from admin panel - Magento 2Order Status History Complete no longer created, but was in M1 site
What would be the ideal melee weapon made of "Phase Metal"?
Mistakenly modified `/bin/sh'
Is killing off one of my queer characters homophobic?
Why does the trade federation become so alarmed upon learning the ambassadors are Jedi Knights?
Metric version of "footage"?
Supporting developers who insist on using their pet language
How do a planet's moons and a planet's rings interact?
Draw 3D Cubes around centre
How do I write a romance that doesn't look obvious
Chaining Dissonant Whispers via War Caster feat
Modeling, view and projection transformation using vector and point in homogenous form
Too many spies!
School House Points (Python + SQLite)
Alternatives to using writing paper for writing practice
Is this floating-point optimization allowed?
How can an advanced civilization forget how to manufacture its technology?
How to check the quality of an audio sample?
Should you avoid redundant information after dialogue?
Installing ubuntu with HD + SSD
To accent or not to accent in Greek
Report how much space is used and available in storage in ZFS on FreeBSD
What does `[$'rn']` mean?
How does one stock fund's charge of 1% more in operating expenses than another fund lower expected returns by 10%?
When is pointing out a person's hypocrisy not considered to be a logical fallacy?
Change Order Status to custom status after order is complete
force magento order status completeChange order status after successful FTP exportHow to Set Order Status to “Processing”how to manually set order status to “Complete”?Magento Order status customOrder Status after creditmemo is complete for order with 0.00 totalMagento 2 - Change Order status after invoicingCatch event: sales order status changeRedirect to order listing after order status change from admin panel - Magento 2Order Status History Complete no longer created, but was in M1 site
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I need a way to change the Order Status after the order has been marked as complete.
I would also like a custom status so that my colleague understands the reason it has been changed
I want this to be done in Admin back end and not in the Database.
I don't know where to start.
magento-1.9 order-status
add a comment |
I need a way to change the Order Status after the order has been marked as complete.
I would also like a custom status so that my colleague understands the reason it has been changed
I want this to be done in Admin back end and not in the Database.
I don't know where to start.
magento-1.9 order-status
add a comment |
I need a way to change the Order Status after the order has been marked as complete.
I would also like a custom status so that my colleague understands the reason it has been changed
I want this to be done in Admin back end and not in the Database.
I don't know where to start.
magento-1.9 order-status
I need a way to change the Order Status after the order has been marked as complete.
I would also like a custom status so that my colleague understands the reason it has been changed
I want this to be done in Admin back end and not in the Database.
I don't know where to start.
magento-1.9 order-status
magento-1.9 order-status
asked May 25 '16 at 9:06
Mike Tim TurnerMike Tim Turner
5444 silver badges21 bronze badges
5444 silver badges21 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
you can manage order status in backend of magento under system > order statuses
I don't want to change the name of the status or use an already existing status. My main goal is to change the status of an order after it has been marked as complete
– Mike Tim Turner
May 25 '16 at 10:10
1
you can add a new state that is assigned to the status "complete". States within the same status can be changed for each order in the backend (above the comment history). The main statuses have internal meanings and should normally not be changed.
– Fabian Schmengler
May 25 '16 at 10:44
I like that I can change the status name of certain orders but I have a module that collects the data if its processed but I want to exclude certain orders.
– Mike Tim Turner
May 25 '16 at 12:12
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%2f116887%2fchange-order-status-to-custom-status-after-order-is-complete%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
you can manage order status in backend of magento under system > order statuses
I don't want to change the name of the status or use an already existing status. My main goal is to change the status of an order after it has been marked as complete
– Mike Tim Turner
May 25 '16 at 10:10
1
you can add a new state that is assigned to the status "complete". States within the same status can be changed for each order in the backend (above the comment history). The main statuses have internal meanings and should normally not be changed.
– Fabian Schmengler
May 25 '16 at 10:44
I like that I can change the status name of certain orders but I have a module that collects the data if its processed but I want to exclude certain orders.
– Mike Tim Turner
May 25 '16 at 12:12
add a comment |
you can manage order status in backend of magento under system > order statuses
I don't want to change the name of the status or use an already existing status. My main goal is to change the status of an order after it has been marked as complete
– Mike Tim Turner
May 25 '16 at 10:10
1
you can add a new state that is assigned to the status "complete". States within the same status can be changed for each order in the backend (above the comment history). The main statuses have internal meanings and should normally not be changed.
– Fabian Schmengler
May 25 '16 at 10:44
I like that I can change the status name of certain orders but I have a module that collects the data if its processed but I want to exclude certain orders.
– Mike Tim Turner
May 25 '16 at 12:12
add a comment |
you can manage order status in backend of magento under system > order statuses
you can manage order status in backend of magento under system > order statuses
answered May 25 '16 at 9:21
roman204roman204
7634 silver badges15 bronze badges
7634 silver badges15 bronze badges
I don't want to change the name of the status or use an already existing status. My main goal is to change the status of an order after it has been marked as complete
– Mike Tim Turner
May 25 '16 at 10:10
1
you can add a new state that is assigned to the status "complete". States within the same status can be changed for each order in the backend (above the comment history). The main statuses have internal meanings and should normally not be changed.
– Fabian Schmengler
May 25 '16 at 10:44
I like that I can change the status name of certain orders but I have a module that collects the data if its processed but I want to exclude certain orders.
– Mike Tim Turner
May 25 '16 at 12:12
add a comment |
I don't want to change the name of the status or use an already existing status. My main goal is to change the status of an order after it has been marked as complete
– Mike Tim Turner
May 25 '16 at 10:10
1
you can add a new state that is assigned to the status "complete". States within the same status can be changed for each order in the backend (above the comment history). The main statuses have internal meanings and should normally not be changed.
– Fabian Schmengler
May 25 '16 at 10:44
I like that I can change the status name of certain orders but I have a module that collects the data if its processed but I want to exclude certain orders.
– Mike Tim Turner
May 25 '16 at 12:12
I don't want to change the name of the status or use an already existing status. My main goal is to change the status of an order after it has been marked as complete
– Mike Tim Turner
May 25 '16 at 10:10
I don't want to change the name of the status or use an already existing status. My main goal is to change the status of an order after it has been marked as complete
– Mike Tim Turner
May 25 '16 at 10:10
1
1
you can add a new state that is assigned to the status "complete". States within the same status can be changed for each order in the backend (above the comment history). The main statuses have internal meanings and should normally not be changed.
– Fabian Schmengler
May 25 '16 at 10:44
you can add a new state that is assigned to the status "complete". States within the same status can be changed for each order in the backend (above the comment history). The main statuses have internal meanings and should normally not be changed.
– Fabian Schmengler
May 25 '16 at 10:44
I like that I can change the status name of certain orders but I have a module that collects the data if its processed but I want to exclude certain orders.
– Mike Tim Turner
May 25 '16 at 12:12
I like that I can change the status name of certain orders but I have a module that collects the data if its processed but I want to exclude certain orders.
– Mike Tim Turner
May 25 '16 at 12:12
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%2f116887%2fchange-order-status-to-custom-status-after-order-is-complete%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