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

OR Filtering Not Wokring

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.

Hi,

I am using premium version of your plugin and using custom taxonomies

When I select Helmets in both"Daily Auctions" and"All Star Auctions" I need to get helmets in both of them but getting null results. It should be an OR condition i.e it should show helmets in both taxonomies but looks like its working as end.

Here is the site link  http://officialaaronjudge.com/product-category/auctions/

 

I tried to get solution from below ticket but I did not find"radio button behaviour option"

https://pluginus.net/support/topic/or-logic-of-filtering-doesn-t-work/

I am using

WOOF - WooCommerce Products Filter v.2.2.4.2

And here is screenshot

https://www.dropbox.com/s/2bc0jkz9d6dukw0/filter_or.png?dl=0

Thanks,

 

 

Hello

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

https://www.dropbox.com/s/2bc0jkz9d6dukw0/filter_or.png?dl=0 - Yes,  correct - this logic works within one taxonomy! - https://c2n.me/4bfheN1.png

- I select Helmets in both"Daily Auctions" and"All Star Auctions" -  These are different taxonomies and between different taxonomies the logic is always"AND". To change  this  behavior - you need customization of the code - https://products-filter.com/hook/woof_get_tax_query/

OR  better  for  this  option  use  one  taxonomy

Hey I have asked my client for the key and will get it shorly.

Do we have snippets for custorimization or we need to do it ourself  for the OR logic.

https://products-filter.com/hook/woof_get_tax_query/

 

Hello

Do we have snippets for custorimization or we need to do it ourself  for the OR logic. - I recommend you another solution - https://c2n.me/4bg7I7M.png

We do not have a ready-made solution for you

To  this  you  need  add  one  attribute

$tax_args['relation'] ="OR";