Site logo

Archived topic

Theme Niche - Label menu edit-address Wocommerce

3 replies · Started by Gerva on February 6, 2023

Viewing posts 1–4 of 4

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

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 :)

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

Glad it's working now.

I'll leave this topic open, if it happens again, come back to this topic and let us know :)

This archived topic is closed to new replies.