Zen Cart Logo
Forums / General Questions / E-check clearing

E-check clearing

Locked

Views: 1,172

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Apr 2007, 11:33 AM
#1
disciple avatar

disciple

Totally Zenned

Join Date:
Aug 2004
Posts:
278
Plugin Contributions:
0

E-check clearing

Hi,

It appears that in the newest version of Zen-Cart when an e-check is cleared in PayPal it is automatically sent to the cart and the product (in our case) becomes available for download.

My question is how can I get the cart to notify the customer the the e-check has cleared and their product is now available to be downloaded?

Thanks

Rick

10 Apr 2007, 3:42 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: E-check clearing

It appears that in the newest version of Zen-Cart when an e-check is cleared in PayPal it is automatically sent to the cart and the product (in our case) becomes available for download.

My question is how can I get the cart to notify the customer the the e-check has cleared and their product is now available to be downloaded?
You can alter the processing steps in the admin - and this would be "pending" until cleared - once cleared notification is received by you, you can then change the status to "processing" or?? and edit the corresponding notification mail with your particulars

11 Apr 2007, 2:12 AM
#3
drbyte avatar

drbyte

Sensei

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

Re: E-check clearing

The process is not automated.

You'd need to add code into the ipn_update_orders_status_and_history() function in the paypal_functions.php file to send an appropriate email.