I have template called menu.html.xslt where I render some fixed menu items. I also want to render the searchbox.
I have added
xsl:value-of select="Ecom.Search.SearchBox" and added the product catalog module to the paragraph and checked the search option in the module settings. But the search form won't show up.
I have also tried with
<![CDATA[<!--@Ecom:Search.SearchBox-->]] But that didn't work either. What can be wrong?
Per