mariadb Posted November 30, 2018 Share Posted November 30, 2018 Hello, I'm in Prestashop 1.6.1.4. I need to hook the module "Manufacturers Image Block" to the hook displayFooterProduct, but it's not showing in the "Transplant to" list. What do I need to do for it to appear? I've been doing some research, but I don't fully understand what I'm reading (I don't code, but I can follow instructions). Thanks for your help. Link to comment Share on other sites More sharing options...
Rhobur Posted December 1, 2018 Share Posted December 1, 2018 you need to add the hook first in the PS hook tables, look at those table in phpmyadmin or use this, https://mypresta.eu/modules/administration-tools/hooks-manager.html Link to comment Share on other sites More sharing options...
mariadb Posted December 3, 2018 Author Share Posted December 3, 2018 Thanks! I solved the problem! Link to comment Share on other sites More sharing options...
alexherc Posted May 4, 2019 Share Posted May 4, 2019 how did you resolve it, im having the same issue Link to comment Share on other sites More sharing options...
Tao Huang Posted June 13, 2019 Share Posted June 13, 2019 Hi, we have the same issue too, can you write the solution here? thanks in advance. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted March 5, 2021 Share Posted March 5, 2021 (edited) In that case you need to register that hook by code. Just put the below code in the constructor and load your page. Then you need to remove that code again $this->registerHook("hookname"); Since this is a hassle and if the site is live you need to upload the files. You can avoid that hassle with this module https://codecanyon.net/item/generate-hooks-for-prestashop/30937295?s_rank=1 Regards SmartDataSoft Edited March 5, 2021 by SmartDataSoft (see edit history) Link to comment Share on other sites More sharing options...
MightyMouseofGod Posted August 19, 2021 Share Posted August 19, 2021 On 12/1/2018 at 10:35 AM, Rhobur said: you need to add the hook first in the PS hook tables, look at those table in phpmyadmin or use this, https://mypresta.eu/modules/administration-tools/hooks-manager.html I have checked that my hook is in pr_hook and it appears in the Design -> Positions list, but it doesn't appear on the dropdown in Transplant a module or within the module I want to use it with. Am I missing something? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted August 19, 2021 Share Posted August 19, 2021 Check out this module. It will help you transplant hooks more easily It has a paid version available on https://1.envato.market/MXKGLn Link to comment Share on other sites More sharing options...
MightyMouseofGod Posted August 20, 2021 Share Posted August 20, 2021 5 hours ago, SmartDataSoft said: Check out this module. It will help you transplant hooks more easily It has a paid version available on https://1.envato.market/MXKGLn The free version didn't help - the new hook that I can see in the database (DisplayHomeTop4) didn't show. Whilst looking at this I noticed the free template you have developed. It looked promising so I thought I'd have a play with it but I didn't get very far. I installed it, activated it, put the template files in the templates folder (although it didn't actually say to do this) and went to preview one and all I got was the attached. I'm sure I'm missing something here. For info,my business is very small (profit of a few hundred GBP). I've done some web development with a variety of tools and even some programming in the past so I'm pretty computer literate. I'm proud of my design expertise so I want my site to look as good as possible without too much expense of time. TIA Debbie Link to comment Share on other sites More sharing options...
SmartDataSoft Posted August 20, 2021 Share Posted August 20, 2021 46 minutes ago, MightyMouseofGod said: The free version didn't help - the new hook that I can see in the database (DisplayHomeTop4) didn't show. Whilst looking at this I noticed the free template you have developed. It looked promising so I thought I'd have a play with it but I didn't get very far. I installed it, activated it, put the template files in the templates folder (although it didn't actually say to do this) and went to preview one and all I got was the attached. I'm sure I'm missing something here. For info,my business is very small (profit of a few hundred GBP). I've done some web development with a variety of tools and even some programming in the past so I'm pretty computer literate. I'm proud of my design expertise so I want my site to look as good as possible without too much expense of time. TIA Debbie Please open ticket in our support system https://support.classydevs.com our team will help you. We always try to help small business with free quality products than other did. Thank you 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