Adding Vendor Admin Link To Store Front

Hello,

I was wondering if there is a possibility to add the vendor admin panel link to the store front for example under 'ACCOUNT' where a user can sign in?

Thanks

- enable My changes module

- create the design/themes/THEME/templates/addons/my_changes/hooks/profiles/my_account_menu.post.tpl file:

  • {__("vendor_panel_text")}
  • - create the vendor_panel_text language variable

    - clear cache

    - check the result

    (!) Not tested