jleesaxon Posted July 3, 2013 Share Posted July 3, 2013 How do I move a module from one hook to another? More specifically, one of the many hooks the Paypal module utilizes is the Right Column (for a link to a "What is PayPal" page). However, I'm using a 2-column layout so I need to move this to the Footer. Link to comment Share on other sites More sharing options...
vekia Posted July 3, 2013 Share Posted July 3, 2013 go to the modules > positions click on "transplant" button, select module from list, select new "hook" and save changes Link to comment Share on other sites More sharing options...
jleesaxon Posted July 5, 2013 Author Share Posted July 5, 2013 "This module cannot be transplanted to this hook" Link to comment Share on other sites More sharing options...
karthiiiiiiiiiik Posted July 8, 2013 Share Posted July 8, 2013 (edited) hi, If you were unable to transplant the module.. kindly check in the module paypal and in main php file whether there is a hook for the position you want to transplant if not you can do it your self if you know it very well before doing yourself kindly check with some reference before adding the code . Edited July 8, 2013 by karthik who_am_i (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 8, 2013 Share Posted July 8, 2013 so, in this case it is necessary to modify the code. You have to create function to handle footer hook: public function hookFooter($params) { function body } about what module we are talking about? (what version exactly?) i will check it and give you solution 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