Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Authorize.net AIM module not showing up as payment option

    I'm having the same problem as this thread http://www.zen-cart.com/forum/showthread.php?t=53993, yet, my payment zone is set to --none--

    my settings are as follows:

    Enable Authorize.net (AIM) Module: True
    Transaction Mode: Test
    Authorization Type: Authorize+Capture
    Enable Database Storage: True
    Customer Notifications: False
    Merchant Notifications: False
    Request CVV Number: True
    Sort order of display.: 10
    Payment Zone: --none--
    Set Completed Order Status: Processing [2]
    Set Refunded Order Status: Pending [1]
    Debug Mode: Log and Email


    note: it worked when i had it set up for SIM. Now that we installed an SSL Certificate we are moving it to AIM mode.


    Thanks in advance!

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

    Default Re: Authorize.net AIM module not showing up as payment option

    It doesn't show up if your site isn't using SSL.
    .

    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
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Authorize.net AIM module not showing up as payment option

    Quote Originally Posted by DrByte View Post
    It doesn't show up if your site isn't using SSL.
    How can I verify that our SSL is up and running. If i add https:// before the address, it loads up with a locked padlock in Google chrome.

    I also, modified the configure.php file to turn on SSL.

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

    Default Re: Authorize.net AIM module not showing up as payment option

    When you click the Login link/button does the URL change from http to https automatically? When you click into Checkout and get to the checkout_payment page, does it automatically use https and show the padlock? If not, then you didn't actually get your changes to configure.php onto the server.
    .

    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
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Authorize.net AIM module not showing up as payment option

    Thank you for your quick replies....

    It does not change when I select Checkout.


    my config looks like this

    Code:
    /**
     * WE RECOMMEND THAT YOU USE SSL PROTECTION FOR YOUR ENTIRE ADMIN:
     * To do that, make sure you use a "https:" URL for BOTH the HTTP_SERVER and HTTPS_SERVER entries:
     */
      define('HTTP_SERVER', 'https://www.MyDomain.com');
      define('HTTPS_SERVER', 'https://www.MyDomain.com');
      define('HTTP_CATALOG_SERVER', 'https://www.MyDomain.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.MyDomain.com');
    
      // secure webserver for admin?  Valid choices are 'true' or 'false' (including quotes).
      define('ENABLE_SSL_ADMIN', 'true');
       define('ENABLE_SSL', 'true');
    
      // secure webserver for storefront?  Valid choices are 'true' or 'false' (including quotes).
      define('ENABLE_SSL_CATALOG', 'true');

    I added this line
    Code:
     define('ENABLE_SSL', 'true');
    as it wasn't in the configuration already. Once i added it, it allowed me to instal Authorize.net AIM

  6. #6
    Join Date
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Authorize.net AIM module not showing up as payment option

    Update: I removed the
    Code:
     define('ENABLE_SSL', 'true');
    from the admin configure.php and edited the main configure to enable ssl... it still isn't showing

  7. #7
    Join Date
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Authorize.net AIM module not showing up as payment option

    This has been resolved...

    I edited both configure files (the one in includes and the one in admin/includes) I followed this
    You need to set ENABLE_SSL_ADMIN to 'true' *and* you need to set your HTTP_SERVER to the same as what your HTTPS_SERVER is set to. (yes, put an https:// address in the HTTP_SERVER setting)
    advice in this thread

    Special Note: to update the includes/configure.php file, you may have to change the permissions to write. Otherwise, you will think you are making changes in dreamweaver and uploading them when you are really not.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Authorize.net AIM module not showing up as payment option

    CAREFUL!!!!!

    Your non-admin configure.php file should NOT have an https address in the HTTP_SERVER define.
    .

    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.

  9. #9
    Join Date
    Mar 2012
    Posts
    11
    Plugin Contributions
    0

    Default Re: Authorize.net AIM module not showing up as payment option

    Fixing it now.. Thanks Doc

 

 

Similar Threads

  1. v153 Help! Authorize.net (AIM) module has no error messages, but is not processing payment
    By pjcc21e in forum Built-in Shipping and Payment Modules
    Replies: 47
    Last Post: 27 Apr 2015, 03:36 AM
  2. Authorize.net AIM Module Not showing up in Checkout
    By jamadri in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 5 Sep 2013, 05:43 PM
  3. Authorize.net aim payment module
    By coolman in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 11 Nov 2008, 10:44 AM
  4. Authorize.net AIM module not showing up as payment option
    By daisychick in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 19 Dec 2006, 11:26 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