daniloaldm/uncancelorder

Genmato Magento2 Extension Un-Cancel Order

Installs: 674

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

v1.0.0 2020-07-01 23:07 UTC

This package is auto-updated.

Last update: 2024-04-21 20:11:43 UTC


README

This extension will give you the option to process a canceled order by setting it back to processing and update the inventory.

Installation

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

composer require daniloaldm/uncancelorder

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

php bin/magento module:enable Genmato_UnCancelOrder

php bin/magento setup:upgrade

php bin/magento cache:clean

This will enable the extension within your installation.

Upgrades

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

composer update

True repository: https://github.com/Genmato/M2_UnCancelOrder