Jump to content

Official Authorize.net Payment Module not working


Recommended Posts

Hi guys,

I've installed the official Authorize.net payment module for my shop, signed up for service, and input my Login and Key.

 

When I test the payment module, in the checkout page, there are card icons and text: "Secured card payment.  This is a link that should direct me to div id="aut2" where I can type in CC # and info.

 

However, the hyperlink is just "#", and doesn't make aut2 visible.  In firebug I do see that aut2 is defined, but it isn't shown.

 

In the authorizeaim.tpl, I see the following:

<a id="click_authorizeaim" href="#" title="{l s='Pay with AuthorizeAIM' mod='authorizeaim'}"

This is the code for the link.

 

Then, below, I see this code for the aut2 div, but I don't see this element.

 

{if $isFailed == 0}                        
    <div id="aut2"style="display:none">                
    {else}                        
        <div id="aut2">                
        {/if}                
        <br /><br />                
        <div style="width: 136px; height: 145px; float: left; padding-top:40px; padding-right: 20px; border-right: 1px solid #DDD;">
            <img src="{$module_dir}img/logoa.gif" alt="secure payment" />
        </div>                

 

To see this behavior: https://ialwaysnguyen.com

 

I've contacted support, but no response.

 

Thanks in advance for any assitance!

Joey

Edited by NSXelrate (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...