Browser: Chrome 142
OS: macOS
URL: https://plum-gnat-393165.hostingersite.com/shop/?_tax=neumaticos
Steps to reproduce
In this particular site, the _tax= query parameter is added to header links to access a pre-filtered shop page:
shop/_tax={the_category}
After loading the page, you might want to filter using the on-page filter. After applying a certain filter, the URL changes to:
shop/?b_pa_ancho={the_attribute}&_tax={the_category}
However, the filter results products do not match the actual filter. In our case, Ancho=“155”, taxonomy= “neumaticos”.
When shopping from shop/ route (without any params), on-page filters work as expected.
Outstanding questions
Am I missing how URL parameters work, or is this approach generating a conflict between distinct filters?
