Your account expired support, please renew to get your support.

Home Forums Themes Support Pricom Haru Woo Account menu ?

  • This topic has 1 reply, 2 voices, and was last updated 1 year ago by admin.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10153
    hasagi
    Support Expired

    hello,
    how can i add item menu on Haru Woo Account menu ?
    https://prnt.sc/NJish3ExksmS
    Thank you

    #10154

    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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.