# Has anyone had issues with Product Filters for WooCommerce?

**URL:** https://discourse.roots.io/t/has-anyone-had-issues-with-product-filters-for-woocommerce/19455
**Category:** sage
**Tags:** woocommerce
**Created:** 2020-11-05T17:49:41Z
**Posts:** 9
**Showing post:** 9 of 9

## Post 9 by @pmceldowney — 2020-11-09T20:35:35Z

I’m just going to combine the thread. Thanks to @alwaysblank and @strarsis for the fix.

This ended up being a conflict with the roots/soil plugin. Removing the `js-to-footer` from config fixed the conflict.

```
add_theme_support('soil', [
    'clean-up',
    'disable-asset-versioning',
    'disable-trackbacks',
    'js-to-footer', // REMOVE This line
    'nav-walker',
    'nice-search',
    'relative-urls'
]);
```

---

_[View the full topic](https://discourse.roots.io/t/has-anyone-had-issues-with-product-filters-for-woocommerce/19455)._
