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

Show only in stock items

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 how do I show only in stock items? or atleast have the instock check boxe checked by default??

Hello

Read  this  please - https://products-filter.com/manipulate-search-data-options/

Thank you this seems to work, how about my other issue as per the video I sent?

Hello

Please  drop  me  ftp+wp-admin  access ( https://c2n.me/43SC6rb.png -> https://c2n.me/42BAoj4.png )  I will  check  it

info added...

Hello

I did   a test with another  theme  all  works fine

So there is no solution then?

Hiow do I get product categories to show on each sidebar? if the product categories showed then it would only filter but the one that is selected??

Hello

Hiow do I get product categories to show on each sidebar? - Unfortunately I do not understand you. Please describe it in more detail

This is a conflict with DIVi settings. It looks like some module of this theme is interfering with the search query and causing this incorrect behavior.

Try turning off the settings in DIVI that affect product displays(to  test  it)

add more info in private data

They say talk to you and you say talk to them so a little stuck here

Hello

The results should be 11 or less... but it shows all in that size not just the sub category? This is not a divi conflict can you assist?  - Ok!  My  test - https://c2n.me/4al8GiE

You can  drop  me FTP access  to  your staging  site

thats odd!... SFTP added...

Hello

Please  do  a  test  on  your  staging  site

yes this is perfect! can you please apply to live site I will add details thanks.

Hello

Please  do a test

I changed  in  file  - wp-content\plugins\woocommerce-products-filter\index.php - this  code -  https://c2n.me/4aoFVyg.png

if (!$disable_swoof_influence) {
if (!is_page()) {
$wp_query->set('post_type', 'product');
//$wp_query->is_post_type_archive = true;
}
if(!isset($_GET['really_curr_tax'])){
$wp_query->is_tax = false;
$wp_query->is_tag = false;
}

$wp_query->is_home = false;
$wp_query->is_single = false;
$wp_query->is_posts_page = false;
$wp_query->is_search = false; //!!!
} else {
//enable it if its really will help to your site filtering - for support
//$wp_query->is_search = true;
}