Change Order Status to custom status after order is completeforce magento order status completeChange order...
awk + sum all numbers
How to deal with an incendiary email that was recalled
What are "industrial chops"?
Can we use the stored gravitational potential energy of a building to produce power?
Could a phylactery of a lich be a mirror or does it have to be a box?
Can I string the D&D Starter Set campaign into another module, keeping the same characters?
How to say "Brexit" in Latin?
Cookies - Should the toggles be on?
How to limit sight distance to 1 km
How to avoid being sexist when trying to employ someone to function in a very sexist environment?
Equation with several exponents
Why is the copy constructor called twice in this code snippet?
Why does the Spectator have the Create Food and Water trait, instead of simply not requiring food and water?
Why do neural networks need so many training examples to perform?
Table formatting top left corner caption
Who is this Ant Woman character in this image alongside the Wasp?
Intern applicant asking for compensation equivalent to that of permanent employee
Which one of these password policies is more secure?
How to remove extra black line coming in table due to hhline
Digits in an algebraic irrational number
Are there any modern advantages of a fire piston?
Find some digits of factorial 17
Do authors have to be politically correct in article-writing?
What is the purpose of easy combat scenarios that don't need resource expenditure?
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 customMagento 2 - Change Order status after invoicingCatch event: sales order status changeRedirect to order listing after order status change from admin panel - Magento 2Can we change cancelled order status as pending in magento 2?Order Status History Complete no longer created, but was in M1 site
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
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
559421
559421
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
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
763415
763415
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