This does not answer the question. What I want is that booking status should sync with the order status so:
1. If booking is set to PAID -> Order status should also change to be Processing
2. If booking is set to unpaid -> Order status should also change to On-Hold
3. If booking is cancelled – > order should also cancel
Cam you please shed some light on how to do it?
It is something that is very essential to the functionality.