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

WOOT - WooCommerce Active Products Tables

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,

This plugin is not compatible with subscription products.

Instead of displaying subsribe it display error code.

Kindly check

 

WOOT - WooCommerce Active Products Tables

 

Regards

More errors that I find.

I see these error message on my wordpress dashboard.

"WooCommerce has detected that some of your active plugins are incompatible with currently enabled WooCommerce features. Please"

After click on it.

it shows this error further under plugins.

This plugin is incompatible with the enabled WooCommerce feature 'High-Performance order storage', it shouldn't be activated.

Hello

Yes the plugin may be incompatible with third party plugins(subscription products)

'High-Performance order storage' - Please try in file -"\wp-content\plugins\woot-products-tables\index.php"  add this code - https://share.pluginus.net/image/i20240423102228.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);
}
});