WooCommerce “You are not allowed to manage these items” error

So… you updated your WooCommerce shop to WordPress 4.4 and now you get that strange error message when trying to configure your WooCommerce attributes terms?

You are not allowed to manage these items.

[box type=”green”][EDIT]: this has been fixed only a couple hours after the bug was found. See commit.[/box]

Here is what it looks like in the WordPress dashboard:

44-attributes-terms-error

Well, WooCommerce devs are aware of it, and it’s been fixed but not deployed yet. But until the next WooCommerce update, there’s a quick and easy workaround.

Simply open /wp-content/plugins/woocommerce/includes/class-wc-post-types.php and change line 187 from

'show_ui' => false,

to

'show_ui' => true,

That should solve the issue ;-)

Leave a Reply