• Resolved selgive1

    (@selgive1)


    In the latest version 7.3.0 tittle “Adress” (in russian language) dissapierd from the user’s account

Viewing 4 replies - 1 through 4 (of 4 total)
  • in Portuguese language also disappeared the title “Adress”?

    This is a known bug. It occurs with all languages except the default language “English (United States)”. We can hope for a fix soon.

    This snippet should get it working, but delete it when Woo fix the problem properly. Change ‘Address’ to your language.

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

    (@selgive1)

    @lorro Thank you for the help!
    While I decided to roll back to the previous version and will wait until they fix it

    Roxy

    (@roxannestoltz)

    Hi @selgive1 , @hammerklavers

    Thanks for reaching out!

    As Lorro mentioned, this is a known issue which affects site that are not in the default “English (US)” language.

    You can view the open bug report on GitHub?here, and the most relevant current update?here.

    I’d suggest subscribing to?the Github issue?so that you can stay up to date on any changes as they happen ??

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tittle “Adress” is missing’ is closed to new replies.