OFFLINE-GmbH / oc-mall-plugin

:convenience_store: E-commerce solution for October CMS
https://offline-gmbh.github.io/oc-mall-plugin
MIT License
169 stars 114 forks source link

Filters are broken #69

Closed amdad closed 6 years ago

amdad commented 6 years ago

in_array() expects parameter 2 to be array, boolean given

You should be able to recreate problem on demo data. just click on filter sets (only color seems too work there), but on my data, even colors get broke too.

amdad commented 6 years ago

It seems I found the cause. As you suggest. nahid/jsonq 5.2.1 cause it. I downgrade to 5.2.0 and it seems to work nice. Can you confirm ?