On product page I am trying to display product categories. (Using Taxonomy to add category for product). In my scenario I have added 2 taxonomy (categories) for product and using following code in productpage.ftl file to display categories in which that product falls. But output of following is just iterating the keys and showing ‘|’ two times. Any Idea how can I iterate on taxonomy?
<#list document.keys as item>
<hst:html hippohtml="${item}" /> |
</#list>
Hmm that is odd, the SpringComponentManager-taxonomymanager.xml doesn’t seem to be Spring-loaded on startup then… maybe you can debug that, Spring logging?
And/or, as a workaround, add that file (see [1]) to your project, below
site/component/src/main/resources/META-INF/hst-assembly/overrides