NSXelrate Posted July 8, 2014 Share Posted July 8, 2014 (edited) 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 July 8, 2014 by NSXelrate (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted July 9, 2014 Share Posted July 9, 2014 I am pretty sure this is because of the javascript error caused by your block search module. Link to comment Share on other sites More sharing options...
NSXelrate Posted July 9, 2014 Author Share Posted July 9, 2014 Many thanks! That worked!!! After a week of struggling! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now