Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.97 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.97 KB

Magento 2 Module - Force Cancel Orders

Supported Magento Versions Maintained - Yes

Overview

This is a private module and is not currently aimed at public usage.

This is a simple module to expose a mass action to the admin sales order grid. It allows sales orders to forcibly be set to a "Canceled" status. This is generally important when a one-way integration is in place where order updates are not directly communicated back to Magento.

Installation

Via Composer

Install the extension using Composer using our development package repository:

composer require augustash/module-force-cancel
bin/magento module:enable --clear-static-content Augustash_ForceCancel
bin/magento setup:upgrade
bin/magento cache:flush

Structure

Typical file structure for Magento 2 modules.

License

MIT