Hi,
While trying to configure price filter and maybe not to use slider we found some little bug.
We have created filter for price, set type to checkbox, apply on price, entered values: 20, 40, 60
Now the issue:
When clicking on LABEL of "€60,00 and above" the "€40,00 to €60,00" checkbox is checked.
Clicking checkbox directly it works fine.
Looked at html and it seems the issue is that these both inputs have same id. As we know ID's should be unique and javascript will run only on first ID...
It seems the issue is only with filter type radio and checkbox. Attching some screenshots:
Hope you can see the issue and can fix it.
Thanks