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

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

BEAR plugin is Woocommerce HPOS incompatible. Any date for the fix?

https://woocommerce.com/document/high-performance-order-storage/

https://ibb.co/PgB4Q06

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.

It 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 - my plugin is only active on its page. On any other page, all plugin functionality is disabled and should not cause conflicts

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. 

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 );
}
} );

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?

read  this - https://bulk-editor.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato

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.

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

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