Magento 2 Delete Orders
The store owners may want to remove unnecessary orders which have been canceled, closed, or created just for testing purposes. But, Magento 2 default functionalities does not allow the admin to completely remove redundant orders, invoices, shipments, or credit memos. Instead, it only allows cancelling them, which can lead to inconvenience in backend management. Well, in order to solve this problem, this extension has been developed. This extension is easy to use as it seems like the default functionality and can easily be used., (*1)
For Settings: Stores > Configuration > MagePrashant > Delete Order, (*2)
Installation Instruction
Manual Installation, (*3)
- Copy the content of the repo to the app/code/MagePrashant/DeleteOrder
- Run command: php bin/magento setup:upgrade
- Run command: php bin/magento setup:static-content:deploy
- Now flush cache: php bin/magento cache:flush
Contribution
Want to contribute to this extension? The quickest way is to open a pull request on GitHub., (*4)
Support
If you encounter any problems or bugs, please open an issue on GitHub., (*5)