juanmlg Posted February 27, 2013 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! Share this post Link to post Share on other sites More sharing options...
vekia Posted February 27, 2013 Posted February 27, 2013 you are talking about top horizontal menu or about something else? Share this post Link to post Share on other sites More sharing options...
juanmlg Posted February 27, 2013 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. Share this post Link to post Share on other sites More sharing options...
juanmlg Posted February 28, 2013 Posted February 28, 2013 Any help? Share this post Link to post Share on other sites More sharing options...
vekia Posted February 28, 2013 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 Share this post Link to post Share on other sites More sharing options...
juanmlg Posted February 28, 2013 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. Share this post Link to post Share on other sites More sharing options...
juanmlg Posted April 10, 2013 Posted April 10, 2013 Nothing? Share this post Link to post Share on other sites More sharing options...
juanmlg Posted April 11, 2013 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} Share this post Link to post Share on other sites More sharing options...
juanmlg Posted April 14, 2013 Posted April 14, 2013 I need help for this Share this post Link to post 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