rubenromao/un-cancel-order

There is no license information available for the latest version (v1.0.2) of this package.

Magento 2.3 module to Un-Cancel Cancelled Orders.

v1.0.2 2022-01-20 23:29 UTC

This package is not auto-updated.

Last update: 2024-09-28 10:20:28 UTC


README

This extension will give you the option to process a canceled order by setting it back to processing and update the inventory, as this isn't possible by default in M2.3.

Installation

This package is registered on Packagist for easy installation. In your Magento installation root run:

composer require rubenromao/un-cancel-order

This will install the latest version in your Magento installation, when completed run:

php bin/magento module:enable RubenRomao_UnCancelOrder

php bin/magento setup:upgrade

php bin/magento cache:clean

This will enable the extension within your installation.

Upgrades

When there is an updated version available, simply run (in your Magento installation root) to download and install the updated version:

composer update