kwoodlez.com Posted August 16, 2011 Share Posted August 16, 2011 Hi everyone, I want to display sub-subcategories at my homepage for the theme matrice. How can i do that? right now it looks like this: Categories A B C I would like to make it like this though: Categories A a b [*] B a b [*] C a b I'm not sure if there is already a thread that shows you how to do it, and if there is I wasn't able to find it. Much appreciation and thanks to all those who can help a newbie out! Link to comment Share on other sites More sharing options...
kwoodlez.com Posted August 16, 2011 Author Share Posted August 16, 2011 any response would be great Link to comment Share on other sites More sharing options...
kwoodlez.com Posted August 16, 2011 Author Share Posted August 16, 2011 waiting all day for a response..anyone care to help a newbie? im sure this is simple for some of you but i've spent hrs trying to figure this out with no luck. i just want it to show the sub-sub-categories without having to click on it Link to comment Share on other sites More sharing options...
kwoodlez.com Posted August 16, 2011 Author Share Posted August 16, 2011 i found this at the category-tree-branch.tpl: <a href="{$node.link}" {if isset($currentCategoryId) && ($node.id == $currentCategoryId)}class="selected"{/if} title="{$node.desc|escape:html:'UTF-8'}">{$node.name|escape:html:'UTF-8'}</a> i feel like i need to edit the "selected" part but not sure SOMEONE HELP PLEASE? Link to comment Share on other sites More sharing options...
tomerg3 Posted August 17, 2011 Share Posted August 17, 2011 Do you want them to be open be default? Link to comment Share on other sites More sharing options...
kwoodlez.com Posted August 17, 2011 Author Share Posted August 17, 2011 yep! i want the list of sub-sub-categories to show without having to click on the +/- signs Link to comment Share on other sites More sharing options...
tomerg3 Posted August 17, 2011 Share Posted August 17, 2011 This module offers that, and many other useful options, especially if you have many categories. http://www.nethercottconstructions.com/en/prestashop-modules/1-ajax-sliding-categories.html Link to comment Share on other sites More sharing options...
S@nya Posted August 21, 2011 Share Posted August 21, 2011 Try this in your templates. {foreach from=$blockCategTree.children item=child name=blockCategTree} {include file=$branche_tpl_path node=$child} {/foreach} Link to comment Share on other sites More sharing options...
Recommended Posts