Ah thanks for the support., I didn't see it because I'm working with 3.02 (can't really upgrade nop because of changes)
I'll keep my quickfix alive then.
Thanks!
Solved it. Easy enough. Just added a script on the bottom of the specificationfilter.cshtml
if (specificationFilterGroup.Name != "Wijncategorie")
{
<script type="text/javascript" language="javascript">
$("@String.Concat("#","fgp",specificationFilterGroup.Name, specificationFilterGroup.Id)").addClass('filtersGroupPanelHide');
$("@String.Concat("#","a",specificationFilterGroup.Name, specificationFilterGroup.Id)").addClass('closed');
</script>
}
Hi!
I was wondering if there is a way for me to have the filters (toggleControl) minimized / closed when the page is opened for the first time?
Kind regards,
Niels