Kurt Schindler
03/26/2020, 3:51 PMMyAccountMenu.removeSubEntry('balance');
but removeSubEntry
isn't a function of MyAccountMenu, so I don't understand how he supposedly accomplished that. Only functions are addGroup
and addGroupEntry
. On 2019.2. Thoughts?Bryce
03/26/2020, 4:11 PMMyAccountMenu.Component
only has those 2, but if you look at the actual MyAccountMenu
you can see all the others. Located in /Advanced/Header/JavaScript/MyAccountMenu
Kurt Schindler
03/26/2020, 4:15 PMBryce
03/26/2020, 4:23 PMvar myaccountmenu = MyAccountMenu.MyAccountMenu.getInstance();
myaccountmenu.removeSubEntry('balance');
Kurt Schindler
03/26/2020, 4:29 PMBryce
03/26/2020, 4:40 PM'MyAccountMenu'
Kurt Schindler
03/26/2020, 4:48 PM