klinki Posted December 10, 2022 Share Posted December 10, 2022 Hi Chaps, I have setup a module for instagram and the content is shown well on the homepage. I can also change the position/order where the module is shown on the first page. So everything is fine from this perspective https://bombahair.ch However I want the content to be shown here too https://bombahair.ch/de/43-services-preise Is there any chance to set the hooks accordingly? Is this configurable or do I need a developer instead to show the content on both places? I am running PS 1.7.5.2 Thanks Link to comment Share on other sites More sharing options...
Daresh Posted December 11, 2022 Share Posted December 11, 2022 It depends... PrestaShop 1.7 introduced a new way of developing modules, called widget. When a module is a widget, it can be hooked to any hook on your site. That's the first step. To be able to show anything on the category page, some hook should be available there. If there is no hook available there, you should add the call to the module in the tpl file responsible for displaying that category page. If the module is a widget, it's enough to enter {widget name='modulename'}. If it's not, you can call the hook directly as described here: https://devdocs.prestashop-project.org/1.7/modules/concepts/hooks/ But it's also possible that the module's author assumed that the module should be displayed only on homepage and could implement some restrictions in the module to make it work correctly only there. 1 Link to comment Share on other sites More sharing options...
klinki Posted December 12, 2022 Author Share Posted December 12, 2022 thank you - really appreciated. I will try this over the next days and post the result here 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