Order Process Change

I want to call a payment module or page at the end of the ordering process (a payment module, which is not certified).
Since the ordering process from wix itself is in an iFrame and not written in Corvid, I don’t know, how to change the process or just call a function at the end.
Anyone has a tip?

Perhaps the onNewOrder() event handler could help.

But this is an backend event, isn’t it?
How can I open a page or call client side logic with this?

Yes, it’s in the backend. If this was in the client-side code, any site visitor could see your code, watch what’s happening, and wreak havoc if they desire. You want this event in the backend - it’s more secure. You can put whatever code you need in the event handler, and it will be secure and private.

Sure, but how can I solve my problem to interact with the ordering process, to call a page or put a modal window inside or whatever, at the end of the ordering process?

Wix Stores does not currently allow modifying the flow of the purchase procedure. There are plans for this to be implemented but no ETA as yet.

Meanwhile, you can look over the available articles to see what the current possibilities are.

:open_mouth: