Hi jeffahart,
The "store agnostic" issue is fixed now. You can download the plugin again from our web site and update it.
Many thanks for reporting this!
<div class="search-box">
@Html.Action("SearchBox", "Catalog")
</div>
MvcHtmlString topic1 = Html.Action("TopicBlock", "MegaMenu", new { systemName = "topic1" });
MvcHtmlString topic2 = Html.Action("TopicBlock", "MegaMenu", new { systemName = "topic2" });
if (Model.Settings.EnableMegaMenuTopic && !MvcHtmlString.IsNullOrEmpty(topic1))
{
<li>
@topic1
</li>
}
if (Model.Settings.EnableMegaMenuTopic && !MvcHtmlString.IsNullOrEmpty(topic2))
{
<li>
@topic2
</li>
}
Hi Niels,
There are settings in the administration of the plugin for each filter to be closed by default i.e price range filter, specification filters, attribute filters etc. This is in version 3.1 and higher.
Thanks