justaprogrammer Posted April 22, 2020 Share Posted April 22, 2020 Hello! I didn't find a solution (not even similar) to my problem so I created a new topic. My problem is: I don't know how to show my category's subcategory's pages. This is how my cms tree looks like: CMS: Home/Categories -> myCategory (id->4) - > mySubcategory1 (id->5) -> mySubcategory1_pages -> content mySubcategory2 (id->6) -> mySubcategory2_pages -> content I want when I go to myCategory webpage show my mySubcategory1|2_pages and the content of them. I am here so far: {if $cms_category->id==4} {var_dump($sub_category)} -> this shows my the array when given my subcategories names, ids but no deeper for example pages, content of the pages etc. {/if} I hope somebody can help me. Thank you! Link to comment Share on other sites More sharing options...
PrestaServicePro Posted May 19, 2020 Share Posted May 19, 2020 Hello, In fact it is possible. Need to make some additional changes on necessary files & core. I can help you on it. Thanks. Link to comment Share on other sites More sharing options...
justaprogrammer Posted May 20, 2020 Author Share Posted May 20, 2020 11 hours ago, HelperPro said: Hello, In fact it is possible. Need to make some additional changes on necessary files & core. I can help you on it. Thanks. Hello, Yes please, I am still looking for it. Thanks! 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