Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is there any way to capture the finished order after the checkout is done?
I need to capture the order that was paid for, to store it on my own table.
Hi NPina,
You'd need to use Vendr's event system to listen for the OrderFinalizedNotification. Checkout the docs here for how you'd go about doing that.
OrderFinalizedNotification
https://vendr.net/docs/core/2.1.0/umbraco-v9/key-concepts/events/
Hi Matt,
Thank you so much for the support. Following the link, I finally have done the implementation that was required in my case.
Thank you again.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco V9 and Vendr Checkout 2.0
Is there any way to capture the finished order after the checkout is done?
I need to capture the order that was paid for, to store it on my own table.
Hi NPina,
You'd need to use Vendr's event system to listen for the
OrderFinalizedNotification
. Checkout the docs here for how you'd go about doing that.https://vendr.net/docs/core/2.1.0/umbraco-v9/key-concepts/events/
Hi Matt,
Thank you so much for the support. Following the link, I finally have done the implementation that was required in my case.
Thank you again.
is working on a reply...