# Topnavigation vom Warenkorb trennen

**URL:** https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [25. Oktober 2012 um 21:44 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436 "2012-10-25T21:44:11Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![kweb](https://avatars.discourse-cdn.com/v4/letter/k/e19adc/32.png) [@kweb](https://forum.shopware.com/u/kweb)
#### Post date: [25. Oktober 2012 um 21:44 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436/1 "2012-10-25T21:44:11Z")

</div>

Hallo, ich bin bin neu bei Shopware und bin gerade dabei ein eigenes Template zusammenzuprgrammieren. Ich versuche nun verzweifelt die Navigation oben (Mein Konto, Merkzettel, Service) vom Warenkorb zu trennen. In meiner Templatevorlage habe ich die Navigation oben in einem separaten Container und erst da drunter soll der Warenkorb kommen. Ich habe aber keine Möglichkeit die beiden Komponenten voneinander zu trennen. Wenn ich diesen Block hier ausblende: [code]{\* Shop navigation \*} {block name=‘frontend\_index\_checkout\_actions’} {action module=widgets controller=checkout action=info} {/block} {block name=‘frontend\_index\_navigation\_inline’} {if $sCompareShow}

{action module=widgets controller=compare}  
{/if} {/block}[/code] verschwindet sowohl die Navi auch der Warenkorb. Wenn ich nur den Block `{block name='frontend\_index\_navigation\_inline'}` nach oben setze ist ebenfalls der Warenkorb mit inbegriffen. Kann mir jemand sagen wie man das angeht? Bin um jede Hilfe dankbar. Anbei ein Screenshot wie es später aussehen soll: Danke!

---

<div class="post-metadata">

### Author: ![martinag](https://avatars.discourse-cdn.com/v4/letter/m/7cd45c/32.png) [@martinag](https://forum.shopware.com/u/martinag)
#### Post date: [26. Oktober 2012 um 13:32 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436/2 "2012-10-26T13:32:03Z")

</div>

Hallo, schau dir mal die Datei checkout\_actions.tpl an, die musst du für deine Zwecke vermutlich bearbeiten. Grüße

---

<div class="post-metadata">

### Author: ![kweb](https://avatars.discourse-cdn.com/v4/letter/k/e19adc/32.png) [@kweb](https://forum.shopware.com/u/kweb)
#### Post date: [26. Oktober 2012 um 17:21 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436/3 "2012-10-26T17:21:31Z")

</div>

> [@martinag](#):
>
> Hallo, schau dir mal die Datei checkout\_actions.tpl an, die musst du für deine Zwecke vermutlich bearbeiten. Grüße

{block name=„frontend\_index\_account“} [{s name=‚IndexLinkAccount‘}{/s}]({url controller=‚account‘} „{s name=‚IndexLinkAccount‘}{/s}“) {/block} {block name=„frontend\_index\_notepad“} [{s name=‚IndexLinkNotepad‘}{/s} ({$sNotesQuantity})]({url controller=‚note‘} „{s name=‚IndexLinkNotepad‘}{/s}“) {/block}  
&nbsp;

[/code] Wenn ich das mache habe ich zwar die Navi da wo ich sie haben will, allerdings zerstöre ich damit scheinbar die Navigationsfunktion. Da steht dann nicht mehr „Merkszettel“, sondern #IndexLinkNotepad# (0) Also irgendwie muss das anders gehen 😕 Gruß

---

<div class="post-metadata">

### Author: ![martinag](https://avatars.discourse-cdn.com/v4/letter/m/7cd45c/32.png) [@martinag](https://forum.shopware.com/u/martinag)
#### Post date: [26. Oktober 2012 um 17:50 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436/4 "2012-10-26T17:50:24Z")

</div>

Hallo, sorry, ich glaube, ich verstehe dich nicht ganz. Im Standardtemplate von Shopware 4 liegt der Warenkorb in html body.ctl\_index div#header div.inner div#shopnavi und die Topnavi in html body.ctl\_index div#header div.inner div.my\_options Du kannst doch eigentlich beides unabhängig voneinander über css platzieren? Grüße

---

<div class="post-metadata">

### Author: ![Patrick\_Stahl](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/patrick_stahl/32/7679_2.png) [@Patrick\_Stahl](https://forum.shopware.com/u/Patrick_Stahl)
#### Post date: [26. Oktober 2012 um 17:57 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436/5 "2012-10-26T17:57:04Z")

</div>

Hallo kweb. [quote]Wenn ich das mache habe ich zwar die Navi da wo ich sie haben will, allerdings zerstöre ich damit scheinbar die Navigationsfunktion. Da steht dann nicht mehr „Merkszettel“, sondern #IndexLinkNotepad# (0) [/quote] Versuche es mal bitte mit dem folgenden Code-Beispiel, das dürfte das Problem mit den Rauten lösen. [code]

{block name=„frontend\_index\_account“} [{s name=‚IndexLinkAccount‘ namespace=‚frontend/index/checkout\_actions‘}{/s}]({url controller=‚account‘} „{s name=‚IndexLinkAccount‘ namespace=‚frontend/index/checkout\_actions‘}{/s}“) {/block} {block name=„frontend\_index\_notepad“} [{s name=‚IndexLinkNotepad‘ namespace=‚frontend/index/checkout\_actions‘}{/s} ({$sNotesQuantity})]({url controller=‚note‘} „{s name=‚IndexLinkNotepad‘ namespace=‚frontend/index/checkout\_actions‘}{/s}“) {/block}  
&nbsp;

[/code] Gruß, Patrick :shopware:

---

<div class="post-metadata">

### Author: ![kweb](https://avatars.discourse-cdn.com/v4/letter/k/e19adc/32.png) [@kweb](https://forum.shopware.com/u/kweb)
#### Post date: [26. Oktober 2012 um 18:34 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436/6 "2012-10-26T18:34:13Z")

</div>

> [@Patrick Stahl](#):
>
> Hallo kweb. [quote]Wenn ich das mache habe ich zwar die Navi da wo ich sie haben will, allerdings zerstöre ich damit scheinbar die Navigationsfunktion. Da steht dann nicht mehr „Merkszettel“, sondern #IndexLinkNotepad# (0)

{block name=„frontend\_index\_account“} [{s name=‚IndexLinkAccount‘ namespace=‚frontend/index/checkout\_actions‘}{/s}]({url controller=‚account‘} „{s name=‚IndexLinkAccount‘ namespace=‚frontend/index/checkout\_actions‘}{/s}“) {/block} {block name=„frontend\_index\_notepad“} [{s name=‚IndexLinkNotepad‘ namespace=‚frontend/index/checkout\_actions‘}{/s} ({$sNotesQuantity})]({url controller=‚note‘} „{s name=‚IndexLinkNotepad‘ namespace=‚frontend/index/checkout\_actions‘}{/s}“) {/block}  
&nbsp;

[/code] Gruß, Patrick :shopware:[/quote] Hallo ihr beiden! Bingo Patrick das war es - allerdings frage ich mich jetzt wo der dritte Link „Service/Hilfe“ geblieben ist?! Siehe auch: [Zur Seite](http://www.kille-collection.de) Danke für deine Hilfe…

---

<div class="post-metadata">

### Author: ![kfman](https://avatars.discourse-cdn.com/v4/letter/k/f04885/32.png) [@kfman](https://forum.shopware.com/u/kfman)
#### Post date: [5. Januar 2013 um 15:07 UTC](https://forum.shopware.com/t/topnavigation-vom-warenkorb-trennen/9436/7 "2013-01-05T15:07:58Z")

</div>

> [@Patrick Stahl](#):
>
> Hallo kweb. [quote]Wenn ich das mache habe ich zwar die Navi da wo ich sie haben will, allerdings zerstöre ich damit scheinbar die Navigationsfunktion. Da steht dann nicht mehr „Merkszettel“, sondern #IndexLinkNotepad# (0)

{block name=„frontend\_index\_account“} [{s name=‚IndexLinkAccount‘ namespace=‚frontend/index/checkout\_actions‘}{/s}]({url controller=‚account‘} „{s name=‚IndexLinkAccount‘ namespace=‚frontend/index/checkout\_actions‘}{/s}“) {/block} {block name=„frontend\_index\_notepad“} [{s name=‚IndexLinkNotepad‘ namespace=‚frontend/index/checkout\_actions‘}{/s} ({$sNotesQuantity})]({url controller=‚note‘} „{s name=‚IndexLinkNotepad‘ namespace=‚frontend/index/checkout\_actions‘}{/s}“) {/block}  
&nbsp;

[/code] Gruß, Patrick :shopware:[/quote] Ich habe das gleiche Problem, nur andersrum. Ich habe den Warenkorb von der checkout\_actions.tpl getrennt und in die index.tpl eingefügt. Jetzt zeigt er mir unter dem Wort Warenkorb, wo eigentich Positionen anzeigen stehen soll, #IndexActionShowPositions# an. Wie bekomme ich das weg?
