deroxonweb Posted April 6, 2011 Share Posted April 6, 2011 Hello Sir/Madam,Can somebody teach me how to show only subcategories & hiding the main category? For example:Women:BagClothJeanShort=> to onlyBagClothJeanShortI am using PS1.3.6. Please advice and help, I have tried to search around the forum, but I still cannot find a suitable solution for this problem. Please give me a help, thanks a lot and much appreciated. Link to comment Share on other sites More sharing options...
mzima Posted April 7, 2011 Share Posted April 7, 2011 Hi,I would be interested in this solution too!I'm completely new to Prestashop and using 1.4. I tried to solve my problem with using the suggestion of this thread: here...but it didn't work - pehaps because of newer version??Thank you for any help. Link to comment Share on other sites More sharing options...
Gabriel Crowe Posted April 7, 2011 Share Posted April 7, 2011 style it away with css: display:none; Link to comment Share on other sites More sharing options...
deroxonweb Posted April 7, 2011 Author Share Posted April 7, 2011 Hi Sir,I changed the css setting to be:div#categories_block_left ul.tree li:first-child a {display:none;border:none;}The block will be empty after that. Please advice, thank you. Link to comment Share on other sites More sharing options...
Gabriel Crowe Posted April 7, 2011 Share Posted April 7, 2011 link your site here. let me help you. Link to comment Share on other sites More sharing options...
deroxonweb Posted April 7, 2011 Author Share Posted April 7, 2011 I changed this by edit the blockcategories.phpfunction getTree($resultParents, $resultIds, $maxDepth, $id_category = 1, $currentDepth = 0)to function getTree($resultParents, $resultIds, $maxDepth, $id_category = 45, $currentDepth = 0)45 is the category id which is all my targeted subcategories are located inside. 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