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

Unable to hide count of items (which is wrong anyway)

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.

I have a number of issues with this plugin but I want to tackle one at a time. So first up: Count of items does not reflect the current [taxonomies] setting and I am unable to hide the incorrect numbers while still having the list be relevant to the page.

On the dropdown list for Product Tags I have it listing just the items that I want for the page, however, the counts are wrong, they seem to show the whole site results as opposed to the filtered results. I have turbo mode turned off (that is a much larger issue for later) and am using this shortcode: [woof is_ajax=1 tax_only="product_tag" taxonomies=product_tag:107+product_tag:315 hide_terms_count_txt=1]

I have already been over the codex, that is how I have built the shortcodes, so if I missed something or you can see the error please don't send me there to try to find it myself.

You can see this behavior here (i will leave the code as is so you can see it) Mystic Nights - The Goddess - The Equinox Apothecary (equinox-apothecary.shop)

I want to keep the lists relevant to each page so simply turning off the dynamic count is not an answer. I am not sure if hiding the count display is supposed to shut off the dynamic count system but I really wish it was a stand-alone option to simply not show the end-user the numbers...

A bit more light on this issue. It seems it only pops up when you limit results to a combination of taxonomies. If the shortcode is written for"OR" ex. "taxonomies=product_tag:107,315"  then the counts are accurate. However, if you need the results to be an"AND" as in the code I listed in my original post. That is when the counts go wrong.

Hopefully, that makes it easier to fix the code.

Hello

product_tag:107+product_tag:315  - This has never been in the documentation. This will always work like OR   So  correct  syntax -"taxonomies=product_tag:107,315" if you want to change this behavior you need code customization

I am not sure if hiding the count display is supposed to shut off the dynamic count system - read  this  please ->Advanced->Options - https://share.pluginus.net/image/i20210726142736.png

I am not sure if hiding the count display is supposed to shut off the dynamic count system - read  this  please ->Advanced->Options - https://share.pluginus.net/image/i20210726142736.png

Thanks for that. It was driving me crazy to have it bounce everything on or off on the other screen. It works perfectly now!

product_tag:107+product_tag:315  - This has never been in the documentation. This will always work like OR   So  correct  syntax -"taxonomies=product_tag:107,315" if you want to change this behavior you need code customization

Ah, I assumed because in practice it does work as an"AND" for product filtering that the issue of the miscounting items was a bug. Since the system can already work as an"AND" it might be nice in future builds to extend it to function with other parts (like the counts) :)

Hello

OK!  I  passed it to the developers

Thanks!

Welcome;)