An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Magento2 OrderDelete

Delete Orders Extension allow easily deleting orders from your store with just clicks.

Magento2 Order Delete

## 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
```