# Frage zu Newsletter-Feld im Footer

**URL:** https://forum.shopware.com/t/frage-zu-newsletter-feld-im-footer/34544
**Category:** Allgemein
**Created:** [16. Februar 2016 um 19:45 UTC](https://forum.shopware.com/t/frage-zu-newsletter-feld-im-footer/34544 "2016-02-16T19:45:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mariap2003](https://avatars.discourse-cdn.com/v4/letter/m/bc8723/32.png) [@mariap2003](https://forum.shopware.com/u/mariap2003)
#### Post date: [16. Februar 2016 um 19:45 UTC](https://forum.shopware.com/t/frage-zu-newsletter-feld-im-footer/34544/1 "2016-02-16T19:45:43Z")

</div>

Hallo,

wer kann mir sagen wie ich das Newsletter-Feld im Footer rechts unten im Shopware 5-Standard-Template entfernen kann?

---

<div class="post-metadata">

### Author: ![waldicom](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/waldicom/32/12881_2.png) [@waldicom](https://forum.shopware.com/u/waldicom)
#### Post date: [16. Februar 2016 um 23:01 UTC](https://forum.shopware.com/t/frage-zu-newsletter-feld-im-footer/34544/2 "2016-02-16T23:01:44Z")

</div>

Datei /themes/Frontend/Bare/frontend/index/footer-navigatgion.tpl in das eigene Theme kopieren (/themes/Frontend//frontend/index/footer-navigatgion.tpl) und folgendes rein schreiben:

```
{extends file="parent:frontend/index/footer-navigation.tpl"}
{block name="frontend_index_footer_column_newsletter"}{/block}

```

&nbsp;

---

<div class="post-metadata">

### Author: ![mkx](https://avatars.discourse-cdn.com/v4/letter/m/54ee81/32.png) [@mkx](https://forum.shopware.com/u/mkx)
#### Post date: [19. Mai 2016 um 15:14 UTC](https://forum.shopware.com/t/frage-zu-newsletter-feld-im-footer/34544/3 "2016-05-19T15:14:08Z")

</div>

Für alle die sich nicht mit dem Templatesystem auseinandersetzen möchten gibt es ein Plugin ([http://store.shopware.com/mkx9676698702758/footer-konfigurator.html](http://store.shopware.com/mkx9676698702758/footer-konfigurator.html)). Mit diesem ist es trivial den Newsletter aus dem Footer zu entfernen.
