https://github.com/magesuite/order-failure-notification
The module sends emails notifying about order failures. The email contains data that can be useful when debugging the cause of failed order.
Installation
This module is optional.
composer require "creativestyle/magesuite-order-failure-notification" ^1.0.0
Admin settings
Admin settings can be found under Stores -> Configuration -> MageSuite -> Order Failure Notification
Settings:
Field | Options | Comment |
---|---|---|
Enable notifications for order failure | Yes/No | Default value: No |
E-mail address | Multiple e-mail addresses shall be separated with comma |
Backend
To be added
Frontend
The notification email contains the following data:
Order data
Quote data
Exception message
Exception track
The template is located in: order-failure-notification/view/adminhtml/email/order_failure_notification.html