Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Dec 2008
    Location
    California
    Posts
    102
    Plugin Contributions
    0

    Default AIM AVS response wanted on admin Order page

    I have looked and looked and looked and can not find any threads regarding this.

    I would like the AVS response to show up in the comment section of the order. This helps us know when something may be fraudulent. I am using Super Orders.

    Does anyone know if this is possible. I checked all the mods but did not find anything there either.

  2. #2
    Join Date
    Dec 2008
    Location
    California
    Posts
    102
    Plugin Contributions
    0

    Default Re: AVS response wanted on admin Order page

    No one else wants this. I have two other ecommerce sites (not Zen) and both have this. It is a quick and easy way to determine if an order might be fraud.

  3. #3
    Join Date
    Dec 2008
    Location
    California
    Posts
    102
    Plugin Contributions
    0

    Default Re: AVS response wanted on admin Order page

    Hum... let me ask this another way.

    The tutorials for Authorize.net state

    TRANSACTION DATA SHOWN IN ZEN CART

    1. Incorporated with each successful order is a listing of:
    *Authorize.net generated Order ID
    *Approval Code
    *Reference Number
    *AVS Response
    *Fraud Score
    *Response Message

    The AVS Response, shown above, is not showing up on my orders. I have Super Orders and the tracking order mods loaded but even the standard, out of the box, order mod did not show AVS response.

    I really want this to show up and would be willing to pay to have it done if someone can give me a quote.

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

    Default Re: AVS response wanted on admin Order page

    You haven't indicated any of the important questions asked on the New Thread or Reply screens ... such as Zen Cart version, which payment module you're using, addons installed, etc etc etc ...
    .

    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
    Dec 2008
    Location
    California
    Posts
    102
    Plugin Contributions
    0

    Default Re: AVS response wanted on admin Order page

    Ok Sorry

    I am using 1.3.8

    Mods include Super Orders and Ty Package Tracker for orders

    Also loaded are Easy Populate and Site Backup

    My gateway is Authorize.net.

    I am receiving orders correctly. When an order comes in I see the Authorization number and Transaction ID

    I did look at the tutorials to begin with and saw that I am suppose to be getting the AVS response.

    Thanks

  6. #6
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: AVS response wanted on admin Order page

    Authorize.net ... using AIM or SIM?
    .

    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.

  7. #7
    Join Date
    Dec 2008
    Location
    California
    Posts
    102
    Plugin Contributions
    0

    Default Re: AVS response wanted on admin Order page

    I am using AIM

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

    Default Re: AVS response wanted on admin Order page

    Okay, in /includes/modules/payment/authorizenet_aim.php, around line 357 you'll see these lines:
    Code:
        $response_text = $response[3];
        $this->auth_code = $response[4];
        $this->transaction_id = $response[6];
    Change the highlighted line as shown:
    Code:
        $response_text = $response[3];
        $this->auth_code = $response[4] . ' (AVS: ' . $response[5] . ')';
        $this->transaction_id = $response[6];
    That will cause the AVS to be added to the auth-code data on subsequent transactions.
    .

    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
    Dec 2008
    Location
    California
    Posts
    102
    Plugin Contributions
    0

    Default Re: AVS response wanted on admin Order page

    Thank you. Thank you Thank you. That was exactly what I needed to have happen.

    Do you have a place for contributions?

  10. #10
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: AVS response wanted on admin Order page

    If you're referring to monetary contributions, please use the "Donations" link at the top of this page
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Changing response time AIM Module
    By mysh in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 16 Apr 2014, 02:01 PM
  2. authorize.net AIM response code 13 since update from 1.3.9d to 1.3.9h
    By billc108 in forum Built-in Shipping and Payment Modules
    Replies: 14
    Last Post: 5 Jun 2011, 08:23 PM
  3. edit auto response order admin email
    By mirostz in forum General Questions
    Replies: 2
    Last Post: 18 Aug 2010, 09:38 PM
  4. Authorize AIM - AVS Check "B" Declined BUT...
    By kevinw in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 2 Apr 2008, 12:59 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