tksaha11 Posted March 25, 2018 Share Posted March 25, 2018 Please help!!! This is my module page, listCatagory.php This is my theme's header file. header.tpl I want to show the module after blockPosition3 and before 4. How can I do that?? Link to comment Share on other sites More sharing options...
selectshop.at Posted March 25, 2018 Share Posted March 25, 2018 The module should use the hooks of Prestashop, or you create new hooks. Developer guide: http://doc.prestashop.com/display/PS16/Developer+Guide Unfortunately you do not inform for which Prestashop version, so I assume you are talking about PS 1.6. For PS 1.7. you will find developer guides here: http://doc.prestashop.com/display/PS17/Developer+documentation Link to comment Share on other sites More sharing options...
tantan199 Posted March 25, 2018 Share Posted March 25, 2018 The module is registered to the blockPosition3 hook in the "install" function. But the function to show content out is named "hookblockPosition4"? I guess, you just need to rename the hookblockPosition4 function to "hookBlockPosition3". And then go the the BO>Modules>Positions page to move the module to be the last one in the blockPosition3 section. 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