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;








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.










share|improve this question




























    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.










    share|improve this question
























      0












      0








      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 25 '16 at 9:06









      Mike Tim TurnerMike Tim Turner

      5444 silver badges21 bronze badges




      5444 silver badges21 bronze badges




















          1 Answer
          1






          active

          oldest

          votes


















          0














          you can manage order status in backend of magento under system > order statuses






          share|improve this answer























          • 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













          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
          );



          );













          draft saved

          draft discarded


















          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









          0














          you can manage order status in backend of magento under system > order statuses






          share|improve this answer























          • 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















          0














          you can manage order status in backend of magento under system > order statuses






          share|improve this answer























          • 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













          0












          0








          0







          you can manage order status in backend of magento under system > order statuses






          share|improve this answer













          you can manage order status in backend of magento under system > order statuses







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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

















          • 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

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

          Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

          Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form