sndsabin/module-orderconfirmationemailstatus

This module adds a column in the sales order grid showing the status of the order confirmation email.

v1.0.0 2022-01-21 10:51 UTC

This package is auto-updated.

Last update: 2024-07-21 16:41:16 UTC


README

Main Functionalities

This module adds a column in the sales order grid showing the status of the order confirmation email.

Sales Order Grid

Sales Order Grid With Filters

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

GPL

Uppercase Vendor Name 😛 ?

Yes 😄

Bootstrapped using Mage2Gen