Skip to content

mageprashant/magento-2-delete-orders

Repository files navigation

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.

For Settings: Stores > Configuration > MagePrashant > Delete Order

Installation Instruction

Manual Installation

  • 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.

Support

If you encounter any problems or bugs, please open an issue on GitHub.