Currently WooCommerce complains that this plugin doesn’t support High-Performance order storage (COT):
? This feature shouldn’t be enabled: the Block Editor For WooCommerce plugin is active and isn’t compatible with it.
Obviously, this plugin has nothing to do with order management, so it should be as simple as declaring compatibility:
add_action( 'before_woocommerce_init', function() {
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
}
} );
]]>
Is this plugin still maintained? The plugin worked fine until recently. The plugin now causes a conflict with the WYSIWYG editor (aka visual mode) of the Product Short description of WooCOmmerce. Unfortunately this renders the plugin completely out of a job.
The Product Short description field now shows an empty field. If you switch to text-mode you can see the short production description. If we turn off the Block Editor For WooCommerce plugin then the native WooCommerce fields works properly again.
Using:
– WordPress 5.6
– WooCommerce 4.9.0
– Block Editor For WooCommerce 1.0.1
Hi,
Wonderful plugin.
Can this plugin enable block editor for WooCommerce Category pages (taxonomy)?
If not, can you provide the code (if any)?
Cheers,
Vj
Hi there!
I use HTML editor for Excerpt, unfortunately Undo command does not affect Excerpt, but main content.
When editing a block in HTML Ctrl+Z
does not work, too.
Hi and great plugin!
I want to use Gutenberg for my Woocommerce Products, however the fast track to publish new similar products for me slowed down, because the link “Copy post to a new draft” are no longer displayed.
If I go back to the old interface it comes back. Any solution for this? It would save me a lot of time and perhaps for others too.
Thanks Caroline
]]>