wjbeckett Posted September 14, 2014 Share Posted September 14, 2014 Hi everyone, I was hoping someone could help me with moving the "Login with PayPal" button on the Authentication page. I was hoping to add it as one of the Bootstrap columns next to the Register and Login fields but Can't seem to find any hooks to move around i the authenticaiton.tpl file. This is what it currently looks like: This is what I want to get it to look like: I can make all the changes easily enough, I just need to know where to make these changes to make it look how I want it to. I've looked though the authentication.tpl file and cannot find any reference to it at all. I can obviously just disable the login button but I'd like to give my customers that other option. Thanks, Will. Link to comment Share on other sites More sharing options...
vucumbra Posted December 30, 2016 Share Posted December 30, 2016 you must edit this file /modules/paypal/views/js/paypal_login.js $("#login_form").parent().before('<div id="buttonPaypalLogin1"></div>'); you can set "after" condizion $("#login_form").parent().after('<div id="buttonPaypalLogin1"></div>'); 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