https://github.com/karliuka/m2.orderdelete
Magento2. Delete Orders Extension allow easily deleting orders from your store with just clicks.
https://github.com/karliuka/m2.orderdelete
magento-extension magento2 order order-management
Last synced: about 1 year ago
JSON representation
Magento2. Delete Orders Extension allow easily deleting orders from your store with just clicks.
- Host: GitHub
- URL: https://github.com/karliuka/m2.orderdelete
- Owner: karliuka
- License: osl-3.0
- Created: 2016-12-02T11:30:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T09:06:07.000Z (over 8 years ago)
- Last Synced: 2025-04-12T05:38:47.207Z (about 1 year ago)
- Topics: magento-extension, magento2, order, order-management
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Magento2 OrderDelete
Delete Orders Extension allow easily deleting orders from your store with just clicks.

## Install with Composer as you go
1. Go to Magento2 root folder
2. Enter following commands to install module:
```bash
composer require faonni/module-order-delete
```
Wait while dependencies are updated.
3. Enter following commands to enable module:
```bash
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```