Site logo

[Support request] Theme Niche – Label menu edit-address Wocommerce

Home Forums Support [Support request] Theme Niche – Label menu edit-address Wocommerce

Home Forums Support Theme Niche – Label menu edit-address Wocommerce

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2523737
    Gerva

    Good morning to all
    I’m using the Niche theme and I realized that in the user account tab of woocommerce,
    you can’t see the text “edit-addess” although the button is there and it works.

    I had to add a snippets and it works.

    /** Name for edit-address */
    add_filter ( 'woocommerce_account_menu_items', 'rename_editaddress' );
    function rename_editaddress( $menu_links ){	
    	$menu_links['edit-address'] = 'Edit Address';
    	return $menu_links;
    }

    I don’t understand if it is a problem with the theme or something else.
    Any suggestions
    Thanks

    #2523779
    Ying
    Staff
    Customer Support

    Hi Gerva,

    I don’t think GP ever touches the functions on the account page.

    And I don’t seem to have this issue on my site.

    If you can link us to your site and show us the issue, we can take a look 🙂

    #2523786
    Gerva

    Thank you
    Certainly no problem, but after using the snippet above, I disabled it to replay the situation and now it works !!!
    I don’t know, I put the credentials to you but quiet now it works and it’s fine, maybe in these days it reoccurs and I will report it to you.
    Thanks for your interest

    #2523813
    Ying
    Staff
    Customer Support

    Glad it’s working now.

    I’ll leave this topic open, if it happens again, come back to this topic and let us know 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.