HPOS incompatible
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 pleaseIf 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.
Quote from audrius on December 11, 2022, 13:50
BEAR plugin is Woocommerce HPOS incompatible. Any date for the fix?
https://woocommerce.com/document/high-performance-order-storage/
https://ibb.co/PgB4Q06
BEAR plugin is Woocommerce HPOS incompatible. Any date for the fix?
https://woocommerce.com/document/high-performance-order-storage/
Quote from Pablo Borysenco on December 12, 2022, 11:00Hello
Very strange. My plugin is a product editor and does not affect orders
I will pass this to the developers to check it out.
Hello
Very strange. My plugin is a product editor and does not affect orders
I will pass this to the developers to check it out.
Quote from audrius on December 12, 2022, 11:49It can be incorrectly identified as blocking HPOS feature. In any way, it would be nice to have it fixed.
It can be incorrectly identified as blocking HPOS feature. In any way, it would be nice to have it fixed.
Quote from Pablo Borysenco on December 12, 2022, 14:04It can be incorrectly identified as blocking HPOS feature - my plugin is only active on its page. On any other page, all plugin functionality is disabled and should not cause conflicts
It can be incorrectly identified as blocking HPOS feature - my plugin is only active on its page. On any other page, all plugin functionality is disabled and should not cause conflicts
Quote from audrius on January 3, 2023, 22:41Yes, I guess you are right, it shouldn't cause a conflict, but it does. HPOS can't be activated in Woocommerce with BEAR activated. Do you have any date for the update and the fix?
This feature shouldn't be enabled, the BEAR – Bulk Editor and Products Manager Professional for WooCommerce plugin is active and isn't compatible with it.
Yes, I guess you are right, it shouldn't cause a conflict, but it does. HPOS can't be activated in Woocommerce with BEAR activated. Do you have any date for the update and the fix?
This feature shouldn't be enabled, the BEAR – Bulk Editor and Products Manager Professional for WooCommerce plugin is active and isn't compatible with it.
Quote from Pablo Borysenco on January 4, 2023, 11:48Hello
We have already updated the paid version
If you use a free version, please add in \wp-content\plugins\woo-bulk-editor\index.php - this code - https://c2n.me/4hvIgxy.png
add_action( 'before_woocommerce_init', function() {
if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
}
} );
Hello
We have already updated the paid version
If you use a free version, please add in \wp-content\plugins\woo-bulk-editor\index.php - this code - https://c2n.me/4hvIgxy.png
add_action( 'before_woocommerce_init', function() {
 if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
 }
 } );
Quote from audrius on January 4, 2023, 11:57I use a paid version from codecanyon, but WP doesn't shows any updates for the plugin. I downloaded it again from codecanyon, uploaded to WP, but no changes. How can I get the latest version of paid plugin?
I use a paid version from codecanyon, but WP doesn't shows any updates for the plugin. I downloaded it again from codecanyon, uploaded to WP, but no changes. How can I get the latest version of paid plugin?
Quote from Pablo Borysenco on January 4, 2023, 12:02read this - https://bulk-editor.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
read this - https://bulk-editor.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Quote from audrius on January 4, 2023, 12:16Nope. No changes. Installed envato plugin, installed BEAR plugin using it (latest version 2.1.2), HPOS can't be activated. It looks like plugin is not yet updated on codecanyon and still has an old version.
Nope. No changes. Installed envato plugin, installed BEAR plugin using it (latest version 2.1.2), HPOS can't be activated. It looks like plugin is not yet updated on codecanyon and still has an old version.
Quote from audrius on January 4, 2023, 12:32One more thing. Envato plugin doesn't detects that BEAR is already installed on the system and suggests to install it again. https://ibb.co/tY7NsyL
One more thing. Envato plugin doesn't detects that BEAR is already installed on the system and suggests to install it again. https://ibb.co/tY7NsyL
Quote from Pablo Borysenco on January 4, 2023, 13:39Sorry we had a mix up, we should have updated on January 30th. We even have this task closed, but in fact there was no update
I'm sorry for this inconvenience.
As soon as the developers return from vacation, we will do it.
But you can try this hot fix:
in file - \wp-content\plugins\woocommerce-bulk-editor\index.php - add this code - https://c2n.me/4hvIgxy.png
add_action( 'before_woocommerce_init', function() {
if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
}
} );Envato plugin doesn't detects that BEAR is already installed on the system and suggests to install it again. - In this case, you'd better write to their plugin support. Or anyway you can delete the old version and install the new version of the plugin. All settings will be saved
Sorry we had a mix up, we should have updated on January 30th. We even have this task closed, but in fact there was no update
I'm sorry for this inconvenience.
As soon as the developers return from vacation, we will do it.
But you can try this hot fix:
in file - \wp-content\plugins\woocommerce-bulk-editor\index.php - add this code - https://c2n.me/4hvIgxy.png
add_action( 'before_woocommerce_init', function() {
 if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) {
 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
 }
 } );
Envato plugin doesn't detects that BEAR is already installed on the system and suggests to install it again. - In this case, you'd better write to their plugin support. Or anyway you can delete the old version and install the new version of the plugin. All settings will be saved
