Thread: Authorize.net

Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    42
    Plugin Contributions
    0

    Default Authorize.net

    On my payment page where the customer puts in there CC number. i would like to have something below the CCV number with an image saying that "all processing is done through authorize.net" or something like that.

    i have seen the mod for the authorize.net seal "sidebox" but i do not want this box on the site at all time's i just want it to show on the check out page.

    so if someone can show me how to do ither one.......

    Thanks,
    William

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

    Default Re: Authorize.net

    Quote Originally Posted by wlamoreaux View Post
    i have seen the mod for the authorize.net seal "sidebox" but i do not want this box on the site at all time's i just want it to show on the check out page.
    If you're using the sidebox, edit /includes/modules/sideboxyes/YOUR_TEMPLATE/authorizenet.php
    around line 16 you have:
    Code:
    // test if box should display
      $show_authorizenet = true;
    
      if ($show_authorizenet == true) {
    change that like this:
    Code:
    // test if box should display
      $show_authorizenet = ($current_page_base == FILENAME_CHECKOUT_PAYMENT) ? true : false;
    
      if ($show_authorizenet == true) {
    .

    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.

 

 

Similar Threads

  1. v151 Switching From Authorize.net (SIM) to AUthorize.net (AIM)
    By dinohaven in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2014, 05:56 PM
  2. v150 Difference Between Authorize.net (SIM) and Authorize.net (AIM)
    By joem83 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Aug 2012, 10:48 PM
  3. Authorize.net (AIM) Authorize.net (SIM)
    By Andy75 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 29 Jan 2009, 04:38 AM
  4. Replies: 3
    Last Post: 27 Aug 2008, 12:32 AM

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