Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Auth only cc transactions how to w/authorizenet module?

This is a discussion on Auth only cc transactions how to w/authorizenet module? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Originally Posted by mondi I am using the latest version of the authorize.net module. It is setup to allow selection ...

      
  1. #11
    Anonymous
    Guest


    Default

    Quote Originally Posted by mondi
    I am using the latest version of the authorize.net module. It is setup to allow selection of the auth type in admin. It was a little bit of a chore to get it installed as I had done some serious modding to get GV and an invoice number to authnet. If you are up to it, the module is worth the upgrade. Including adding an invoice number to the auth.
    Hey Mondi.

    I've been having some troubles getting the Authorize.Net and GV modules to play nicely together. Regardless of whether or not the voucher balance is greater than the order total, the Authorize.net pre-process complains about the lack of a credit card number. If I remove the Authorize.net module, everything works perfectly w/ the vouchers.

    I've upgraded to the latest version of of the Authorize.net module, but it didn't seem to make a difference. I'm about to update to the latest version of ccgv (510c) in an attempt to fix it, but would like to avoid the 99 edits/new files necessary to do so if at all possible.

    Did you run in to anything like this? Any tips? This one has been killing me for a while now.

    Thanks so much.

    - Eric

  2. #12
    New Member
    Join Date
    Feb 2004
    Posts
    11
    Rep Power
    0


    Default

    Oops. That last one was me.

    - Eric

  3. #13
    Anonymous
    Guest


    Default

    Hey Eric,

    Yes this is a problem. I have been meaning to fix it but there ideally no one is covering the entire cost of an order with a credit amount so it hasn't made it to the top of my list yet.

    It's not going to be that hard to fix. The code is in there to stop it from happening, there is just something wrong with it. It's probably a = or a ! or something like that somewhere.

    The order is processed correctly with the gv and or coupon, its just java script that is trying to validate the form.

    I will get into fixing this later this week. I will let you know when I get it.

    Mondi

  4. #14
    New Member
    Join Date
    Jul 2004
    Posts
    6
    Rep Power
    0


    Default

    LOL.. I did the same thing you did. I forgot which forum I was on too!

    Mondi

  5. #15
    New Member
    Join Date
    Feb 2004
    Posts
    11
    Rep Power
    0


    Default

    h0wdy Mondi. I've done some digging. .

    From what I can tell, it appears that $credit_covers / tep_session_is_registered('credit_covers') are not getting set properly in the pre_confirmation_check function of includes/classes/order_total.php. If they were properly set, then the pre_confirmation_check function of includes/classes/payment.php should disable all payment modules.

    The exact error I'm getting when I attempt to cover the entire balance of an order with a voucher is TEXT_CCVAL_ERROR_UNKNOWN_CARD, which is spit out from the pre_confirmation_check function of includes/modules/payment/authorizenet.php. So, it seems that the payment module isn't getting disabled as it should.

    I even tried modifying includes/classes/payment.php just for testing, and changed:

    Code:
              if ($credit_covers || tep_session_is_registered('credit_covers')) { // Gift Voucher System
    to

    Code:
              if (1 == 1) { // Gift Voucher System
    This allows me to get passed the TEXT_CCVAL_ERROR_UNKNOWN_CARD error, but the payment module still shows up as authorize.net on the order confirmation page, and the order still fails with a CC error when I try confirm it. So it appears that there is an additional problem. Does the payment method need to be set to the "Webmakers Free Charge Card" in the case that the available credit covers the entire order?

    Any thoughts?

    This bug has been hindering our marketing substantially as a digital download site, and I've been pulling my hair out for a while on it. Hope we can get it figured out.

    - Eric

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Authorizenet.php
    By starview in forum osCommerce 2.2 Installation Help
    Replies: 13
    Last Post: 12-31-2006, 10:33 PM
  2. Dropped transactions?
    By Learners_permit in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 09-15-2006, 04:07 AM
  3. OSC using an external user auth system
    By beach_defender in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 04-07-2004, 08:04 AM
  4. AuthorizeNet Error
    By judoka in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-04-2003, 11:41 PM
  5. All Transactions succeed WHY?
    By kiokouk in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 04-30-2003, 07:00 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
  •