PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Newly Added Categories Not Showing in Product Filter

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

We are using the free version of the plugin and the frontend builder on a page where we display subcategories under the parent category “BBQ.”
However, when we add a new subcategory under BBQ, it does not appear on the frontend.
Additionally, if we rename an existing category, the updated name is not reflected in the filter display.

Steps Taken:

  1. Disabled all plugins except WooCommerce and the HUSKY plugin.

  2. Switched to the default Twenty Twenty-Five theme.

The issue persists even after these steps.
Please advise on how to resolve this as soon as possible.

Hello

Please clear all cache + Advanced->Options - https://share.pluginus.net/image/i20251007220152.png   and press Ctrl+F5

I have set it up on my local computer using WAMP Server.

  1. There is no cache at all — no caching plugin or anything similar.

  2. Under Advanced → Options, both settings you mentioned in the screenshot:

    • Cache terms

    • Cache dynamic recount number for each item in filter

      Are already set to No. I also tried setting them to Yes as per your suggestion and cleared the cache, but it still didn't work.

  3. My new subcategories under BBQ are still not showing on the frontend.

We also debugged the issue at the code level but didn't have any luck.
Check Attached scrrenshot
1. https://snipboard.io/QMrSsK.jpg
2. https://snipboard.io/kGZpPB.jpg
3. https://snipboard.io/rwMTUe.jpg

Hello

Please check browser console [F12] - You may have JS errors.

What plugin version number are you using?

Try disabling dynamic recalculation for testing purposes.

Current Plugin version: Version 1.3.7.1 
Also i noticed your plugin somehow creating different entries for a term that have different IDs than created by WooCommerce

Check below screenshots
1. https://snipboard.io/nzIGZF.jpg
2. https://snipboard.io/hGPWHD.jpg
3. https://snipboard.io/fBVh3C.jpg

Also Disabled dynamic recount
1. https://snipboard.io/5eup4N.jpg

Hello

Also i noticed your plugin somehow creating different entries for a term that have different IDs than created by WooCommerce  - This is a filtering plugin, it does not create any data for products, it only uses the data that the product already has.  Perhaps this is the problem, incorrect terms in the database

We figured it out while debugging the code. It wasn't an issue with the plugin — the filters were pulling data from Product Attributes, but we were checking Product Categories.

Hello

Great! I'm glad you were able to solve this problem.