Hi,

Been working on some changes in the way zen cart handles the order and notifies the customer.
I'm fine with coding and most ZC stuff. (Working with ZC for several years now, mostly code-stuff)

I'm looking for a way to:
- Still get the order in the database upon leaving ZC to a payment page.
- NOT send the order confirmation. I'll call this function later on.

I'm aware of the classes/order.php (which has the functions) and the modules/checkout_process.php (which calls the functions???).
A module I have already does the behaviour described above, but I can't find how it does that.

So, if anyone has any suggestions, or maybe some detailed (dev)docs about the order&payment-system(really confused about the exact flow of this), it would make me very happy. Just need to know where I need to add an if-statement.. ;)

Thnx!