Viewing 7 replies - 1 through 7 (of 7 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Hi there,

    Can you have a look under WooCommerce → Settings → Advanced → Page setup and see if the endpoint for Addresses has been set?

    If it has and you’re still running into this problem, I recommend doing a conflict test. This kind of problem is usually caused by either a conflict with your theme or with another plugin.
     
    The best way to determine this is to:

    • Temporarily switch your theme to Storefront
    • Disable all plugins except for WooCommerce
    • Repeat the action that is causing the problem

    If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.

    One final option would be to install Loco Translate and adjust the translation for that particular word.

    Thread Starter Konijntje

    (@konijntje)

    Hi,

    Can you have a look under WooCommerce → Settings → Advanced → Page setup and see if the endpoint for Addresses has been set?
    Hereby a screenshot: https://i.ibb.co/MVxWpKr/Screenshot-2020-09-19-at-22-22-49.png

    If it has and you’re still running into this problem, I recommend doing a conflict test. This kind of problem is usually caused by either a conflict with your theme or with another plugin.
    I have started all over again: I setup a CLEAN/NEW WordPress installation with only 1 plug-in: WooCommerce. Then I have removed all the standard themes (e.g. TwentyTwenty, etc.). As last I installed only 1 theme: Storefront.

    StoreFront theme, same result:
    https://i.ibb.co/3fRKNMt/Screenshot-2020-09-19-at-22-52-17.png

    • This reply was modified 3 years, 7 months ago by Konijntje.
    • This reply was modified 3 years, 7 months ago by Konijntje.
    • This reply was modified 3 years, 7 months ago by Konijntje.
    • This reply was modified 3 years, 7 months ago by Konijntje.
    • This reply was modified 3 years, 7 months ago by Konijntje.
    Thread Starter Konijntje

    (@konijntje)

    I have found the bug. This is how you can reproduce the bug.

    Setup:
    * WordPress 5.5.1
    * WooCommerce 4.5.2
    * Storefront 2.7.0

    The bug only occurs when user do the following steps:

    1. Go to WooCommerce → Settings → Shipping location(s) → Select ‘Disable shipping & shipping calculations’.

    2. Go to Settings → Site Language → Select Dutch (or any other language except English United States)

    3. Go to https://domain.com/my-account and now you see ‘Address’ is disappear in any other language then English. So if you change the language to English, you will see that the ‘Address’ will come back.

    • This reply was modified 3 years, 7 months ago by Konijntje.
    Thread Starter Konijntje

    (@konijntje)

    @imazed

    Hi, I found the solution:

    On line 17422 of /wp-content/languages/plugins/woocommerce-nl_NL.po:

    
    #: includes/class-wc-query.php:124
    #: includes/admin/settings/class-wc-settings-advanced.php:284
    #: includes/wc-account-functions.php:102
    msgid "Addresses"
    msgid_plural "Address"
    msgstr[0] "Adressen"
    msgstr[1] ""
    

    Please change to:

    
    #: includes/class-wc-query.php:124
    #: includes/admin/settings/class-wc-settings-advanced.php:284
    #: includes/wc-account-functions.php:102
    msgid "Addresses"
    msgid_plural "Address"
    msgstr[0] "Adressen"
    msgstr[1] "Adres"
    

    The singular word of Addresses is missing for Dutch.

    @konijntje thanks. I have made a correction to the string. Update for WooCommerce translation should be available in your WordPress soon.

    Let me know if it is resolved.

    mother.of.code

    (@imazed)

    The Mother of Code

    Thanks for picking that up so quickly, Chantal!

    Plugin Support Ena P (a11n)

    (@drwpcom)

    Hi @konijntje. This issue should be resolved now with Chantal’s help, so I’m going to go ahead and resolve the thread. Please start a new thread if you have any other questions.

    Thanks, again, for responding so quickly to my ping @chantalc.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Miss the ‘Address’ menu-link at My Account page’ is closed to new replies.