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

Too many attributes loading

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 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

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.

 

Thank you,
how can i not display taxonomies?

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

Thank you very much it works fine now! Is there a way to have binded editing always on;

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

It works perfect thank you!

Welcome;)