# Versand icons im Footer

**URL:** https://forum.shopware.com/t/versand-icons-im-footer/70593
**Category:** Themes & Design
**Created:** [2. November 2020 um 10:08 UTC](https://forum.shopware.com/t/versand-icons-im-footer/70593 "2020-11-02T10:08:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![cbm](https://avatars.discourse-cdn.com/v4/letter/c/a9a28c/32.png) [@cbm](https://forum.shopware.com/u/cbm)
#### Post date: [2. November 2020 um 10:08 UTC](https://forum.shopware.com/t/versand-icons-im-footer/70593/1 "2020-11-02T10:08:29Z")

</div>

Durch Hinzufügen der jeweiligen GLS-Versandkosten der europäischen Länder habe ich das GLS-Logo jetzt 25x im Footer.

Sinnvoll wäre natürlich nur 1x. Wie bekomme ich das hin?

---

<div class="post-metadata">

### Author: ![leschurke](https://avatars.discourse-cdn.com/v4/letter/l/8797f3/32.png) [@leschurke](https://forum.shopware.com/u/leschurke)
#### Post date: [2. Februar 2021 um 16:41 UTC](https://forum.shopware.com/t/versand-icons-im-footer/70593/2 "2021-02-02T16:41:58Z")

</div>

@cbm‍ kannst du mal deine Seite schicken. Vlt finde ich etwas heraus.

---

<div class="post-metadata">

### Author: ![SmartStylez](https://avatars.discourse-cdn.com/v4/letter/s/a88e4f/32.png) [@SmartStylez](https://forum.shopware.com/u/SmartStylez)
#### Post date: [2. Februar 2021 um 19:46 UTC](https://forum.shopware.com/t/versand-icons-im-footer/70593/3 "2021-02-02T19:46:37Z")

</div>

> [@cbm schrieb:](https://forum.shopware.com/profile/31895/cbm "cbm")
> 
> Durch Hinzufügen der jeweiligen GLS-Versandkosten der europäischen Länder habe ich das GLS-Logo jetzt 25x im Footer.
> 
> Sinnvoll wäre natürlich nur 1x. Wie bekomme ich das hin?

Das würde mich auch interessieren, zudem, wie man die Größe anpasst.&nbsp;

---

<div class="post-metadata">

### Author: ![frezno](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/frezno/32/7801_2.png) [@frezno](https://forum.shopware.com/u/frezno)
#### Post date: [2. Februar 2021 um 20:08 UTC](https://forum.shopware.com/t/versand-icons-im-footer/70593/4 "2021-02-02T20:08:29Z")

</div>

@cbm‍ wie hst du die Versandkosten per Land angelegt? Bei mir erscheint das Logo nur 1x

@SmartStylez‍ du kannst die Stelle für die Logogröße im Template überschreiben (keine Ahnung, ob es noch eine andere Möglichkeit gäbe):

storefront/layout/footer/footer.html.twig

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {% block layout\_footer\_shipping\_logo %}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {% if shippingMethod.media %}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {% sw\_thumbnails ‘footer-shipping-image-thumbnails’ with {  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; media: shippingMethod.media,  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sizes: {  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **‘default’: '100px’**  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; },  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; attributes: {  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ‘class’: ‘img-fluid footer-logo-image’,  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ‘alt’: (shippingMethod.media.translated.alt ?: shippingMethod.translated.name),  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ‘title’: (shippingMethod.media.translated.title ?: shippingMethod.translated.name)  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; } %}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {% endif %}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {% endblock %}

---

<div class="post-metadata">

### Author: ![SmartStylez](https://avatars.discourse-cdn.com/v4/letter/s/a88e4f/32.png) [@SmartStylez](https://forum.shopware.com/u/SmartStylez)
#### Post date: [2. Februar 2021 um 21:14 UTC](https://forum.shopware.com/t/versand-icons-im-footer/70593/5 "2021-02-02T21:14:24Z")

</div>

Ich nehme an, er hat beispielsweise eine Versandart für Deutschland, Europa und Welt angelegt und jeweils das GLS-Logo hinterlegt, dann würde dies ja im Footer dreimal&nbsp;erscheinen, nehme ich an, ohne es getestet zu haben. Trotzdem wäre es ja optisch schön, dass Logo bei allen Versandarten hinterlegen zu können, ohne es bei einigen löschen zu müssen, damit es im Footer nur einmal erscheint.

---

<div class="post-metadata">

### Author: ![cbm](https://avatars.discourse-cdn.com/v4/letter/c/a9a28c/32.png) [@cbm](https://forum.shopware.com/u/cbm)
#### Post date: [3. Februar 2021 um 08:46 UTC](https://forum.shopware.com/t/versand-icons-im-footer/70593/6 "2021-02-03T08:46:09Z")

</div>

Das Thema wurde inzwischen gelöst. Er war ein Bug im Theme „Themeware Clean“.
