aliuosio / customerorderstatus
Changes the status of an order depending on the E-Mail Confirmation status
Package info
github.com/aliuosio/customerorderstatus
Type:magento2-module
pkg:composer/aliuosio/customerorderstatus
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-28 16:49:13 UTC
README
Changes the status of an order depending on the E-Mail Confirmation status
Backend Config Stores -> Configuration -> AliuOsio -> Customer Order status
Upon an new order the status is set to onHold till the E-Mail has been verified. If the Confirmation period which can be set in the backend is expired te customer can not orde rwith that Adress anymore. This also includes orders made over the Backend
Install
composer require aliuosio/customerorderstatus;
bin/magento se:up;
bin/magento c:c;