Add "my Shop" Button To Homepage

It seems quite silly but when a vendor logs in to the front end of the website, there is no button for them to go to their own shop, why is this?

How can I get a "my shop" button to show only when a vendor logs in?

Attached photo to show where I would like it or expect it to be.

Why is this not included?

Thanks

my shop.png

EDIT - Added photo as it did not attach

You can use the profiles:my_account_menu hook (design/themes/THEME/templates/blocks/my_account.tpl) to add new menu items to the My account block

You can use the [b]profiles:my_account_menu[/b] hook (design/themes/THEME/templates/blocks/my_account.tpl) to add new menu items to the My account block


Ideally I'd like the button to appear on the red box I've drawn on the left of the sign in button.

So when a vendor logs in it has the button appear next to sign in.
Not sure how to do that at All, is that something you can help with?

If you want it to be displayed in separate block, just add HTML block with SMARTY support to the header section. Vendor account can be checked with the following code

{if $auth.user_type == 'V'}
     ....
{/if}

If you want it to be displayed in separate block, just add HTML block with SMARTY support to the header section. Vendor account can be checked with the following code

{if $auth.user_type == 'V'}
     ....
{/if}

How much would it cost to get the button made for me?

How much would it cost to get the button made for me?

?

?

Please post your requirements here