Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Aug 2006
    Location
    North Carolina
    Posts
    280
    Plugin Contributions
    0

    Default Re: Authorize.net (AIM) need Tranaction ID and Auth Code on merchant emails

    Linda,

    I just want to make sure you understand first, Authorize.net is working perfectly and charging my transactions. That is not the problem.
    I just can't get Dr Byte's code to make the auth code and transaction ID to appear in our merchant emails so we don't have to look it up for every order to capture funds. We only use Auth Only on purpose.

    My other question is why nothing appears in the authorizenet table in mySQL.

    Please confirm that is why you are asking the previous questions and I'll fill in all the blanks for ya

    thanks,
    Jeff


    NEVER MIND.... I just got your second email
    Jeff Michaels,
    pres of Musical Creations Ltd.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Authorize.net (AIM) need Tranaction ID and Auth Code on merchant emails

    I think I have a method to cheat ...

    Hey if it works that is all that matters ...

    Could you drop me a PM please?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #13
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Authorize.net (AIM) need Tranaction ID and Auth Code on merchant emails

    Quote Originally Posted by jeffmic View Post
    is there any reason why the authorizenet table doesn't contain ANY of the info of the 2 orders I did today (as sample orders to make sure everything is going through properly). The Auth Code and Transaction ID show up in the Customer's order data and the Admin orders data though... So where ARE they stored?
    The authorizenet table is only populated if you have the switch to "Enable Database Storage" turned on in your authorize.net payment module settings in ZC admin.
    .

    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.

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

    Default Re: Authorize.net (AIM) need Tranaction ID and Auth Code on merchant emails

    Let's try this instead of what I gave you earlier:
    Code:
          if ($GLOBALS[$_SESSION['payment']]->auth_code || $GLOBALS[$_SESSION['payment']]->transaction_id) {
            $pmt_details = 'AuthCode: ' . $GLOBALS[$_SESSION['payment']]->auth_code . '  TransID: ' . $GLOBALS[$_SESSION['payment']]->transaction_id . "\n\n";
            $email_order = $pmt_details . $email_order;
            $html_msg['EMAIL_TEXT_HEADER'] = nl2br($pmt_details) . $html_msg['EMAIL_TEXT_HEADER'];
          }
    .

    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 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 1
    Last Post: 4 Mar 2016, 04:17 AM
  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) Putting AUTH: Code & TransID in order comments
    By nextlevelmotoring in forum General Questions
    Replies: 6
    Last Post: 3 Aug 2009, 07:57 PM
  4. Authorize.net AIM - error occurred trying to report this transaction to the merchant.
    By danderson421 in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 15 Jan 2008, 11:14 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