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
Please open the following file:
design\backend\templates\menu.tpl
and add this code:
{__("view_my_storefront")}
before this code:
{/if}
Then just create the “view_my_storefront” language variable and clear the cache
[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}
Then just create the “view_my_storefront” language variable and clear the cache
[/quote]
[color=#000088](“[/color][color=#660066]view_my_storefront[/color][color=#008800]”)}"[/color][color=#000088]>[/color]
[color=#000000] {(“view_my_storefront”)}
[/color][color=#000088][/color]
[color=#000088] [/color]
[color=#000000] {/if}
[/color][color=#000088][/color]
[color=#000088]Dear Ecomlabs, [/color][color=#000088]I have add this, but it's show only the store home page, can not show each vendor store home page if log in as vendor, can you check again if something wrong please? or do I need deleted this: [/color][color=#000088][size=2][/size][/color]
[color=#000000] {/if}
[/color][color=#000088][/color]
[color=#000088]Thank you![/color]
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!!!