aimanecouissi/module-sales-order-delete-admin-ui

Delete orders from the Admin order grid

Maintainers

Package info

github.com/aimanecouissi/magento2-module-sales-order-delete-admin-ui

Type:magento2-module

pkg:composer/aimanecouissi/module-sales-order-delete-admin-ui

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:34 UTC

This package is auto-updated.

Last update: 2026-04-30 21:39:35 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

Adds Delete actions to order views and the Admin → Sales → Orders grid. The module provides both an order view button and a grid mass action for deleting orders and their eligible linked records from the Admin.

Installation

composer require aimanecouissi/module-sales-order-delete-admin-ui
bin/magento module:enable AimaneCouissi_SalesOrderDeleteAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open an order from the Admin → Sales → Orders grid. The Delete button appears on the order view page when the current Admin user has the Delete permission.

The Delete mass action appears in the Admin → Sales → Orders grid and deletes selected orders. Deleted orders also remove configured linked order rows; the related quote is deleted only when no remaining order or negotiable quote references it.

Uninstall

bin/magento module:disable AimaneCouissi_SalesOrderDeleteAdminUi
composer remove aimanecouissi/module-sales-order-delete-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT