pets11 Posted January 3, 2015 Share Posted January 3, 2015 (edited) I'm using 1.5.6.2 and have Authorize.Net 1.5.4 and PayPal advanced(Presto-Changeo 1.1.1) enabled and in the cart. Both modules work great but the PayPal is open for customers to enter their information, while they must click on Authorize.Net option for the fields to open up. I included images of the checkout before Authorize.net is clicked on and after... Is this normal? I would assume they should both need clicked or both have fields open but I don't know. Has anyone figured out what to change to open the Authorize.Net up without having to click on it? I'm trying to keep a very simple checkout but this has been tricky. Edited January 6, 2015 by pets11 (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted January 3, 2015 Share Posted January 3, 2015 I have not worked on auth.net module before, but presumably there is a javascript function being called when you click on the payment method that expands the payment form. Assuming that, you need to locate what the javascript function is and execute that function on page load, so that by default it is expanded. Alternatively, you should work with Presto-Changeo so that their Paypal form is in a collapsed state by default. 1 Link to comment Share on other sites More sharing options...
pets11 Posted January 6, 2015 Author Share Posted January 6, 2015 Thank you Bellini13! You put me on the right track to figure that out. I changed "none" to "inline" and it worked great. <div id="aut2"style="display:inline"> 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