• Resolved jarosch

    (@jarosch)


    Hello,

    I would like to re-open a thread which was already closed before. I’m also surprised that this topic is coming up again and again.

    I’ve already switch to a default theme, just to figure out, if it’s an issue to the “Flatsome” theme which I’m using. But it isn’t theme related, because in all themes I’m missing the “Edit adresses” label in my dashboard.

    See below the link to a similar thread with the same problem. I’ve got the same problem.

    Edit Address not showing on my account | WordPress.org

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jarosch

    (@jarosch)

    Okay, I’ve figured it out by myself. It is because of a missing plural translation for following translation string in de_DE (formal and non-formal)

    36122 #: includes/admin/class-wc-admin-setup-wizard.php:511
    36123 #: includes/wc-account-functions.php:102
    36124 #: packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php:37
    36125 #: packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php:330
    36126 #: assets/client/admin/app/index.js:2
    36127 #: packages/woocommerce-blocks/build/wc-settings.js:1
    36128 msgid "Address"
    36129 msgid_plural "Addresses"
    36130 msgstr[0] "Adresse"
    36131 msgstr[1] ""

    Maybe someone could make an update on the language translation files and add the proper plural translation for msgid “Address”. I’ve changed it as follows:

    36131 msgstr[1] "Adressen"

    This should solve the problem for many German users.

    Hi,

    The same issue appears in French, for the link “Addresses” too.

    The item reappears when we switch the site to English in the WP’s general settings.

    The problem is into the file wc-account-functions.php
    There is a “n” instead a “_”
    ‘edit-address’ => _n( ‘Address’, ‘Addresses’, ( 1 + (int) wc_shipping_enabled() ), ‘woocommerce’ ),


Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit adress not showing in “My account”’ is closed to new replies.