
Houseoftech(@houseoftech)
28 Posts
Customers
Quote from Houseoftech on November 9, 2021, 09:32
Hello
I have an e-shop with 17000 products and i use attributes to filter them . Because of that BEAR becomes slow. I want to upload 30000 products more. This action will make BEAR very very slow. Is there a solution for my problem? (even if it's custom and we need to pay for that solution)
Hello
I have an e-shop with 17000 products and i use attributes to filter them . Because of that BEAR becomes slow. I want to upload 30000 products more. This action will make BEAR very very slow. Is there a solution for my problem? (even if it's custom and we need to pay for that solution)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 9, 2021, 11:23
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
The problem is the number of taxonomies. In this case, it is better not to display some(unnecessary) taxonomies in the editing and filtering tab.
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
The problem is the number of taxonomies. In this case, it is better not to display some(unnecessary) taxonomies in the editing and filtering tab.

Houseoftech(@houseoftech)
28 PostsTopic Author
Customers
Quote from Houseoftech on November 9, 2021, 12:06
Thank you,
how can i not display taxonomies?
Thank you,
how can i not display taxonomies?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 9, 2021, 13:35
You need code customization to exclude taxonomies by their slug.
Example hide attributes:
in file - \wp-content\plugins\woocommerce-bulk-editor\ext\bulk\views\panel.php - deleet this code - https://c2n.me/4dVK2Vw.png
and in file - \wp-content\plugins\woocommerce-bulk-editor\ext\filters\views\panel.php - deleet this code - https://c2n.me/4dVK8SM.png
You need code customization to exclude taxonomies by their slug.
Example hide attributes:
in file - \wp-content\plugins\woocommerce-bulk-editor\ext\bulk\views\panel.php - deleet this code - https://c2n.me/4dVK2Vw.png
and in file - \wp-content\plugins\woocommerce-bulk-editor\ext\filters\views\panel.php - deleet this code - https://c2n.me/4dVK8SM.png

Houseoftech(@houseoftech)
28 PostsTopic Author
Customers
Quote from Houseoftech on November 9, 2021, 14:24
Thank you very much it works fine now! Is there a way to have binded editing always on;
Thank you very much it works fine now! Is there a way to have binded editing always on;

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 10, 2021, 11:08
Hello
In file - wp-content\plugins\woocommerce-bulk-editor\ext\bulk\bulk.php - change code - https://c2n.me/4dWqOSY.png
in file - wp-content\plugins\woocommerce-bulk-editor\ext\bulk\assets\js\bulk.js - Add code - https://c2n.me/4dWrcTU.png
if (!woobe_bind_editing) {
jQuery("[data-numcheck='woobe_bind_editing']").trigger('click');
woobe_bind_editing = 1;
}
In file - wp-content\plugins\woocommerce-bulk-editor\assets\js\woobe.js - delete this code - https://share.pluginus.net/image/i20211110120736.png
Hello
In file - wp-content\plugins\woocommerce-bulk-editor\ext\bulk\bulk.php - change code - https://c2n.me/4dWqOSY.png
in file - wp-content\plugins\woocommerce-bulk-editor\ext\bulk\assets\js\bulk.js - Add code - https://c2n.me/4dWrcTU.png
if (!woobe_bind_editing) {
jQuery("[data-numcheck='woobe_bind_editing']").trigger('click');
woobe_bind_editing = 1;
}
In file - wp-content\plugins\woocommerce-bulk-editor\assets\js\woobe.js - delete this code - https://share.pluginus.net/image/i20211110120736.png

Houseoftech(@houseoftech)
28 PostsTopic Author
Customers
Quote from Houseoftech on November 10, 2021, 11:37
It works perfect thank you!
It works perfect thank you!

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 10, 2021, 13:46
Welcome;)
Welcome;)