risecommerce / magento-2-delete-orders-extension
Risecommerce Delete Orders extension for Magento 2
Installs: 148
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.13|~7.1.0|~7.2.0|~7.3.0|~7.4.0|^8.1
README
RiseCommerce
##Risecommerce_DeleteOrders Extension
"Risecommerce_DeleteOrders" 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.
If you have any questions about using or configuring this extension, you may want to refer to the documentation or support resources provided by Risecommerce. Additionally, if you have specific queries or issues, feel free to ask for assistance!
##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