• Resolved yukiko-kawa

    (@yukiko-kawa)


    I waited a moment as I thought there would be others to report.
    But after a week I don’t see any remedial updates.

    Have you noticed that the address link in the customer menu has no language text but only an empty < a >? since the last version update

    Seems like a pretty serious bug to me since clients can’t access addresses.

    Here’s a reminder, in case anyone hasn’t noticed…

    • This topic was modified 1 year, 10 months ago by yukiko-kawa.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Reported here:
    https://github.com/woocommerce/woocommerce/issues/36490
    Looks like it will be fixed sooner or later.

    It doesn’t happen if the site language is set to the default, “English (United States)”

    If you can’t wait for a fix, you can add this function to functions.php of your child theme or try a code snippets plugin.

    add_filter( 'woocommerce_account_menu_items', 'custom_edit_address' );
    function custom_edit_address( $items ) {
      $items['edit-address'] = 'Address';
      return $items;
    }
    Thread Starter yukiko-kawa

    (@yukiko-kawa)

    Thanks so much.
    yes I know how to fix it, and for now I’m in development but I hope to put it online in a week.

    I just wanted to warn. there are many of us, but who knows if everyone thinks that someone else will warn and it is not necessary that they do

    Hi @yukiko-kawa

    Thanks for reaching out!

    Since this is already a reported bug already, I suggest subscribing to the thread to keep posted for updates.

    I already added this thread as a comment so that you would be notified once the problem has been fixed.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bug on customer profile menu address link (below in the latest update)’ is closed to new replies.