Close

Profile: waakdraak

Avatar

User posts

10 years ago

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!

10 years ago

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>
        }

10 years ago

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