Free Magento 2 extension To apply linneo discount using SWAGGER APIs at Cart & Checkout Page | Nadeem Khan
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.
- Copy the content of the repo to the app/code/Magelumen/DeleteOrders/ folder
- Run command: php bin/magento setup:upgrade
- Run Command: php bin/magento setup:static-content:deploy
- Now Flush Cache: php bin/magento cache:flush
Want to contribute to this extension? The quickest way is to open a pull request on GitHub.
If you encounter any problems or bugs, please open an issue on GitHub.
Sales Order Grid
Prerequisite | How to check | For more information |
---|---|---|
Apache 2.2 or 2.4 | Ubuntu: apache2 -v CentOS: httpd -v |
Apache |
PHP 7.*.* | php -v |
PHP Ubuntu PHP CentOS |
MySQL 5.6.x | mysql -u [root user name] -p |
MySQL |