Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
my account page uses code which has bad links
the code for the header in our 'my account' page looks like this:
<nav class="header-menu-secondary-nav">
<div class="header-menu-search">
<button class="header-menu-search-link" data-action="show-sitesearch" title="{{translate 'Search'}}">
<i class="header-menu-search-icon"></i>
</button>
</div>
<ul class="header-menu-level1">
{{#each categories}}
<li>
<a class="{{class}}" {{objectToAtrributes this}} {{#if categories}}data-toggle="dropdown"{{/if}}>
{{text}}
</a>
{{#if categories}}
<ul class="header-menu-level-container">
<li>
<ul class="header-menu-level2">
{{#each categories}}
<li>
<a class="{{class}}" {{objectToAtrributes this}}>{{text}}</a>