Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 2 of 2

Thread: Modified Authorizenet cc aim files

  1. #1
    JohnW
    Guest


    Default Modified Authorizenet cc aim files

    I modified the Authorizenet cc aim files that are included in the new versions of osCMax to include some of the functions of the module that was include in RC2 and RC3. It has the dynamically generated cc icon that are selected when installed in the admin section as before and they now show on the payment screen and the order confirmation screen. I also added the modification to add the invoice number to the transmitted so the invoice number is also on the email copy of the cc authorization which was not in the modules previously in Max. It also includes the SSLv3 line in Curl options. One last thing is the popup link for cvv.html was added in also. Probably could be done better and I might pursue making a tooltip popup with just the images using jQuey since it's already loaded into 2.1 but I wasn't successful with any of the small tooltip files and didn't want to get carried away.

    This is working on my live site.
    Attached Files Attached Files
    Last edited by JohnW; 06-15-2009 at 07:53 PM.

  2. #2
    JohnW
    Guest


    Default Re: Modified Authorizenet cc aim files

    I made a couple of changes and realized I didn't mention the javascript that needs to be in the head tag. First, thee is a IMHO much better pic to use which is cvv2.gif and you could convert it to jpg for a smaller file. Anyway, if you want to change to it in cvv.html change the lines with the table info to
    Code:
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600" id="AutoNumber1">
      <tr>
        <td align="center" valign="middle"><img src="images/cvv2.gif" width="600" height="354"></td>
      </tr>
    </table>
    Second, you need to have the javascript in your head tag. The easiest way is to put it in your main_page.tpl.php. Now, this code is configured for cvv2.gif because the dimension are different but you should get the picture. No pun intended.
    Code:
    <script type="text/JavaScript"><!--
      function CVVPopUpWindow(url) {
        window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=354,screenX=250,screenY=250,top=150,left=150')
      }
    //--></script>

Similar Threads

  1. Paypal/authorizenet Fix yet?
    By Redeye_Joe in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 02-04-2007, 07:08 AM
  2. Authorizenet.php
    By starview in forum osCommerce 2.2 Installation Help
    Replies: 13
    Last Post: 12-31-2006, 10:33 PM
  3. Having problems with Authorizenet payment mod anyone else?
    By Redeye_Joe in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 08-02-2006, 08:55 PM
  4. [Bug Fix] Low order Fee not Working with AuthorizeNet
    By michael_s in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 07-30-2004, 05:03 PM
  5. AuthorizeNet Error
    By judoka in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-04-2003, 10:41 PM

Bookmarks

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
  •