Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: First Data Payment Module Setup..

    For your admin configure.php:

    HTTP_SERVER = https://www.hailusa.com
    HTTPS_SERVER = https://www.hailusa.com
    HTTP_CATALOG_SERVER = http://www.hailusa.com
    HTTPS_CATALOG_SERVER = https://www.hailusa.com

    DIR_WS_ADMIN = /store/adminfoldername/
    DIR_WS_HTTPS_ADMIN = /store/adminfoldername/
    DIR_WS_CATALOG = /store/
    DIR_WS_HTTPS_CATALOG = /store/

    ENABLE_SSL_ADMIN = 'true'
    ENABLE_SSL_CATALOG = 'true'


    For your non-admin configure.php:
    HTTP_SERVER = http://www.hailusa.com
    HTTPS_SERVER = https://www.hailusa.com
    ENABLE_SSL = 'true'
    DIR_WS_CATALOG = /store/
    DIR_WS_HTTPS_CATALOG = /store/
    .

    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.

  2. #12
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: First Data Payment Module Setup..

    thanks! will try it...

  3. #13
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: First Data Payment Module Setup..

    Still no install button:

    Here's what I did per your previous comments:

    Non-Admin
    define('HTTP_SERVER', 'http://www.hailusa.com');
    define('HTTPS_SERVER', 'https://www.hailusa.com');

    define('ENABLE_SSL', 'true');

    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', '/store/');

    For Admin Folder

    define('HTTP_SERVER', 'http://www.hailusa.com');
    define('HTTPS_SERVER', 'https://www.hailusa.com');
    define('HTTP_CATALOG_SERVER', 'http://www.hailusa.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.hailusa.com');

    define('ENABLE_SSL_ADMIN', 'true');

    define('ENABLE_SSL_CATALOG', 'true');

    $t1 = parse_url(HTTP_SERVER);$p1 = $t1['path'];$t2 = parse_url(HTTPS_SERVER);$p2 = $t2['path'];

    define('DIR_WS_ADMIN', '/store/my_admin_name/');
    define('DIR_WS_CATALOG', '/store/');
    define('DIR_WS_HTTPS_ADMIN', '/store/my_admin_name/');
    define('DIR_WS_HTTPS_CATALOG', '/store/');

    Any other suggestions? Thanks!

  4. #14
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: First Data Payment Module Setup..

    Quote Originally Posted by mqeprez View Post
    For Admin Folder

    define('HTTP_SERVER', 'http://www.hailusa.com');
    define('HTTPS_SERVER', 'https://www.hailusa.com');
    No. Both of those need to use https://

    define('HTTP_SERVER', 'https://www.hailusa.com');
    define('HTTPS_SERVER', 'https://www.hailusa.com');
    .

    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. #15
    Join Date
    Feb 2012
    Posts
    10
    Plugin Contributions
    0

    Default Re: First Data Payment Module Setup..

    Made that minor change and jackpot! It worked!!!
    I've been testing and everything seems fine...
    I know that sometimes it can be difficult to answer basic questions to new users but believe me when I tell you, we all appreciate it!!
    Thanks for all the help!!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 Is PayEezy Payment Module - (formerly First Data GGE4) Available?
    By cogitoergo in forum Addon Payment Modules
    Replies: 3
    Last Post: 20 Jul 2016, 11:04 PM
  2. First Data Global Gateway e4℠ Hosted Payment - Any Development?
    By Carbonless in forum Addon Payment Modules
    Replies: 7
    Last Post: 23 May 2016, 02:24 PM
  3. New error with First Data when using authorizenet module
    By mikestewart in forum Addon Payment Modules
    Replies: 0
    Last Post: 9 Jun 2014, 09:00 PM
  4. Using FIRST DATA as 3rd party payment
    By mruby in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 16 Mar 2010, 12:14 AM
  5. First Data Payment Module?
    By elgrcg in forum Addon Payment Modules
    Replies: 2
    Last Post: 9 Jun 2008, 07:44 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