A Magento 2 module that cancel old pending and processing orders
The preferred way to install this extension is through composer.
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer require bitixel/magento2-auto-order-cancel
-
Enter following commands to enable module:
php bin/magento module:enable Bitixel_AutoCancelOrder --clear-static-content php bin/magento setup:upgrade