Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Problem with eProcessing Network

    I can't get my ZC to recognize that a credit card has charge has been accepted and processed by ePN; the order doesn't process in ZC and I get error messages that tell me the card was denied.

    Were you successful in your efforts to make GoDaddy, Zen Cart, and eProcessingNetwork play nicely?

    I'm stumped, despite reading everything I could in the FAQ and every forum posting having to do with ZC and ePN or ZC and GoDaddy hosting (wow... lot of hostility out there!)

    In that past I've had it working properly, but now my problem resembles yours: When I enter a credit card charge, the values pass to ePN and the charge is processed, but the message doesn't get back to ZC, so I get the "Credit Card Denied" or the message you mentioned earlier.

    I upgraded to ZC1.3.9h from 1.3.7 and have tried ePN's TDBE as well as the Authorize.net (AIM) emulation.... no joy.

    My site (http://secretweaponlures.com/armory/) is using a Zen Cart template (premium 7) from Template Monster.

    Uploaded and revised the configure.php file in the includes directory. Also the configure.php file in the admin/includes directory.

    Double checked and replaced the Restriction Key. I hope there's something obvious that I'm overlooking, but I don't have a clue as to what it might be.

  2. #2
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Problem with eProcessing Network

    I got some help from zencarter.... He identified and fixed the problem for me.

    In includes/modules/payment/authorizenet_aim.php, find line around 360. Change :

    unset($response);
    $response = $this->_sendRequest($submit_data);

    to be :

    unset($response_array);
    $response_array = $this->_sendRequest($submit_data);
    $response = explode("|", $response_array[0]);

    Once this change was made and the file uploaded, then the Authorize.net (AIM) module worked flawlessly with eProcessingNetwork. At least, that solved my problem. If that does not work for you, you might want to get some expert help:
    http://www.zencarter.com/shop/contact_us.html

 

 

Similar Threads

  1. v151 eProcessing Network Changes
    By ShannonWatts in forum Addon Payment Modules
    Replies: 4
    Last Post: 11 Jun 2015, 02:29 AM
  2. Problems with integrating eProcessing Network payment module
    By krsstore in forum Addon Payment Modules
    Replies: 2
    Last Post: 23 Feb 2015, 06:39 PM
  3. eProcessing Network Integration with Authorize.net AIM
    By jamadri in forum Addon Payment Modules
    Replies: 2
    Last Post: 10 Sep 2013, 06:29 AM
  4. eProcessing Network - emulator problem
    By Darren Cubi in forum Addon Payment Modules
    Replies: 9
    Last Post: 8 Feb 2013, 09:51 PM
  5. eProcessing Network Integration
    By jacdesigner in forum Addon Payment Modules
    Replies: 14
    Last Post: 25 Nov 2009, 06:25 AM

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