• Resolved babiskalogirou

    (@babiskalogirou)


    Hello dear friends

    My website is set on Greek language and -after updating to the latest version (as well as the BETA one)- the greek word for “Addresses” does not appear in the account’s functions list, as you can see below:

    https://postimg.cc/LnYRR8Lf

    It works properly with the previous version

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • You should check if your theme is compatible with the latest WooCommerce version. As I can assume, there is a change in woocommerce template

    Thread Starter babiskalogirou

    (@babiskalogirou)

    Hello dear @dyrer

    Thank you very much for your answer

    I use OceanWP (free version) and i haven’t faced such issues so far. The problem is that the word “dieyuynsh” is not attached to the link…

    Thread Starter babiskalogirou

    (@babiskalogirou)

    I just tested it in a local installation and it happens there too. Not only with OceanWP but with any theme (i tried Atsra, Storefront and Twenty Twenty-Three).

    I’m using the latest version of Astra and the problem also happens here.

    I’m getting a lot of mileage out of this reply:

    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 babiskalogirou

    (@babiskalogirou)

    Thank you very much dear @lorro !

    It’s fixed!

    Thread Starter babiskalogirou

    (@babiskalogirou)

    I think we can consider it as resolved. Thank you all!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘“Addresses” tab title missing from account page’ is closed to new replies.