Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / E-Check has cleared Email?

E-Check has cleared Email?

Locked

Views: 1,039

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Sep 2008, 5:32 PM
#1
thehypo avatar

thehypo

Zen Follower

Join Date:
Jan 2006
Posts:
109
Plugin Contributions:
0

E-Check has cleared Email?

Is it possible to setup a system that sends out an email saying that an echeck has cleared? I see that now (unlike before), a cleared check somehow is notified to zencart, and it automatically processes the order at that point, but there is no notification. As a seller of Downloads, it's important to notify the cusomer that their order has processed, and that they can now download their purchase. Is there a way (or can a way be easily added) to send a notice?

Edit: PS: this is with the Paypal IPN module; neither the express nor pro are installed for me.

1 Oct 2008, 4:09 PM
#2
thehypo avatar

thehypo

Zen Follower

Join Date:
Jan 2006
Posts:
109
Plugin Contributions:
0

Re: E-Check has cleared Email?

Can anyone at least point in the direction of the code that processes cleared echecks so that I can find the spot where email code should go?

2 Oct 2008, 8:58 AM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: E-Check has cleared Email?

I'd probably start with ipn_main_handler.php and related function files in the paypal payment module folder

2 Oct 2008, 4:09 PM
#4
thehypo avatar

thehypo

Zen Follower

Join Date:
Jan 2006
Posts:
109
Plugin Contributions:
0

Re: E-Check has cleared Email?

Thanks. I think I got it (I hope).