Results 1 to 9 of 9
  1. #1
    Join Date
    Oct 2008
    Posts
    6
    Plugin Contributions
    0

    red flag Need help with authorize.net sim gateway

    1.3.8, I haven't upgraded yet.

    I have been searching this website for the last 4 days now and can't seem to find what I am looking for.

    I have just recently set up a shopping cart using Zen Cart 1.3.8 and my payment gateway is authorize.net sim. everytime there is an order placed, and I check it through Authorize.net, there is no invoice number, which makes it tough when printing out multiple orders to be shipped. Can someone please help me out, I have tried to edit the authorizenet.php 'x_invoice_num' => $_SESSION['customer_id'], and now I get a customer number in the place of the invoice number. What I need is it to automatically update the invoices each time an order is placed, for instance, order #1, order #2, etc.

    Thank you for your help.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Need help with authorize.net sim gateway

    The AIM module already does that.
    Also, the AIM module is much more secure in that it prevents the possibility of customers stealing your authnet account details and prevents them from spoofing transaction confirmations like they could do with the SIM module.
    .

    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
    Oct 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need help with authorize.net sim gateway

    I understand that, but at this point I am using the SIM. Is there any way you can tell me how to make it work? It does not automatically do it through authorize.net sim.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Need help with authorize.net sim gateway

    You could copy the some code from the AIM module into your SIM module. It's only an approximation as the order number can only be guessed since the real number is never assigned until after payment is completed.
    .

    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
    Oct 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need help with authorize.net sim gateway

    can you let me know what I should do? below are both codes the sim and aim. I have updated the sim to do the customer number, but I can't keep having duplicate orders from the same customer.

    authorize.net sim=
    'x_invoice_num' => $_SESSION['customer_id'],

    Authorize.net AIM=
    'x_invoice_num' => (MODULE_PAYMENT_AUTHORIZENET_AIM_TESTMODE == 'Test' ? 'TEST-' : '') . $new_order_id,

  6. #6
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Need help with authorize.net sim gateway

    Just a simple question,

    Is there a reason that you would be required to use the less secure SIM over the AIM module?
    Zen cart PCI compliant Hosting

  7. #7
    Join Date
    Oct 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need help with authorize.net sim gateway

    That is what I am being told to use by the company. I didn't help set up the merchant services, I am only trying to help them out and build them a shopping cart that works, compared to their old one.

  8. #8
    Join Date
    Oct 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Need help with authorize.net sim gateway

    I made a mistake when asking my question earlier; what I meant to say is that they currently have a shopping cart running that is using authorize.net sim and they would like to continue where they have left off with the invoice numbers. Can you please let me know what I need to edit in order for that to happen? They would like to start off with invoice number 3230. I apologize for my mistake.

    I greatly appreciate any help that can be provided.

    Thanks,

    Kevin

  9. #9
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Need help with authorize.net sim gateway

    Change the next order number via Admin->Tools->Store Manager
    .

    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. v155 Gateway address for Authorize.net (SIM)
    By HeleneWallis in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 27 Jun 2016, 05:26 PM
  2. v150 Need copy of Authorize.net sim that goes with v150
    By ckfs1 in forum General Questions
    Replies: 1
    Last Post: 18 Mar 2016, 05:27 PM
  3. 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
  4. Authorize.net AIM & SIM issues - need help
    By laurelsstitchery in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 19 Jul 2010, 02:57 AM
  5. Authorize.net SIM Need Help!
    By eztrumpet in forum Addon Payment Modules
    Replies: 5
    Last Post: 30 Aug 2006, 11:20 AM

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