• Resolved martje65

    (@martje65)


    Since upgrading to 9.4.1, my site now display a “Payments” menu in the admin area, even my site don’t use WooPayments and there’s not a way to get rid of it.
    If you go to the Paymants menu you will get an empty page.

    wp-admin/admin.php?page=wc-admin&task=woocommerce-payments

    https://snipboard.io/FbHZia.jpg

Viewing 11 replies - 1 through 11 (of 11 total)
  • I have exactly the same problem. It also happened after updating to 9.4.1.

    Johan WALTER

    (@johan_walter)

    Same !
    I post to follow-up the thread.

    Olivier B. Deland

    (@olivierconseilswebcom)

    Same thing here. Updated this morning and I have this new “Payments” under “Products” in the admin menu on the left. It leads to a Woocommerce page with no content. We do not have WooPayments installed as well, only Square, PayPal and BTCPay.

    vlad.olaru

    (@vladolaru)

    I can confirm that we have a bug related to the Payments menu item linking to a blank page when the onboarding task list has been dismissed. There is an issue for it on GitHub and we will fix it ASAP.

    gileli121

    (@gileli121)

    Hello, I also experience this problem and noticed that someone has finally reported it.

    Additionally, this bug is accompanied by a styling issue.
    Please see this screenshot; I’ve included an explanation within the image highlighting what is wrong. Unfortunately, I don’t have a screenshot showing the correct display, but I hope you understand.

    https://ibb.co/BNrV50Z

    I opened issue about it here: Style of product page broke | www.remarpro.com

    Please help also with this problem.
    Thanks

    • This reply was modified 1 week ago by gileli121.
    • This reply was modified 1 week ago by gileli121.

    Same!

    Blank page.

    Can’t see the Stripe API or Webhooks at all?

    Cart and checkout pages on customer side – also blank.

    What happed here!?

    What slug do we use with remove_menu_page() to hide this?

    • This reply was modified 6 days, 15 hours ago by elkrat.
    Olivier B. Deland

    (@olivierconseilswebcom)

    @elkrat This did it for me:

    add_action('admin_menu', static function () {
    remove_menu_page('admin.php?page=wc-admin&task=payments');
    }, 20, 0);

    @olivierconseilswebcom

    It doesn’t work for me on multisite. I even tried delaying it to 999 and hooking it in admin_init

    EDIT: sorry I should have looked more closely at the URL. I got it with

    remove_menu_page(‘admin.php?page=wc-admin&task=woocommerce-payments’);

    • This reply was modified 6 days, 14 hours ago by elkrat.
    Thread Starter martje65

    (@martje65)

    Dear @vladolaru

    In Woocommerce 9.4.2 the top level menu item still presence, there is no reason for because its the same as for Dashboard / woocommerce settings / Payments Tab. wp-admin/admin.php?page=wc-settings&tab=checkout

    Please remove the top level Payments item.

    • This reply was modified 2 days, 4 hours ago by martje65.
    Plugin Support Zubair Zahid (woo-hc)

    (@doublezed2)

    Hello martje65,

    Thank you for your reply.

    I can see that you have also posted the same message on the GitHub issue.
    Your comment has been noticed there and hopefully, our devs will respond to that.

    Have a great day!

Viewing 11 replies - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.