How To Add View My Store Link On The Vendor Home Page

Hello



Does some one can show me how to add view my store link on the vendor home page with a link go directly to the vendor home page please? (see image for more detail)



Thank in advance! my website is Enewwholesale.com 4.2.3 with multi vendor.



Franck

how to add view my store link on the vendor home page.jpg

Please open the following file:



design\backend\templates\menu.tpl



and add this code:




{__("view_my_storefront")}





before this code:




{/if}

[quote name='eComLabs' timestamp='1428656217' post='210923']

Please open the following file:



design\backend\templates\menu.tpl



and add this code:




{__("view_my_storefront")}





before this code:




{/if}

hi Franck,



please use this code instead:


{if $runtime.company_id}
{__("view_my_storefront")}
{/if}




best regards,

WSA team

[quote name='Damir (WSA-team)' timestamp='1428948131' post='211321']

hi Franck,



please use this code instead:


{if $runtime.company_id}
{__("view_my_storefront")}
{/if}




best regards,

WSA team

[/quote]Dear, it's work now, thank very much!!!