https://github.com/magesuite/auto-order-cancel
This module adds the possibility to cancel bank transfer orders after a given period.
Installation
This module is optional.
composer require "creativestyle/magesuite-auto-order-cancel" ^1.0.0
Admin settings
Admin settings for the module are placed in Stores -> Configuration -> MageSuite -> Auto order cancel
Settings:
Setting name | Value | Comment |
---|---|---|
Enable cancellation of unpaid orders | Yes/No | Disabled by default |
Payment Methods | List of payment methods available in the shop | Please select the bank transfer methods to auto cancel. |
Time to cancel orders (days) | number | Number of days after which an unpaid order will be canceled, default: 7 |
Cancel orders cron schedule | crone schedule | Enter crone schedule, default: 30 3 * * * |
Backend
Add documentation for BE code
Frontend
The module does not provide any functionality for the storefront.