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

Searching for exact ID loads all products

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.

When I search for an exact ID, it brings up that ID correctly...however, once I click 'Variations' the page loads ALL items, not just the specific ID I am looking at.

 

I have to click the funnel icon a second time and then the page loads correctly, just showing the specific ID that I searched.

 

I have attached a screen recording for your review. Please assist.

Thank you.

Hello

Perhaps this is a conflict with the cache settings

Please try  in  file  functions.php  add this  code :

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

return 'session';//session, transient

});

Test  on  my  test site - https://c2n.me/4j45vhY

Could you please provide this to me as a code snippet?

 

I use the 'Code Snippets' plugin where I just paste in snippets, instead of editing my functions.php file.

Hello

This is the snippet of code you can paste - https://share.pluginus.net/image/i20230803102540.png

Perhaps this is a conflict with the cache settings

 

Is there any other way to fix this besides code snippet? I am not having this issue on my other sites with BEAR Bulk editor installed.

 

We use Object Cache Pro (by Rhubarb Group) and WPRocket

Hello

Unfortunately there is no other solution from our plugin side. if a third-party plugin caches a transient, we can change it on the session( this is what this code does )