# I am trying to create new navigation tab in tab--container but having no output. please correct me?

**URL:** https://forum.shopware.com/t/i-am-trying-to-create-new-navigation-tab-in-tab-container-but-having-no-output-please-correct-me/58834
**Category:** International (English Only)
**Tags:** themes--design
**Created:** [29. März 2019 um 22:07 UTC](https://forum.shopware.com/t/i-am-trying-to-create-new-navigation-tab-in-tab-container-but-having-no-output-please-correct-me/58834 "2019-03-29T22:07:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![hadimalik12345](https://avatars.discourse-cdn.com/v4/letter/h/c4cdca/32.png) [@hadimalik12345](https://forum.shopware.com/u/hadimalik12345)
#### Post date: [29. März 2019 um 22:07 UTC](https://forum.shopware.com/t/i-am-trying-to-create-new-navigation-tab-in-tab-container-but-having-no-output-please-correct-me/58834/1 "2019-03-29T22:07:13Z")

</div>

I tried to add a content navigation menu using smarty(Foo Tab) but i am not able to see it happening. What am i doing wrong? because i have also double check the code but no luck. please help me out?&nbsp;  
**I am using vagrant machine along with shopware. please let me know any possible solution if there’s any. Thanks**

**This is**** code**\*\* :\*\*

```
{extends file="parent:frontend/detail/tabs.tpl"}

{block name="frontend_detail_tabs_navigation_inner"}
    {$smarty.block.parent}

    {block name="frontend_detail_tabs_foo"}
        
            FOO
        
    {/block}
{/block}

{block name="frontend_detail_tabs_content_inner"}
    {$smarty.block.parent}
    

        
            Foo
        
        
            Foo preview
        
        
            Foo Content
        

    
{/block}

```

**This is output after uploading to m server. I expect that there would be a Foo tab along with**** description ****tab but no luck.**

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/1/1883f827ad0ee6e63e0f295140c033b6e4627374.png)

---

<div class="post-metadata">

### Author: ![SB1](https://avatars.discourse-cdn.com/v4/letter/s/0ea827/32.png) [@SB1](https://forum.shopware.com/u/SB1)
#### Post date: [29. März 2019 um 22:32 UTC](https://forum.shopware.com/t/i-am-trying-to-create-new-navigation-tab-in-tab-container-but-having-no-output-please-correct-me/58834/2 "2019-03-29T22:32:32Z")

</div>

see&nbsp;[https://developers.shopware.com/developers-guide/](https://developers.shopware.com/developers-guide/)
