sndsabin / module-orderconfirmationemailstatus
This module adds a column in the sales order grid showing the status of the order confirmation email.
Package info
github.com/sndsabin/OrderConfirmationEmailStatus
Type:magento2-module
pkg:composer/sndsabin/module-orderconfirmationemailstatus
v1.0.0
2022-01-21 10:51 UTC
This package is auto-updated.
Last update: 2026-03-21 20:10:39 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

