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

Predefined filters

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 can I set filters on page load. I want to set filter when user enters the page

Hello

It's possible, but there are nuances.

1 You can  use it - https://products-filter.com/manipulate-search-data-options  - but this search query will always be added and the user will not be able to remove it

2 Use a link with a search query in the URL. The user will see the initial filtering and can change it

Hi,
1. Link you send is not working.

2. I need to set different filters depending on user type (they are dynamic). The link is in the menu, so I can't change link. I tried to redirect when user enters that page but it causes an error- Too many redirects

The code I wrote is here:

if($quizResult){
    wp_redirect(get_the_permalink(getIdByLang([79])) . $query_string . '/');
    exit;
}

Hello

Please  try it -  https://products-filter.com/manipulate-search-data-options 

Hello,
It worked but now I can't remove this filter any more.

Hello

Yes - https://share.pluginus.net/image/i20220601091603.png

You can try to customize this code.

For  example

if (!isset($_GET['swoof'])){

// add  query

}

Or use some other code that can detect that the current user has used the menu

Hello, thank you!

And also one more question,
We have recommended products wich are filterable, can we first show recommended products then others?

Hello

unfortunately our plugin does not affect the sorting of products

Okay, thanks

Welcome;)