2017 © Pedro Peláez
 

magento2-module magento2-auto-order-cancel

A Magento 2 module that cancel old pending and processing orders

image

bitixel/magento2-auto-order-cancel

A Magento 2 module that cancel old pending and processing orders

  • Friday, October 27, 2017
  • by bitixel
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Magento 2 AutoCancelOrder Module

A Magento 2 module that cancel old pending and processing orders, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

  1. Go to Magento2 root folder, (*3)

  2. Enter following commands to install module:, (*4)

    composer require bitixel/magento2-auto-order-cancel
    
  3. Enter following commands to enable module:, (*5)

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

The Versions

27/10 2017

dev-master

9999999-dev

A Magento 2 module that cancel old pending and processing orders

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/framework ~100.0.4