Welcome to the Order Management documentation. Whether you are a new or an advanced user, you can find some useful information here.
First of all, we recommend to check the following link:
Second of all, proceed then with Quick Start, which will guide you through creating your own Order Management.
php -f bin/magento module:enable Mirasvit_Core Mirasvit_OrderEditor Mirasvit_OrderGrid Mirasvit_OrderNumber Mirasvit_ExtraPayment Mirasvit_OrderTag Mirasvit_QuickView
to enable the extensions.php -f bin/magento setup:upgrade
to install the extension.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
Banner ads encourage you to buy certain products.
The Order Management for Magento 2 extension is designed to make order management easier and more convenient.
The additional functionality of the Order Management for Magento 2 extension allows:
This should be a good start. Refer to corresponding sections of this manual to know more.
You can easily modify orders in your store using the Order Management for Magento 2 extension.
To edit an order in the left panel of your store admin page select Sales > Orders. In the orders list find an order you need to edit and press View button.
When the order page is opened, do not click on the orange button Edit. Otherwise, you will be given the suggestion to cancel the current order and create a new one.
To edit the order, click on the link Edit Section inside the order. You can edit the order sections one by one. To adjust any other order section, first finish editing the current section. To finish, press Submit or Cancel.
To edit order status, order number, order date press an Edit Section button. The button is located near the current order number. Click Submit to save changes.
You can change the payment method for the order you are editing. Click Edit section near the headline Payment Information.
Press the button Edit section near the headline Items Ordered.
You can change the ordered items, their quantity, prices, tax rate, and discount amount.
Press the Preview button to view the recalculated order. To save the changed order, press Submit.
Press Remove to delete the chosen product form the list.
To add new products to the order, press Add Products. Select a product from the list and press Add Selected Products.
Get additional columns in the order grid. See all necessary information on a single screen. Filter and search orders using additional columns.
In the admin panel of your store, visit Sales > Orders.
To add more columns, press Columns. When a particular column is added, you will get the option to filter through it in Filter.
In Columns, select Products. You can add on your screen relevant information for items including:
Item thumbnail
Item SKU
Item type
Item available options
Ordered item quantity
In Columns, select Billing. Our module allows you to display:
Invoice
Billing Fax
Billing City
Billing Region
Billing Postcode
Billing Telephone
In Columns, select Shipping. In addition, you will get:
Shipments
Shipping Fax
Shipping City
Shipping Region
Shipping Postcode
Shipping Telephone
This extension provides convenient way to generate order, invoice, credit memo, and shipping numbers according to your needs.
Follow to Stores > Settings > Configuration > MIRASVIT EXTENSIONS > Order Number to manage numbers.
By default, the custom identification numbering pattern for orders, invoices, shipments, credit memos is disabled.
Click on the document type you want to change numbering information for and turn it on. Here is the activation for Order Number:
After activation custom numbering, you need to flush Magento cache.
When you use a custom order number, you can copy it for other documents invoices, shipments, credit memos.
You can make identification numbers customized for invoices, shipments, credit memos.
The module gives you a preview of all custom numbers in use via the button Preview.
You can use variables to suit the identification number pattern for your needs. Full information on them is present at the bottom of the Order Number page.
You can also create a custom counter for which you can specify your own start number and step. Click Add in the Counter section, set counter’s code, type, start number, step.
Manually insert the variables and counter’s code into the identification number pattern before using them.
To upgrade the extension follow these steps:
composer require mirasvit/module-order-management:* --update-with-dependencies
to update current extension with all dependencies.
composer update mirasvit/*
command. It will update all Mirasvit modules, installed on your store. php -f bin/magento setup:upgrade
to install updates.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
To temporarily disable the extension please follow these steps:
php -f bin/magento module:disable Mirasvit_OrderEditor Mirasvit_OrderGrid Mirasvit_OrderNumber
to disable the extension.To uninstall the extension, please follow these steps:
composer remove mirasvit/module-order-management
to remove the extension.(2023-01-26)
(2023-01-17)
(2022-12-16)
(2022-12-15)
(2022-11-11)
(2022-11-09)
(2022-11-09)
(2022-10-26)
(2022-10-26)
(2022-10-24)
(2022-10-18)
(2022-10-12)
(2022-08-22)
(2022-08-08)
(2022-08-05)
(2022-07-27)
(2022-07-26)
(2022-07-01)
(2022-06-20)
(2022-06-03)
(2022-05-31)
(2022-05-25)
(2022-05-23)
(2022-05-12)
(2022-04-26)
(2022-03-22)
(2022-03-10)
(2022-02-28)
(2022-02-21)
(2022-02-16)
(2022-02-07)
(2022-02-03)
(2022-01-31)
(2021-12-30)
(2021-12-22)
(2021-12-17)
(2021-12-13)
(2021-12-03)
(2021-11-26)
(2021-11-23)
(2021-11-10)
(2021-11-03)
(2021-10-18)
(2021-10-12)
(2021-10-01)
(2021-09-28)
(2021-09-13)
(2021-09-02)
(2021-08-19)
(2021-07-13)
(2021-06-15)
(2021-06-11)
(2021-06-08)
(2021-05-28)
(2021-05-20)
(2021-05-07)
(2021-04-23)
(2021-04-05)
(2021-03-30)
(2021-03-26)
(2021-03-22)
(2021-03-10)