-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Commerce has improved support of email triggers since the initial release.
Is this a place Notification Events can add value?
- When a Craft Commerce order is completed
- When a Craft Commerce transaction is saved
- When a Craft Commerce order status is changed
The When a Craft Commerce order status is changed event could provide two template variables.
{order.number}{{ object.order.number }}{orderHistory.newStatus.name}{orderHistory.prevStatus.name}{{ object.orderHistory.newStatus.name }}{{ object.orderHistory.prevStatus.name }}
Reactions are currently unavailable