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

Husky filter question

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.
12

Hi,

I have few concerns about the filter.

1. Is there a way we can retain the product category title when after you set a filter? Cause it goes to shop page when you set any filter even you are in a specific category.
https://demo10k.products-filter.com/?swoof=1&product_cat=tshirts,accessories,t-shirt-original&min_price=0&max_price=49&stock=instock
What we want to achieve in here is to utilize the breadcrumb as navigation.

2. Can we call specific filters? Cause I want to call the product category and search filter on specific location and not the whole filter with attributes.

3. Is there a way I can trigger the slideout button with my custom button? Cause there is a location that I want but the selection is only top right bottom and left.

I think this is duplicate cause I already send one earlier but I don't see it.

Kind regards,
Kenneth

I don't see a way to add the license key for this ticket but you can see it in the previous ticket.
https://pluginus.net/support/topic/show-filter-when-products-are-showing/#postid-78766

Hello Kenneth

1)  Please  drop  me  exact  link to the  issue

2) You  can  try  this  plugin - https://wordpress.org/plugins/woof-by-category/

3) Try  this  JS:

jQuery('.ui-slideouttab-handle-image').trigger("click");

Hi Pablo,

Here is the link: https://youngcuttindev.wpengine.com/product-category/010020/010020060/010020060003/

Hello

Please  try  in  Advanced->Options - https://c2n.me/4iaXM3l.png

If  no  luck - try to activate  this extension - https://products-filter.com/extencion/seo-url-request

Hi Pablo,

Thanks the disable swoof influence is enough.

Another question. Is there a way we can delay the filtering? Like delay it for x seconds cause there is an instance I want to set many filters but the filter process is already started and it didn't include other filters I set.

I don't want to set the button but I think 2 seconds after setting a filter works fine and it will reset again to another 2 seconds delay if I set another filter.

In this case, you need to customize for the plugin

in file  - \wp-content\plugins\woocommerce-products-filter\js\front.js - add  delay  here  - https://share.pluginus.net/image/i20230330130636.png

Hi Pablo,

Thanks for the fast reply.

Seems it is complicated to do cause it will get overwritten when there is plugin update.

Another question.

Is there a way to auto-hide the filter where it has only one selection?
https://a.cl.ly/wbuDbjXZ

Hello

Unfortunately the plugin does not have this feature.

Hi Pablo,

1. Me again.. How about excluding some filters in dynamic filter? Like I will specify which Filters have dynamic recount/selection and some are static fixed selection.

This way we can save loading time since it will not calculate selections for every search result on some filters that we set into static.

2. Can Turbo mode handle 40,000 products?

3. If I set a conditional will it still be dynamically processed in the background even if they are not showing yet?

Hello

  1. I think it's possible, but you will need to customize the code. Can you describe in more detail (which filters should be static) and I'll think about custom code
  2. Yes, but this may not be effective due to the size of the search file( https://share.pluginus.net/image/i20230421123425.png ) - https://products-filter.com/turbo-mode
  3. if the filter is hidden, there will be no dynamic calculation

Hi Pablo,

1. Filters like dropdown, checkbox or radio.
2. You mean the speed is not significant?
3. Thanks we will try it.

3. By the way can we create a custom Yes or No field so we can trigger the conditionals?
The idea is we will only show basic filters and ther is a Yes or No question if you want to view more filters.

hello

1 Ok! to remove dynamic recalculation for all dropdowns - wp-content\plugins\woocommerce-products-filter\views\html_types\select.php - add  code - $show_count_dynamic =0;

2 Yes, I mean that loading such a large file will take longer than a database query

3 You can try to do it, but I think there is a nuance. Create  attribute  with  terms Yes, No  - for all products these attributes must be checked (all terms yes and no for each product)

Hi Pablo.

For 1 is there a way we can set it via functions.php and specific filter?

2. Thanks I just confirmed and it is true worse than non turbo.

3. I don't get this part"attributes must be checked (all terms yes"

Hello

1)  Unfortunately not, but it is possible to override the template in a child theme - https://products-filter.com/woof_html_types_view_select      - Use this hook to paste the path to the new dropdown template (with fixes)

2)  Yes, because there are conditions for efficiency. turbo mode is effective with a weak server, an average number of products and a small number of taxonomies

3)  As I understand this attribute should work in conditions. That is, the main task is to show the desired set of filters.  And most importantly, this attribute should not filter products in order not to reduce the search result, so all products must have all the terms of this attribute.

But maybe another extension is better for you - https://products-filter.com/extencion/sections

Hi Pablo,

1. Ok I will give up this approach where we can't exclude a specific filter on dynamic count or hide.

2. I understand.

3. Is there a way that the unopened section will not be dynamically set while it is not opened? Cause that is our main goal where we want to minimize the dynamic filters on basic filters so it will be fast.

hello

The sections hide part of the filter. Then use the conditional option

Another solution I added in private data

Curious how you will implement the syntax in conditional using sections

12