# Vorschautext unter Artikel (Storefront) - wie entfernen?

**URL:** https://forum.shopware.com/t/vorschautext-unter-artikel-storefront-wie-entfernen/25956
**Category:** Shopware 3.5
**Tags:** general
**Created:** [30. März 2015 um 22:00 UTC](https://forum.shopware.com/t/vorschautext-unter-artikel-storefront-wie-entfernen/25956 "2015-03-30T22:00:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![WM31](https://avatars.discourse-cdn.com/v4/letter/w/c37758/32.png) [@WM31](https://forum.shopware.com/u/WM31)
#### Post date: [30. März 2015 um 22:00 UTC](https://forum.shopware.com/t/vorschautext-unter-artikel-storefront-wie-entfernen/25956/1 "2015-03-30T22:00:52Z")

</div>

Hoffe, die Frage ist nicht allzu dämlich 🙂 Bin neu bei shopware und finde die Option im Backend einfach nicht. Wie stellt man ein, dass in der Storefront oder auch in den Kategorieübersichten der Vorschautext (die ersten Sätze der Artikelbeschreibung) unter dem Artikel nicht mehr zu sehen sind? Es soll nur der Titel des Artikels und der Preis gezeigt werden. Danke schon mal!

---

<div class="post-metadata">

### Author: ![WM31](https://avatars.discourse-cdn.com/v4/letter/w/c37758/32.png) [@WM31](https://forum.shopware.com/u/WM31)
#### Post date: [1. April 2015 um 16:27 UTC](https://forum.shopware.com/t/vorschautext-unter-artikel-storefront-wie-entfernen/25956/2 "2015-04-01T16:27:27Z")

</div>

Wäre super, wenn hier jemand eine Lösung hat.

---

<div class="post-metadata">

### Author: ![Shopwareianer](https://avatars.discourse-cdn.com/v4/letter/s/b4bc9f/32.png) [@Shopwareianer](https://forum.shopware.com/u/Shopwareianer)
#### Post date: [1. April 2015 um 16:32 UTC](https://forum.shopware.com/t/vorschautext-unter-artikel-storefront-wie-entfernen/25956/3 "2015-04-01T16:32:08Z")

</div>

Dazu musst du die Datei frontend/listing/box\_article.tpl bearbeiten. Dort gibt es folgenden Block: [code]{\* Description \*} {block name=‘frontend\_listing\_box\_article\_description’} {if $sTemplate eq ‘listing-1col’} {assign var=size value=270} {else} {assign var=size value=60} {/if}

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

{/block}[/code] Ändere diesen in `{\* Description \*} {block name='frontend\_listing\_box\_article\_description'}{/block}`

---

<div class="post-metadata">

### Author: ![WM31](https://avatars.discourse-cdn.com/v4/letter/w/c37758/32.png) [@WM31](https://forum.shopware.com/u/WM31)
#### Post date: [1. April 2015 um 18:02 UTC](https://forum.shopware.com/t/vorschautext-unter-artikel-storefront-wie-entfernen/25956/4 "2015-04-01T18:02:00Z")

</div>

Vielen Dank!
