Faso Posted July 11, 2016 Share Posted July 11, 2016 Hi, I'm trying to finish my site with a bit of effort. Is there a way to show the products directly under their own category in the left categories menu ? Es. category 1 product 1 product 2 category 2 product 3 product 4 Thank in advance. Link to comment Share on other sites More sharing options...
shokinro Posted July 11, 2016 Share Posted July 11, 2016 If it possible to do, but you will need to modify the block category module to include the list of products in the category and the use the data in the theme file of the block category. You have to load the data in hookLeftColumn($params) of following file /modules/blockcategories/blockcategories.php And then try to use the data in this file. /modules/blockcategories/category-tree-branch.tpl Link to comment Share on other sites More sharing options...
Faso Posted July 11, 2016 Author Share Posted July 11, 2016 Thanks shokinro, can you explain better how can I do? Link to comment Share on other sites More sharing options...
shokinro Posted July 11, 2016 Share Posted July 11, 2016 Look into code inside of method public function getTree($resultParents, $resultIds, $maxDepth, $id_category = null, $currentDepth = 0) You should be able to figure out how to load the data. 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