Thread: Echeck settings

Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Echeck settings

    Hi,

    I have been trying to figure out where and how to set the echecks to report to either the customer or us.

    Before upgrading to 1.3.8a PayPal used to send back notification to the cart and the status did not change which was fine. Now PayPal notifies the cart and the status changes but we (admin) nor the customer is notified.

    Is there a way to set this so that either the customer or admin is notified of the status change so the customer knows when their downloads are available?

    Thanks

    Rick

  2. #2
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Echeck settings

    If you're not receiving emails from PayPal about transaction status changes, you'll need to talk to PayPal tech support about that not working.

    Or am I not reading your post correctly?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: Echeck settings

    We are receiving the email from PayPal but the cart is changing the status to processing and we want it to stay as pending and change it ourself.

    Thanks

    Rick

  4. #4
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Echeck settings

    Interesting twist. It used to be that people begged for orders to be auto-activated, not held.

    Anyway, you can stop them from being updated by editing your ipn_main_handler.php and adding two new lines, as shown:
    Code:
        case 'echeck-cleared':
          //echeck-cleared
          $new_status = MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID;
          $new_status = 1;
        break;
        case ($txn_type=='express-checkout-cleared' || substr($txn_type,0,8) == 'cleared-'):
          //express-checkout-cleared
          $new_status = ($isECtransaction && defined('MODULE_PAYMENT_PAYPALWPP_ORDER_STATUS_ID') ? MODULE_PAYMENT_PAYPALWPP_ORDER_STATUS_ID : MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID);
          if ((int)$new_status == 0) $new_status = 2;
          $new_status = 1;
        break;
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2004
    Posts
    503
    Plugin Contributions
    0

    Default Re: Echeck settings

    Thanks!!

    I have implemented the change and will wait for the next e-check to clear.

    Rick

 

 

Similar Threads

  1. echeck query
    By neit in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Aug 2010, 08:25 AM
  2. Ignores Meta Settings in Admin Product Settings
    By NewbietoEC in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Jul 2010, 04:04 PM
  3. Echeck problem
    By IRTech in forum General Questions
    Replies: 1
    Last Post: 14 Jul 2010, 05:53 PM
  4. echeck 1.3.7.1
    By youniquephotos in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 9 Feb 2008, 06:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR