PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

You need to log-in to create request (topic) to the support

Filter not working properly

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.

The filter function is not working anymore. If we search for something specific, it will show the correct products on the first page, but any other page will be"reset" to show all random products.
I´ve read some people have the same issue, but i dont know yet how to solve the problem . I have the paid version of the B.E.A.R

Hello

Place please actual purchase code of the plugin into the private area of this ticket:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png

By default the filter state is stored in a session or transient, which can get lost when navigating to the next page — causing the filter to reset and showing all products again. Change storage -> add next code into file functions.php: add_filter('woobe_storage_type', function($type) { return 'session';//session, transient });

This should keep your filter state consistent across all pages. Please let us know if it helps.

 

I haved added the licence code to the private section for this topic. But I do not know how to proceed with this step: By default the filter state is stored in a session or transient, which can get lost when navigating to the next page — causing the filter to reset and showing all products again. Change storage -> add next code into file functions.php: add_filter('woobe_storage_type', function($type) { return 'session';//session, transient });

Would you clarify how to complete that step or could you give me further instructions in order to copy the code? Thanks

I already added the code. Problem solved! Thank you.

You are Welcome!