• Resolved hippocoupon

    (@hippocoupon)


    After I received an update from woocommerce, I updated and database as well
    After this the Woocommerce main item and sub items are gone from admin,
    Products and Analytics is there but woocommerce is gone, just 5 mins back
    https://ibb.co/LPP2BCP

    • This topic was modified 2 years, 10 months ago by hippocoupon.
Viewing 14 replies - 16 through 29 (of 29 total)
  • Same problem here!

    The support need to fix this right away.

    After reviewing the changes posted by @loekwetzels, I changed the position of both menus back to their previous values of 55.5 and 55.6, respectively. The WooCommerce menu is now visible again.

    @loekwetzels Thanks for this! For us ‘55.5’ didn’t work we just put 56

    I am having the same issue after updating. The WooCommerce menu button on the left hand side is gone.

    Same problem after updating to v6.4.0
    No errors in the logs
    Still accessible via /wp-admin/edit.php?post_type=shop_order and other urls…

    +1

    Hi there!

    Thank you for reporting this.

    It seems that some users reported the WooCommerce menu links in the WP dashboard is no longer available after updating to the latest release.

    I couldn’t reproduce the problem on test sites, but developers are now looking closer into the issue in Github:

    https://github.com/woocommerce/woocommerce/issues/32609

    Please subscribe to the Github thread to receive further updates.

    Regards

    @loekwetzels It works!! Amazing! Thanks a lot!

    Thanks for the update. Good to know @loekwetzels ‘s solution worked for you. Hope it works for others as well.

    The same issue here!

    Another fix worked for me:

    in plugins/woocommerce/includes/admin/class-wc-admin-menus.php
    line 64

    Replace:
    add_menu_page( __( 'WooCommerce', 'woocommerce' ), __( 'WooCommerce', 'woocommerce' ), 'edit_others_shop_orders', 'woocommerce', null, $woocommerce_icon, 55 );

    By:
    add_menu_page( __( 'WooCommerce', 'woocommerce' ), __( 'WooCommerce', 'woocommerce' ), 'edit_others_shop_orders', 'woocommerce', null, $woocommerce_icon, 56 );

    This one worked for me, also I commented out the old one in case I need it back.

    //**** replaced this **** add_menu_page( __( ‘WooCommerce’, ‘woocommerce’ ), __( ‘WooCommerce’, ‘woocommerce’ ), ‘edit_others_shop_orders’, ‘woocommerce’, null, $woocommerce_icon, 55 );

    add_menu_page( __( ‘WooCommerce’, ‘woocommerce’ ), __( ‘WooCommerce’, ‘woocommerce’ ), ‘edit_others_shop_orders’, ‘woocommerce’, null, $woocommerce_icon, ‘55.5’ );

    Hello everyone,

    Thanks for letting us know. Hope these workarounds will help anyone that is interested in this topic. In the meantime please be sure to check the GitHub thread as mentioned earlier by Hegenberg for updates.

    Thank you.

    We’ve not seen any activity on this thread for a while, so I’m going to mark the thread as resolved. Please feel free to open a new topic for any further questions.

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘Woocommerce menu item gone?’ is closed to new replies.