m.rtr Posted March 25, 2023 Share Posted March 25, 2023 (edited) Hi all, From add-ons we have bought "Interio" theme (https://addons.prestashop.com/nl/thema-huis-buitenleven/88199-interio-decor-and-furniture-home-garden.html) which comes with a custom vertical dropdown (category) menu (https://bontheme.com/prestashop-modules/menu-category-vertical-in-column-prestashop-module). This module only offers to add category pages to this menu but we would like to add cms page links (like "Customer service", "Terms & conditions" and so on). I was unable to find some tips in how to manage this, is there someone who knows how this can be achieved? Currently we looked up the .php file (since there is no .tpl) but i'm not sure on where to look and what to add to make this work. Thank you in advance! Edited March 25, 2023 by m.rtr added tags (see edit history) Link to comment Share on other sites More sharing options...
Nickz Posted March 25, 2023 Share Posted March 25, 2023 2 hours ago, m.rtr said: Currently we looked up the .php file (since there is no .tpl) but i'm not sure on where to look and what to add to make this work. Well the developper of the Theme should be able to help you there and If not you need to post in the joboffer. Link to comment Share on other sites More sharing options...
m.rtr Posted March 26, 2023 Author Share Posted March 26, 2023 (edited) 18 hours ago, Nickz said: Well the developper of the Theme should be able to help you there and If not you need to post in the joboffer. Yep! Or i can post on a forum and use it for what a forum is and see if perhaps someone who has had something similar and knows where to look since there are several other modules who work in the same way Thanks for your reply though. Edited March 26, 2023 by m.rtr (see edit history) 1 Link to comment Share on other sites More sharing options...
Nickz Posted March 26, 2023 Share Posted March 26, 2023 3 hours ago, m.rtr said: Thanks for your reply though. To thank just use the right hand heart greyed out Link to comment Share on other sites More sharing options...
Knowband Plugins Posted March 27, 2023 Share Posted March 27, 2023 Add below JQUERY in theme.js $('#_desktop_top_menu ul').append('<li class="category" id="cms-1"><a class="dropdown-item" href="{CMS_PAGE_LINK}" data-depth="0">CONTACT US</a></li>'); Path : themes\{YOUR_THEME}\assets\js\theme.js 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