# Wer kann helfen ......DANKE

**URL:** https://forum.shopware.com/t/wer-kann-helfen-danke/27582
**Category:** Programmierung
**Created:** [25. Mai 2015 um 16:15 UTC](https://forum.shopware.com/t/wer-kann-helfen-danke/27582 "2015-05-25T16:15:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fingerfoodmen](https://avatars.discourse-cdn.com/v4/letter/f/b9bd4f/32.png) [@fingerfoodmen](https://forum.shopware.com/u/fingerfoodmen)
#### Post date: [25. Mai 2015 um 16:15 UTC](https://forum.shopware.com/t/wer-kann-helfen-danke/27582/1 "2015-05-25T16:15:39Z")

</div>

Folgendes Problem: Das ist mein box\_article.tpl. {extends file=“parent:frontend/listing/box\_article.tpl”} {block name=‘frontend\_listing\_box\_article\_price’ append}

{se namespace=“frontend/listing/box\_article” name=“tax\_info”} Preise inkl.gesetzlicher MwSt.{/se}

{/block} {\* Description \*} {block name=‘frontend\_listing\_box\_article\_description’} {if $sTemplate eq ‘listing-1col’} {assign var=size value=270} {else} {assign var=size value=50} {/if}

{if $sTemplate} {$sArticle.description\_long|strip\_tags|truncate:$size} {/if}

{/block} Soweit auch alles okay. Wenn ich im Textbaustein ( tax\_info ) folgendes hinterlege: Preise inkl.gesetzlicher MwSt. [zzgl. Versandkosten]({url controller=custom sCustom=6} “Versandkosten”)Dann wird das nicht richtig angezeigt. Es soll ein Link geben zu den Versandkosten. Was mach ich falsch. In der Artikelübersicht wird der html Code ausgegeben. DANKE: cry:

---

<div class="post-metadata">

### Author: ![simkli](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/simkli/32/13124_2.png) [@simkli](https://forum.shopware.com/u/simkli)
#### Post date: [25. Mai 2015 um 16:55 UTC](https://forum.shopware.com/t/wer-kann-helfen-danke/27582/2 "2015-05-25T16:55:36Z")

</div>

Hallo fingerfoodmen, versuch doch anstatt {se… einfach mal {s… `{s namespace="frontend/listing/box\_article" name="tax\_info"} Preise inkl.gesetzlicher MwSt.{/s}` Das {se} Smarty Plugin für Snippets ist noch ein Überbleibsel aus älteren Shopware Versionen und packt ein um deinen Textbaustein. Zusätzlich erlaubt es keinen HTML Code.

---

<div class="post-metadata">

### Author: ![fingerfoodmen](https://avatars.discourse-cdn.com/v4/letter/f/b9bd4f/32.png) [@fingerfoodmen](https://forum.shopware.com/u/fingerfoodmen)
#### Post date: [25. Mai 2015 um 19:40 UTC](https://forum.shopware.com/t/wer-kann-helfen-danke/27582/3 "2015-05-25T19:40:56Z")

</div>

Danke…hat geklappt
