I'm doing some mods on a zen cart install and am trying to figure out where to fire an event after payment has cleared (so I know I can send the customer an email with some custom stuff).
I originally thought the after_process() method in the payment class (which calls the after_process method in whichever payment module you happen to be using) would accomplish this, but it seems that method is fired before the payment has been processed (after_process appears to mean the order has been processed -- not that the payment is complete).
How can I determine that an order has been paid for and paypal / whoever has cleared their payment?


Reply With Quote
