Hi Kris. We have the pipelines running when orders change status. You can hook into one of them or even register your own pipeline for the order statuses.
Take a look at the table:
uCommerce_OrderStatus
You can also take a look here on how to register a pipeline task if a task in the checkout pipeline is sufficient enough for you:
Something like an order paid or complete event?
I need to save some data in umbraco when an order is set to paid (e.g. Ogone, but also using the CMS).
How can I do that?
Thank you very much.
Kind regards.
Kris
Hi Kris. We have the pipelines running when orders change status. You can hook into one of them or even register your own pipeline for the order statuses.
Take a look at the table:
uCommerce_OrderStatus
You can also take a look here on how to register a pipeline task if a task in the checkout pipeline is sufficient enough for you:
http://docs.ucommerce.net/ucommerce/v6/extending-ucommerce/create-pipeline-task.html
Hope that helps. Otherwise let me know :)
Morten
Thank you! Got it working :-)
is working on a reply...