Hi all, does anyone know the best practice to remo...
# suitecommerce
m
Hi all, does anyone know the best practice to remove a menu item from the My Account with an extension? Thank you
t
is it SuiteCommerce standard or advanced?
m
SCA 19.1
t
I'm not sure about that particular version but in SCA 20.1 there are public methods in the Menu moduls. I think one of them is a method called removeEntry or removeSubEntry depending if it is a Menu or Submenu
you pass the method the id of the menu. E.g for Billing it is billing
in the MyAccountMenu.ts file
👍🏻 1
m
this looks like what I'm looking for, thank you