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

Logic of filtering: AND is disappeared

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,

after an upgrade to latest version of plugin,  AND logic parameter is not visible in dropdown select in"Additional Option"

Logic of filtering AND or OR: if to select AND and on the site front select 2 terms - will be found products which contains both terms on the same time.If to select NOT IN will be found items which not has selected terms!! Means vice versa to the the concept of including: excluding

 

in previous versions of plugin these 4 search fields  are set with AND operator

so i've add this code to function.php of theme with no success

function my_woof_main_query_tax_relations()
{
return array(
'product_cat' => 'AND',
'book_author' => 'AND',
'pa_citta' => 'AND',
'pa_anno' => 'AND'
);
}

 

 

Hello

What plugin version number are you using?