Is there a way to show a readytheme navigationset in the category tree?
In the Global Settings for the Category Tree , if the category has no parent category, I want to show a readytheme navigationset. Here is the code from the <mvt:else>, however, it does not work.
<mvt:else>
<mvt:comment>
<!--
If the parent category does not have children, show navigationset,
-->
</mvt:comment>
<ul class="x-accordion-category-tree__row">
<mvt:item name="readytheme" param="navigationset( 'hal' )" />
</ul>
</mvt:if>
</nav>
In the Global Settings for the Category Tree , if the category has no parent category, I want to show a readytheme navigationset. Here is the code from the <mvt:else>, however, it does not work.
<mvt:else>
<mvt:comment>
<!--
If the parent category does not have children, show navigationset,
-->
</mvt:comment>
<ul class="x-accordion-category-tree__row">
<mvt:item name="readytheme" param="navigationset( 'hal' )" />
</ul>
</mvt:if>
</nav>
Comment