amimoto_eu Posted May 24, 2017 Share Posted May 24, 2017 Hi. I would like to place the module "Social sharing" in the footer of my shop, not only on product pages. If I want to transplant the module to the hook displayFooter in the backend, I don't have this choice. Only a fwe selected hooks are given. Where could I change that? Shop is 1.6.1.12 with a customized default theme. Link to comment Share on other sites More sharing options...
BalzoT Posted May 24, 2017 Share Posted May 24, 2017 You must change the code of the module and add the hook function in its core file. So in the socialsharing.php you will have to add public function hookDisplayFooter($params) { // the code.. } Link to comment Share on other sites More sharing options...
amimoto_eu Posted May 31, 2017 Author Share Posted May 31, 2017 Hi, thanks for your answer. Though I don't like to change any core files, I get to position the module like this, but it is really just meant for product pages, so it is not giving anything back on others. Changing the whole module might be a waste of time, as there are some commercial modules doing this job!? 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