prestashop_newuser Posted November 9, 2013 Share Posted November 9, 2013 Hi, I am developing a module. In that module I want to create my custom menu and that menu should be linked with a custom page. So can someone kindly tell me how assign my custom menu to prestashop default main menu, and when someone will click on that menu then my custom template should show. So can someone kindly tell me how to do this? Any help and suggestions will be really appreciable. Thanks Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 hello you're talking about back office? or about front office? if about front office, there is no way to modify the blocktopmenu module from different module. Link to comment Share on other sites More sharing options...
prestashop_newuser Posted November 10, 2013 Author Share Posted November 10, 2013 hello you're talking about back office? or about front office? if about front office, there is no way to modify the blocktopmenu module from different module. Yes I am talking about front office..Lets say I have contact us menu from the module and that will add the menu to front office and in that page I want to show the store contact info.. Link to comment Share on other sites More sharing options...
vekia Posted November 10, 2013 Share Posted November 10, 2013 ok it's clear. for now there is no option to add module controller url to the top menu. all what you can do is to add it manually in blocktopmenu template file just add new item with url <li><a href="URL">{l s='my page'}</a></li> 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