# Delete Orders User Guide

## Documentation
- Installation guide: https://www.mageplaza.com/install-magento-2-extension/
- User guide: http://docs.mageplaza.com/delete-order-m2/index.html
- 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/releases/delete-orders
- License https://www.mageplaza.com/LICENSE.txt


## How to install

### Install via composer [Recommend]

Run the following command in Magento 2 root folder

```
composer require mageplaza/module-delete-orders
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```


## FAQs

#### Q: I got error: `Mageplaza_Core has been already defined`
A: Read solution: https://github.com/mageplaza/module-core/issues/3

#### Q: My site is down
A: Please follow this guide: https://www.mageplaza.com/blog/magento-site-down.html
