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

Problem: I am attaching a VIDEO of the problem (+ text explanation)

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.

Hello, I have a problem with your plugin (BEAR - WooCommerce Bulk Editor Professional v.1.1.3) and I don't know why. Sorry for my English, I don't speak English and I'm using the google translator.

44 seconds VIDEO, where I show the problem: https://www.loom.com/share/468c6cadc9544d98a34c4eb2f11217ae

In the video I show how I put"156cm" in the search engine, and what the plugin does is tell me that there are a total of 15 products with that word in the title. On page 1 I see 10 products, and on page 2 the other 5 products should appear.

The problem comes when I click on page number 2, what happens there is that the 5 challenging products that have the words"156cm" in the title do not appear.
But random products appear to me.

Why is this happening? Please tell me how I could solve this problem.

Thank you, I await your answer.

Buenos dias

Puedes  escribir  en espanol.

This seems to be a conflict with the caching plugin.

Please  try  it( https://c2n.me/4hzAqYu.png ) - https://bulk-editor.com/document/more-settings-implicit

in  file functions.php add this  code:

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

return 'session';//session, transient

});

 

What?

I didn't understand anything you told me.

I'm not a programmer and I don't know where to put what you told me. Send me a screenshot or something similar to know what you mean.

Thanks

In your current theme there is a file: functions.php

Paste this code at the bottom of the file - https://share.pluginus.net/image/i20230113104332.png

Gracias por tu ayuda Pablo, solo una pregunta, ¿a que parte de mi tienda debo acceder para pegar esto que me dices? https://c2n.me/4hzAqYu.png

Es decir, no se donde debo acceder para encontrar esto de ADD_FILTER y a continuacion pegar el codigo que me has dado.

De nuevo, gracias por tu ayuda :)

Hello

Please  drop  me FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png - I will add  this  code