bitixel/magento2-auto-order-cancel

A Magento 2 module that cancel old pending and processing orders

dev-master 2023-12-14 17:29 UTC

This package is not auto-updated.

Last update: 2024-05-05 01:10:53 UTC


README

A Magento 2 module that cancel old pending and processing orders

Installation

The preferred way to install this extension is through composer.

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require bitixel/magento2-auto-order-cancel
  3. Enter following commands to enable module:

    php bin/magento module:enable Bitixel_AutoCancelOrder --clear-static-content
    php bin/magento setup:upgrade