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

'NULL' Search possible?

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.

Hello!

Thank you for a great product.   Been very helpful thus far (although I accidentally bought both versions?)  Anyways, I am now trying to filter products that do not have a brand attribute associated with them.  Is this a possibility? Is there a NULL character that will allow for this or a work around?

Thanks!

-Sean

Hello Sean

Read  this :

new hook 'woobe_filter_taxonomies_exists_show' which unlock hidden feature about searching in products existence taxonomies and attributes (its attaching).Use: to current wp theme functions.php file add:

add_filter('woobe_filter_taxonomies_exists_show', function() {
    return true;
});

Thank you!  I'll give that a try!  If you don't hear back in a day or two no news is good news!

Hello

Ok! Welcome;)