Reputation: 471
I have installed a theme in prestashop 1.6 in which a particular module is enabled by default, but doesn't show on home page.
I want to show that module on home page. How can I do that? It is shown under header in module positions.
Upvotes: 0
Views: 1193
Reputation: 394
Please check your enable modules registered hook. May be these module are not registered displayHome
hook. That why its not appear on home page.
Please register your home page displayable module to displayHome
hook. Then it will be appear on Home page.
Upvotes: 1