Viewing 9 replies - 16 through 24 (of 24 total)
  • I am also getting this error when clicking on shipping classes. Any suggestions for that?

    This did not work for me. I changed line 187 from false to true and I’m still getting the message “You are not allowed to manage these items.”

    I am using WooCommerce Version 2.3.13 and I can not upgrade because my plugin for Payfirma will not work with the new version.

    Any suggestions?

    can’t find update/fix? Frustrating been working all morning and last night. Cannot add variatiations to attrubutes on 4.4. Help

    there are multiple places having this config. You should change the one below.

    if ( $attribute_taxonomies = wc_get_attribute_taxonomies() ) {
    foreach ( $attribute_taxonomies as $tax ) {
    if ( $name = wc_attribute_taxonomy_name( $tax->attribute_name ) ) {
    $tax->attribute_public = absint( isset( $tax->attribute_public ) ? $tax->attribute_public : 1 );
    $label = ! empty( $tax->attribute_label ) ? $tax->attribute_label : $tax->attribute_name;
    $wc_product_attributes[ $name ] = $tax;
    $taxonomy_data = array(
    ‘hierarchical’ => true,
    ‘update_count_callback’ => ‘_update_post_term_count’,
    ‘labels’ => array(
    ‘name’ => $label,
    ‘singular_name’ => $label,
    ‘search_items’ => sprintf( __( ‘Search %s’, ‘woocommerce’ ), $label ),
    ‘all_items’ => sprintf( __( ‘All %s’, ‘woocommerce’ ), $label ),
    ‘parent_item’ => sprintf( __( ‘Parent %s’, ‘woocommerce’ ), $label ),
    ‘parent_item_colon’ => sprintf( __( ‘Parent %s:’, ‘woocommerce’ ), $label ),
    ‘edit_item’ => sprintf( __( ‘Edit %s’, ‘woocommerce’ ), $label ),
    ‘update_item’ => sprintf( __( ‘Update %s’, ‘woocommerce’ ), $label ),
    ‘add_new_item’ => sprintf( __( ‘Add New %s’, ‘woocommerce’ ), $label ),
    ‘new_item_name’ => sprintf( __( ‘New %s’, ‘woocommerce’ ), $label )
    ),
    ‘show_ui’ => false,

    I am running the Fashion Woocommerce theme, version 2.3.8 with WordPress 4.4.2 and when I go into the editor I cannot find class-wc-post-types.php to edit line 187. It is simply not there. Why would this be?

    I updated to ‘show_ui’ => true. While I don’t use the attribute, get the error when click on “product shipping class” in “Flat Rate Setting”. I really need to fix the shipping class. any advise and help would be greatly appreciated.

    I also get this error when trying to access PRODUCT SHIPPING CLASS. Line 187 ‘show_ui’ => true,

    same issue persists
    product shipping class
    you are not allowed to manage these items

    Nevermind, it is only the link in the

      shipping class costs

    that is throwing the error. I went to SHIPPING CLASSES (top right of the SHIPPING tab) then added the shipping class and then went back to SHIPPING ZONES and the class appeared. Filled in cost and is all set.

    I’m having an issue where I’m trying to edit product shipping class and I get this message::
    has the issue been resolved in an update? or should I be changing code?

    “Sorry, you are not allowed to manage these items.”

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘WP 4.4 – "You are not allowed to manage these items."’ is closed to new replies.