Retrieving date when an order was completed (orderstatus)
Hi Matt,
A quick question. How can we capture the Datetime (moment) when or order Changes status (in our project to complete) so we can perform some action based on the timestamp (send information to customer for example)
This event fires when the status is changing, and it provides you with what the status was, and what it now is, so you can use the change in value to trigger whatever action you need to perform.
Retrieving date when an order was completed (orderstatus)
Hi Matt,
A quick question. How can we capture the Datetime (moment) when or order Changes status (in our project to complete) so we can perform some action based on the timestamp (send information to customer for example)
Vendr 3
Umbraco 10
Hi Sander,
I don't think we track a status change date, but if you just want to notify a customer when the status changes, we do fire an event for that.
https://vendr.net/docs/core/3.0.0/reference/vendr-core/vendr-core-events-notification/orderstatuschangednotification/
This event fires when the status is changing, and it provides you with what the status was, and what it now is, so you can use the change in value to trigger whatever action you need to perform.
Thanks for your quick reply. We can move forward with this.
is working on a reply...