OunknownO Posted March 17, 2016 Share Posted March 17, 2016 (edited) I need to put blocksearch module into a leomegamenu module, my problem is how to do that(that is which files to modify. Can somebody give me pointers to which files to go. thanks in advance Edited March 17, 2016 by OunknownO (see edit history) Link to comment Share on other sites More sharing options...
presta4you.com Posted March 19, 2016 Share Posted March 19, 2016 First you must create new function inside blocksearch.php. For example: public function hookYourHookName() { //your code } Second you must create this hook inside leomegamenu. Probably some .tpl file. {hook h='YourHookName'} And finally you must adding blocksearch module to this hook inside back-office. Link to comment Share on other sites More sharing options...
Jose A. Martin Posted December 1, 2016 Share Posted December 1, 2016 Hello! The solution provided works for me but I have a problem with the styles and javascript of my module, and is that it does not link them when I put the hook, I have checked to see if other styles kill those of the module but they do not even appear ... Any ideas? Thank you! Link to comment Share on other sites More sharing options...
PersonasOwn Posted February 22, 2017 Share Posted February 22, 2017 Hello, I would like to know if it is possible to add the client's wishlist in the shopping cart using this method.I'm trying to add client's wishlist in the shopping cart to remind him of the products he's favorited.thanks in advance 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