Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2011
    Location
    Alabama
    Posts
    5
    Plugin Contributions
    0

    Default eProcessing Module

    Will appreciate help with eProcessing Module.
    Get the Page Not Found screen when transaction is submitted.
    Thanks!

  2. #2
    Join Date
    Aug 2011
    Location
    Alabama
    Posts
    5
    Plugin Contributions
    0

    Default Re: eProcessing Module

    Running ZC 1.3.9h. Have downloaded the eProcessingNetwork TDBE and the bubble is green: Processing. On 2/25/12 got SSL Certificate working, made the changes to configure.php, and can access Zen Cart:
    /includes/configure.php
    define('HTTP_SERVER', 'http://www.a1armorer.com');
    define('HTTPS_SERVER', 'https://www.a1armorer.com');

    define('ENABLE_SSL', 'true');

    /adminurrhtcqq/includes/configure.php
    define('HTTP_SERVER', 'http://www.a1armorer.com');
    define('HTTPS_SERVER', 'https://www.a1armorer.com');
    define('HTTP_CATALOG_SERVER', 'http://www.a1armorer.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.a1armorer.com');

    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    When I select a product and click on Go To Checkout, I receive the message:
    There's a problem with this website's security certificate.
    Did I botch the PHP mods?

  3. #3
    Join Date
    Aug 2009
    Location
    Milton Keynes
    Posts
    98
    Plugin Contributions
    1

    Default Re: eProcessing Module

    Quote Originally Posted by A1armorer View Post
    Running ZC 1.3.9h. Have downloaded the eProcessingNetwork TDBE and the bubble is green: Processing. On 2/25/12 got SSL Certificate working, made the changes to configure.php, and can access Zen Cart:
    /includes/configure.php
    define('HTTP_SERVER', 'http://www.a1armorer.com');
    define('HTTPS_SERVER', 'https://www.a1armorer.com');

    define('ENABLE_SSL', 'true');

    /adminurrhtcqq/includes/configure.php
    define('HTTP_SERVER', 'http://www.a1armorer.com');
    define('HTTPS_SERVER', 'https://www.a1armorer.com');
    define('HTTP_CATALOG_SERVER', 'http://www.a1armorer.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.a1armorer.com');

    define('ENABLE_SSL_CATALOG', 'true');
    define('ENABLE_SSL_ADMIN', 'true');

    When I select a product and click on Go To Checkout, I receive the message:
    There's a problem with this website's security certificate.
    Did I botch the PHP mods?
    Your SSL is not valid for www.a1armorer.com (as can be seen here: http://www.sslshopper.com/ssl-checke....a1armorer.com)

    However the domain without the www. is valid (http://www.sslshopper.com/ssl-checke...=a1armorer.com)

    Within that config file, this:
    PHP Code:
    /includes/configure.php
     define
    ('HTTP_SERVER''http://www.a1armorer.com');
     
    define('HTTPS_SERVER''https://www.a1armorer.com');
      
     
    define('ENABLE_SSL''true');

    /
    adminurrhtcqq/includes/configure.php
      define
    ('HTTP_SERVER''http://www.a1armorer.com');
      
    define('HTTPS_SERVER''https://www.a1armorer.com');
      
    define('HTTP_CATALOG_SERVER''http://www.a1armorer.com');
      
    define('HTTPS_CATALOG_SERVER''https://www.a1armorer.com');

     
    define('ENABLE_SSL_CATALOG''true');
     
    define('ENABLE_SSL_ADMIN''true'); 
    should be changed to this:

    PHP Code:
    /includes/configure.php
     define
    ('HTTP_SERVER''http://www.a1armorer.com');
     
    define('HTTPS_SERVER''https://a1armorer.com');
      
     
    define('ENABLE_SSL''true');

    /
    adminurrhtcqq/includes/configure.php
      define
    ('HTTP_SERVER''http://www.a1armorer.com');
      
    define('HTTPS_SERVER''https://a1armorer.com');
      
    define('HTTP_CATALOG_SERVER''http://www.a1armorer.com');
      
    define('HTTPS_CATALOG_SERVER''https://a1armorer.com');

     
    define('ENABLE_SSL_CATALOG''true');
     
    define('ENABLE_SSL_ADMIN''true'); 
    Regards,
    Matt
    Matt Clements
    Freelance Web Developer & Designer | Wholesale Party Supplies | Party Supplies
    Please note that the forum is free, but PMs and emails are treated as quote requests.

  4. #4
    Join Date
    Aug 2011
    Location
    Alabama
    Posts
    5
    Plugin Contributions
    0

    Default Re: eProcessing Module

    Thank you Matt.
    Omitting the www. from the https entry has stopped the error msg from displaying.
    I certainly appreciate the help.
    DuWain

  5. #5
    Join Date
    Aug 2009
    Location
    Milton Keynes
    Posts
    98
    Plugin Contributions
    1

    Default Re: eProcessing Module

    Quote Originally Posted by A1armorer View Post
    Thank you Matt.
    Omitting the www. from the https entry has stopped the error msg from displaying.
    I certainly appreciate the help.
    DuWain
    Brilliant :) Glad to help

    So is your eProcessing Module now working correctly?

    Regards,
    Matt
    Matt Clements
    Freelance Web Developer & Designer | Wholesale Party Supplies | Party Supplies
    Please note that the forum is free, but PMs and emails are treated as quote requests.

  6. #6
    Join Date
    Aug 2011
    Location
    Alabama
    Posts
    5
    Plugin Contributions
    0

    Default Re: eProcessing Module

    The SSL appears to be working fine. However, when the CC info is submitted for a purchase, a 404 page not found error displays.

    ZC1.3.9h
    Host: GoDaddy
    eProcessingNetwork TDBE
    @version $Id: epnetwork.php,v 0.1.0 2010/02/25
    This line may is curious:
    define('MODULE_PAYMENT_EPNETWORK_TEXT_DESCRIPTION', 'Test Credit Card Information:<br><br>CC#: 4111111111111111<br>Type: Visa<br>Expiry: Any');

    I have searched through the posts on this issue. In several instances, the problem was resolved and thanks given yet the actual solution was not shared.
    Surely the eProcessing module is working for many people.
    I am at least whelmed by it all.

    Will certainly appreciate guidance.

 

 

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 TDBE - HOWTO
    By raker4058 in forum Addon Payment Modules
    Replies: 0
    Last Post: 4 Jan 2011, 05:50 PM
  4. Help: eProcessing Network Questions - Using Authorize.net AIM Module
    By spidercreations in forum Addon Payment Modules
    Replies: 14
    Last Post: 8 May 2010, 02:28 PM
  5. Eprocessing Cart
    By pcpro745 in forum Addon Payment Modules
    Replies: 2
    Last Post: 5 Aug 2008, 08:25 PM

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