Home Forums WoodMart support forum My Account Items

My Account Items

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #520176

    sc.ana89
    Participant

    Buenas tardes, decir que estamos muy contentos con el tema, es muy manejable y completo en su diseño.

    Me gustaría pedir ayuda para esto:

    No se porqué motivo no aparece dentro del apartado Mi cuenta(My Account), el texto del botón Mis direcciones (My Addresses)

    ¿Cómo podría solucionarlo?

    Adjunto tres capturas de pantalla de distintas localizaciones, en ninguna de ellas aparece el texto, solo aparece el recuadro vacío sin las letras, sin embargo si que está activo.

    Saludos y muchas gracias de antemano.

    Good afternoon, to say that we are very happy with the theme, it is very manageable and complete in its design.

    I would like to ask for help for this:

    I don’t know why the text of the My Addresses button does not appear in the My Account section.

    How could I solve it?

    I attach three screenshots of different locations, in none of them does the text appear, only the empty box without the letters appears, however it is active.

    Greetings and thank you very much in advance.

    Attachments:
    You must be logged in to view attached files.
    #520502

    Hello,

    Sorry to say but this issue recently came from WooCommerce end and is specifically arising for the Edit Address end-point. This is not a Theme end concern, just to clear the fact.

    You can try the following Snippet provided in this regard.

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

    This snippet needs to be pasted under the functions.php file of the Child Theme.

    Best Regards.

    #520541

    sc.ana89
    Participant

    Solved, thank you very much for the code. Kind regards, 🙂

    #520575

    sc.ana89
    Participant

    Sorry for the inconvenience, part of the code I must change address for addresses so that it is in Spanish.
    Thank you so much

    #520633

    sc.ana89
    Participant

    I already solved it, thank you very much anyway. Greetings

    #520697

    Hello,

    You are Most Welcome.

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘My Account Items’ is closed to new replies.