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

Taxonomy Filter not Filtering

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 taxonomy Product Types (cal_prod_type) which is not filtering. You can see the problem at the staging site I setup.  https://staging3.caledonianinc.com/shopnew/ Select Antiques for product type and it still shows reproductions.

WP  5.4.1

Woof 2.2.4

Storefront theme is used.

AJAX is turned off in WOOF.

Deactivated plugins which aren't needed for testing.

Any tips or suggestions are appreciated.

Hello

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

 

Sorry about that. I've added the license key.

Hello

This seems to be a problem with the current store template.

I did  test page - https://staging3.caledonianinc.com/test-woof/ - Filter works fine - https://c2n.me/47X2MPr.mp4

You can  add FTP  I will investigate it

 

 

FTP info has been added.

Hello

OK!  I passed this to the developer.

If he has time to do it today. But on Monday will definitely do it

Hello

Please  check  your FTP access

It looks like you gave access to another site or the cache is turned on on the server side.

File changes not displayed on front-end

Sorry about that. I gave you FTP access to the production site, not the staging site. I added the credentials for FTP to the staging site.

Hello

Please  check  your  access. Add  link  to the staging  FTP host

Try again please with the updated FTP info

Hello

Very strange  error!

I fixed  it.  In  file -\wp-content\plugins\woocommerce-products-filter\index.php - I added  code - https://c2n.me/482rKPv.png

$tax_query_search = $this->get_tax_query('');
if($tax_query_search){
$tax_query = $wp_query->tax_query->queries;
$tax_query=array_merge($tax_query,$tax_query_search);
$wp_query->set('tax_query', $tax_query);
}

But unfortunately I do not know the reason for this error on your site

Thank you. I'll try this on the production site as it's changed a bit since I created the staging site to test your fix. This fix looks promising.

Hello

Ok!  Great!

Welcome;)