Skip to content

Craft Commerce Notification Events #264

@BenParizek

Description

@BenParizek

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 }}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions