Installation

Requirements

  • Magento 2.4.x
  • PHP 8.1+

Install via Composer

composer require mageb2b/order-cancellation:*
php bin/magento module:enable MageB2B_OrderCancellation
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Verify Installation

In Magento Admin, confirm:

  • Stores > Configuration > MageB2B > Order Cancellation is available
  • In Sales > Orders > View Order, the Order Cancellation button appears for configured statuses

Uninstall

php bin/magento module:uninstall MageB2B_OrderCancellation

Found an issue with this documentation? Let us know