sndsabin / module-orderconfirmationemailstatus
This module adds a column in the sales order grid showing the status of the order confirmation email.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2024-11-21 17:15:47 UTC
README
Main Functionalities
This module adds a column in the sales order grid showing the status of the order confirmation email.
Installation
* = in production please use the --keep-generated
option
Type 1: Composer (recommended)
- Install the module composer by running
composer require sndsabin/module-orderconfirmationemailstatus
- Enable the module by running
php bin/magento module:enable SNDSABIN_OrderConfirmationEmailStatus
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Zip file
- Unzip the zip file in
app/code/SNDSABIN
- Enable the module by running
php bin/magento module:enable SNDSABIN_OrderConfirmationEmailStatus
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
License
Uppercase Vendor Name 😛 ?
Yes 😄
Bootstrapped using Mage2Gen