WAIT: Product Filter - URL Query Parameter conflict

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?

Hey there, could you show me a screenshot of how you have your filter setup?

Hi @leveraweb ,

It seems like you are using the WooCommerce Products Filter element together with the Bricks Query Filters element. They won’t work together.

Suggest that you use the Query Filters element only. (If you are using pagintion element, please ensure it’s enabled “AJAX” as well.

Documentation: Query Sort, Filter & Live Search – Bricks Academy

Regards,
Jenn