juanmlg Posted February 27, 2013 Share Posted February 27, 2013 Hello, I am trying to show the Subcategories menu inside all subcategories, not only inside the category. Anybody knows how I can do? Thanks so much! Link to comment Share on other sites More sharing options...
vekia Posted February 27, 2013 Share Posted February 27, 2013 you are talking about top horizontal menu or about something else? Link to comment Share on other sites More sharing options...
juanmlg Posted February 27, 2013 Author Share Posted February 27, 2013 you are talking about top horizontal menu or about something else? Hello, thanks for reply, I want the subcategories block inside each subcategory, you can see the subcategories block in the attached pic. Link to comment Share on other sites More sharing options...
juanmlg Posted February 28, 2013 Author Share Posted February 28, 2013 Any help? Link to comment Share on other sites More sharing options...
vekia Posted February 28, 2013 Share Posted February 28, 2013 you need to change categories tpl file located in your themes/your_theme directory, its not as simple as it seems Link to comment Share on other sites More sharing options...
juanmlg Posted February 28, 2013 Author Share Posted February 28, 2013 you need to change categories tpl file located in your themes/your_theme directory, its not as simple as it seems Yes I know I need to change categories.tpl, I have try some html codes but didnt works. Link to comment Share on other sites More sharing options...
juanmlg Posted April 10, 2013 Author Share Posted April 10, 2013 Nothing? Link to comment Share on other sites More sharing options...
juanmlg Posted April 11, 2013 Author Share Posted April 11, 2013 I think I need to modify this code to work inside a subcategory, because now only works inside a category. {foreach from=$subcategories item=subcategory} <li > <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> </li> {/foreach} Link to comment Share on other sites More sharing options...
juanmlg Posted April 14, 2013 Author Share Posted April 14, 2013 I need help for this 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