sagkash3 Posted June 10, 2015 Share Posted June 10, 2015 Hello ... I have 2 problems 1st I have categories block on the right , I want to make to left side , (using leo converse theme) 2nd problem is : On the displayhomecontent , I want to hook categoriesblock , which is not happening.. I get error " This module cannot be transplanted to this hook. can someone help me with my homepage should be displayed like below image Categories in LEFT column (LISTview) and homepage content with Categories block (GRIDVIEW) Thanks in advance Link to comment Share on other sites More sharing options...
pishkus Posted June 10, 2015 Share Posted June 10, 2015 (edited) i think this applies to both of your problems: when transplanting a module, the module must have a corresponding hook function defined. If you just want to replicate one hooks functionality, you simply can add to the module class something like this: public function hookNewHookName() { $this->hookExistingHookFunction(); } Although you should be careful about editing core modules files, because it will be overrriden when updated. So read about overriding core modules here: http://nemops.com/override-prestashop-modules-core Edited June 10, 2015 by pishkus (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted June 10, 2015 Share Posted June 10, 2015 Hello @sagkask3 Please do not post your topic in several forums, it can make it harder for you and any other forum members to get the answer you are looking for. Paul Link to comment Share on other sites More sharing options...
vekia Posted June 14, 2015 Share Posted June 14, 2015 if we override module file with new hook funciton that doesnt exist in original file - it will not work override mechanism for module .php files still doesnt work well 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