Removing Addresses & Orders Link in My Account Column (Left Side) Nop Version 4.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 6 años
I want to remove Addresses & Orders link from My Account Section, it is useless for my website, what kind of coding changes i need to do? or is there any setting in Admin panel?  i am using nopCommerce 4.0
Hace 6 años
suyog.ss wrote:
I want to remove Addresses & Orders link from My Account Section, it is useless for my website, what kind of coding changes i need to do? or is there any setting in Admin panel?  i am using nopCommerce 4.0


Hello,
You need to add some code in comment for that in "nopCommerce_4.00_Source\Presentation\Nop.Web\Factories\CustomerModelFactory.cs" file, there is no setting in Admin panel.
look on this image for which code you need to in comment.


Or in view page, you can manage with some if condition and prevent to display those menu in customer info navigation.
Hace 6 años
Thank u so much. it's Working.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.