Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haitv282 committed Jun 7, 2018
1 parent e49e2fc commit e1be936
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
## Highlight features

- Delete mass orders
- Delete mass invoices
- Delete mass shipments
- Delete mass credit memos
- Ability to delete all
- Delete related data safely

Expand All @@ -20,7 +17,7 @@
- Introduction page: https://www.mageplaza.com/magento-2-delete-orders/
- Get Support: https://github.com/mageplaza/magento-2-delete-orders/issues
- Contribute on Github: https://github.com/mageplaza/magento-2-delete-orders
- Changelog: https://www.mageplaza.com/changelog/m2-delete-order.txt
- Changelog: https://www.mageplaza.com/changelog/m2-delete-orders.txt
- License https://www.mageplaza.com/LICENSE.txt

## 2. FAQs
Expand All @@ -36,7 +33,7 @@ A: Read solution: https://github.com/mageplaza/module-core/issues/3
Run the following command in Magento 2 root folder:

```
composer require mageplaza/module-delete-order
composer require mageplaza/module-delete-orders
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```
Expand Down Expand Up @@ -65,10 +62,6 @@ The large number of test orders can confuse store admins and this can cause inco

To remove one order, store admins only need to manipulate with few clicks. Also, many orders created for testing purposes can be remove completely in a large number simultaneously by checking multiple desired items and clicking on Delete. Other related data will be removed along with the orders without any risks to affect the rest data.

### Delete mass test Invoices, Shipments and Credit Memos

Like deleting test orders, removing invoices, shipments and credit memos is also easy. Within simple steps, all of them can be erased from the backend along with their data. Store admins can delete only one or many invoices/shipments/credit memos at once.

### Delete all

Store admins are able to delete all test orders, invoices, shipments and credit memos really easily by performing some clicks. There will always be a confirmation step at the end to make sure everything is done right before all are eased from the backend. Hence, store admins can be carefree when they delete all orders simultaneously.
Expand Down

0 comments on commit e1be936

Please sign in to comment.