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

Object Cache (Redis)

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.

We are noticing with Redis running on the back end when we go to filter a larger product set it creates 4-8 pages which it should and one page one it filters correctly. The moment we click page 2 or 3 or any other it clears the filter.

We are trying to see if your compatiable with redis or other object caching setups or whats clearing the plugin when we are running redis

Hello

Please  try  this( https://bulk-editor.com/document/more-settings-implicit ) - https://share.pluginus.net/image/i20221215075821.png

Where do we add that code?

add_filter('woobe_storage_type', function($type) { return 'session';//session, transient });

Hello

Please  paste  this  code  in functions.php  of the  current theme:

add_filter('woobe_storage_type', function($type) {

return 'session';//session, transient

});

Thank you, that did work.

Great!  Welcome;)