8000 Magento2-Delete-Orders/README.md at main · risecommerce/Magento2-Delete-Orders · GitHub
Skip to content

Latest commit

 

History

History

71 lines (46 loc) · 2.95 KB

README.md

File metadata and controls

71 lines (46 loc) · 2.95 KB

Risecommerce Delete Orders Extension

Magento 2 Delete Order Free Extension extension. This extension is designed for eCommerce stores, allowing users to delete test or ad-hoc orders, invoices, shipments, and credit memos. Additionally, it offers the convenience of deleting these elements either one-by-one or in bulk with a single click, specifically for orders with certain allowed statuses.

The extension is accessible in both the Order Detail Page and the Order Grid, making it more user-friendly and providing flexibility for managing and cleaning up orders.

For more details about this extension, visit the Magento 2 Delete Order Free Extension.

If you're looking to enhance your Magento store further, consider hiring a dedicated Magento developer.

For support or inquiries, please visit our contact page.

Support:

version - 2.3.,2.4.

How to install Extension

Method I:

1. Download the archive file.

2. Unzip the file

3. Create a folder [Magento_Root]/app/code/Risecommerce/DeleteOrders

4. Drop/move the unzipped files to directory '[Magento_Root]/app/code/Risecommerce/DeleteOrders'

Method II:

Using Composer

composer require risecommerce/magento-2-delete-orders-extension:1.0.1

Enable Extension:

 php bin/magento module:enable Risecommerce_DeleteOrders
 php bin/magento setup:upgrade
 php bin/magento cache:clean
 php bin/magento setup:static-content:deploy
 php bin/magento cache:flush

Disable Extension:

 php bin/magento module:disable Risecommerce_DeleteOrders
 php bin/magento setup:upgrade
 php bin/magento cache:clean
 php bin/magento setup:static-content:deploy
 php bin/magento cache:flush

Configuration:

Order Grid:

Order Detail Page:

0