Table of Contents
View Magento 2 Order Status Extension Detail Page for Features and Demo
Documentation for Order Status
Preference
- This order status allows admins to create unlimited order statuses, manage customer order statuses, and quickly update customers via email about changed order statuses.
This extension is providing below functionalities.
- Create and manage unlimited order statuses.
- Add order statuses to order states.
- Notify Customer by email on changes order status.
- Customers can see their order status in their customer account on the front-end.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Order Status, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_OrderStatus’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Order Status , the module will be displayed in the admin panel.
Backend Example
Admins can set configuration as per the below screenshot.
Extension Configuration:
After installation of Order Status click Mageants order status to set the configuration of the extension.
To create a new order status, go to Mageants order status menu and click “Add new status”.
Click the “Add New Status” button, then show the General Status Information tab, Which gives you various settings to create a new order status.
General:
- Status title:- Set Status title.
- Active:- Active and Inactive the status.
- Order States To Apply Status To:- Choose the default order status to which the custom status will be applied
- Always Notify Customer By E-mail:- active and Inactive order status to notify the customer by email.
You can not create same order status if you meet same order status and then show an error message.
You can change order statuses on the order view page.
Click, go to Sales-Orders, and select the order where you want to change the status.
Frontend Example
If you have assigned a custom order status to order, customers can see the order status in their “My Account” in the frontend.