Hi,
Thanks for contacting us and choosing our product!
Currently you can’t add item menu directly on admin view.
If you really need it you can go to: wp-content/plugins/haru-pricom/templates/woo-account/ then open file woo-account.php
You can add more li element like this:
<li class="haru-account__menu-item">
<a href="<?php echo esc_url( $account ); ?>"><?php echo esc_html__( 'My Orders', 'haru-pricom' ); ?></a>
</li>
You can do it via child theme follow this topic:
How to customize WordPress theme using Child theme
Hope this helps!
****
Regards,
HaruTheme