# Infotext statt Versandkosten

**URL:** https://forum.shopware.com/t/infotext-statt-versandkosten/60437
**Category:** Allgemein
**Created:** [15. Juli 2019 um 11:00 UTC](https://forum.shopware.com/t/infotext-statt-versandkosten/60437 "2019-07-15T11:00:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Gunther](https://avatars.discourse-cdn.com/v4/letter/g/f08c70/32.png) [@Gunther](https://forum.shopware.com/u/Gunther)
#### Post date: [15. Juli 2019 um 11:00 UTC](https://forum.shopware.com/t/infotext-statt-versandkosten/60437/1 "2019-07-15T11:00:26Z")

</div>

Hallo,

ist es möglich, dass bei der Kundengruppe „Händler“ anstelle der Versandkostenberechnung einen Infotext angezeigt wird?

zB.: „Versandkosten separat“.

Gibt es da eine Möglichkeit?

Vielen Dank im Voraus

---

<div class="post-metadata">

### Author: ![Gunther](https://avatars.discourse-cdn.com/v4/letter/g/f08c70/32.png) [@Gunther](https://forum.shopware.com/u/Gunther)
#### Post date: [18. Juli 2019 um 10:18 UTC](https://forum.shopware.com/t/infotext-statt-versandkosten/60437/2 "2019-07-18T10:18:06Z")

</div>

Die Möglichkeit besteht, habe ich bereits bei einem anderen Shop gesehen. Aber wie kann man das umsetzen?

Keiner eine Idee?

Danke

---

<div class="post-metadata">

### Author: ![Gunther](https://avatars.discourse-cdn.com/v4/letter/g/f08c70/32.png) [@Gunther](https://forum.shopware.com/u/Gunther)
#### Post date: [24. Juli 2019 um 07:32 UTC](https://forum.shopware.com/t/infotext-statt-versandkosten/60437/3 "2019-07-24T07:32:22Z")

</div>

Hallo,

habe es nun selber geschafft.

Falls es mal wer braucht:

Ich habe die Datei “cart\_footer.tpl” in meinem Theme wie folgt angepasst:

Ich habe unter {\* Shipping costs \*} im Block {block name=‘frontend\_checkout\_cart\_footer\_field\_labels\_shipping\_value’} folgende Anpassung gemacht:

```
 {block name='frontend_checkout_cart_footer_field_labels_shipping_value'}
                            {if {$Shopware->System()->sUSERGROUP} == "H"}
                            
                                {s name="CartFooterVersandkostenSeparat"}{/s}
                            
                            {else}
                            
                                {$sShippingcosts|currency}{s name="Star" namespace="frontend/listing/box_article"}{/s}
                            
                            {/if}
                        {/block}

```

lg
