New Landing How can we help? Themeforest Theme Support Dante Adding to My Account Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #60447
    ashleyrjyoung
    Member
    Post count: 8

    Hello

    I would like to know how I would go about adding pages to the My Account menu (see screenshot), I would like to add a few….is this possible?

    Thanks

    #60679
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit sf-header.php at /dante/includes/
    Find this code at line 547

    $aux_links_output .= '<li><a href="'.get_admin_url().'">'. __("My Account", "swiftframework") .'</a></li>'. "\n";
    
    After this line you can put more menus items like that 
    $aux_links_output .= '<li><a href="WISHLIST_URL">'. __("Wishlist", "swiftframework") .'</a></li>'. "\n";
    $aux_links_output .= '<li><a href="ADDRESS_BOOK_URL">'. __("ADDRESS BOOK", "swiftframework") .'</a></li>'. "\n";
    $aux_links_output .= '<li><a href="CHANGE_PASSOWRD_URL">'. __("Change Password", "swiftframework") .'</a></li>'. "\n";

    we do provide support for small customizations but unfortunately this request is beyond that so it is just hint of code .

    With Best Regards
    Swift Ideas

    #62139
    ashleyrjyoung
    Member
    Post count: 8

    Hi

    I think you are misunderstanding me….

    I dont want to add links to the header menu, I want to add pages to the My Account menu on the left of the My Account page as per the screenshot in my previous post.

    Thanks
    Ashley

    #62157
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit my-account.php at /neighborhood/woocommerce/myaccount/
    Find this code at line 36 and add your link after this

     <li><a href="#change-password" data-toggle="tab"><?php _e("Change Password", "swiftframework"); ?></a></li>
    

    Thanks 🙂
    With Best Regards
    Swift Ideas

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register