# Entfernen von "Herr" oder "Frau" im Lieferschein und Rechnung?

**URL:** https://forum.shopware.com/t/entfernen-von-herr-oder-frau-im-lieferschein-und-rechnung/55609
**Category:** Themes & Design
**Created:** [8. Oktober 2018 um 00:44 UTC](https://forum.shopware.com/t/entfernen-von-herr-oder-frau-im-lieferschein-und-rechnung/55609 "2018-10-08T00:44:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![OPUS](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/opus/32/7833_2.png) [@OPUS](https://forum.shopware.com/u/OPUS)
#### Post date: [8. Oktober 2018 um 00:44 UTC](https://forum.shopware.com/t/entfernen-von-herr-oder-frau-im-lieferschein-und-rechnung/55609/1 "2018-10-08T00:44:42Z")

</div>

Wie bekomme ich die Anrede aus den beiden o.g. Dokumenten raus?

Ohne gefällts mir besser.

Danke schon mal im voraus für die Hilfe.

ciao

OPUS

---

<div class="post-metadata">

### Author: ![Stanley](https://avatars.discourse-cdn.com/v4/letter/s/7ab992/32.png) [@Stanley](https://forum.shopware.com/u/Stanley)
#### Post date: [8. Oktober 2018 um 04:17 UTC](https://forum.shopware.com/t/entfernen-von-herr-oder-frau-im-lieferschein-und-rechnung/55609/2 "2018-10-08T04:17:39Z")

</div>

Hallo Opus,

&nbsp;

in der Index.tpl musst Du die salution entfernen.

&nbsp;

{$User.$address.company}

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **{$User.$address.salutation|salutation}**  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if {config name=“displayprofiletitle”}}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {$User.$address.title}

&nbsp;

Seitdem wird bei mir kein Mann / Frau mehr angezeigt.

&nbsp;

VG  
Stanley

---

<div class="post-metadata">

### Author: ![malzfons](https://avatars.discourse-cdn.com/v4/letter/m/58956e/32.png) [@malzfons](https://forum.shopware.com/u/malzfons)
#### Post date: [8. Oktober 2018 um 23:09 UTC](https://forum.shopware.com/t/entfernen-von-herr-oder-frau-im-lieferschein-und-rechnung/55609/3 "2018-10-08T23:09:33Z")

</div>

du kopierst deine rechnungs tpl und schreibst das rein:

{extends file=“parent:documents/index.tpl”}

{block name=“document\_index\_address\_base”}  
&nbsp;&nbsp; &nbsp;{$User.$address.company} {$User.$address.department}

&nbsp; &nbsp; {if {config name=“displayprofiletitle”}}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{$User.$address.title}

&nbsp;&nbsp; &nbsp;{/if}  
&nbsp;&nbsp; &nbsp;{$User.$address.firstname} {$User.$address.lastname}

&nbsp;&nbsp; &nbsp;{$User.$address.street}

{/block}

{block name=“document\_index\_address\_countryData”}  
&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
&nbsp;&nbsp; &nbsp;{$User.billing.phone}

&nbsp; &nbsp; {$Order.\_user.email}

{/block}

{block name=“document\_index\_table\_head\_pos”}  
&nbsp;&nbsp; &nbsp;{block name=“document\_index\_table\_head\_pos\_individual”}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;

&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; |  
&nbsp;&nbsp; &nbsp;{/block}  
&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
{/block}

{block name=“document\_index\_table\_pos”}  
&nbsp;&nbsp; &nbsp;{block name=“document\_index\_table\_pos\_individual”}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $position.meta.image.thumbnails[0].source} ![](){else}{if $mediaurls.$number.mediaurl != “”} ![](){/if}{/if}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; |  
&nbsp;&nbsp; &nbsp;{/block}  
&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
{/block}

{block name=“document\_index\_info\_comment”}  
&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
&nbsp;&nbsp; &nbsp;

&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{s name=“DocumentIndexAttribute1”} **Informationen zu Artikeln und Sonstiges:**  
{/s}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{$Order.\_order.attributes.attribute1}  
&nbsp;&nbsp; &nbsp;

{/block}

{block name=“document\_index\_info\_net”}  
&nbsp;&nbsp; &nbsp;{if $User.shipping.countryID == 26}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;

&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{s name=“DocumentIndexdviceNetThirdcountry”}Ort der sonstigen Leistung befindet sich gem. § 3a Abs.2 i.V.m. § 4 Nr. 14 UStG in einem Drittland ausserhalb der EU. Die sonstige Leistung ist damit nicht steuerbar.

Zusätzlich können noch Zollgebühren, Steuern oder evtl. andere Kosten für Sie anfallen, die nicht über uns abgeführt werden bzw. von uns in Rechnung gestellt werden.  
Diese sind von Ihnen vor Ort zu entrichten.{/s}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;

&nbsp;&nbsp; &nbsp;{else}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{if $User.shipping.countryID != 2 && $User.billing.ustid}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;

{s name=“DocumentIndexdviceNetEUcountry”}Steuerfreie innergemeinschaftliche Lieferung, gemäß §4 Nr. 1b, sowie 6a UstG.{/s}

&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{/if}  
&nbsp;&nbsp; &nbsp;{/if}

&nbsp;&nbsp; &nbsp;

{s name=“DocumentIndexSelectedPayment”}Gewählte Zahlungsart:{/s} {$Order.\_payment.description}

{/block}

&nbsp;

in deine lieferschein tpl schreibst du:

{extends file=“documents/index.tpl”}

{block name=“document\_index\_table\_head\_tax”}  
{/block}

{block name=“document\_index\_table\_head\_price”}  
{/block}

{block name=“document\_index\_table\_tax”}  
{/block}

{block name=“document\_index\_table\_price”}  
{/block}

{block name=“document\_index\_amount”}  
{/block}

{block name=“document\_index\_head\_bottom”}  
&nbsp;&nbsp; &nbsp;

# {s name=“DocumentIndexShippingNumber”}{/s} {$Document.id}

&nbsp;&nbsp; &nbsp;{s name=“DocumentIndexPageCounter”}{/s}  
{/block}

{block name=“document\_index\_selectAdress”}  
&nbsp;&nbsp; &nbsp;{assign var=“address” value=“shipping”}  
{/block}

{block name=“document\_index\_table\_each”}  
&nbsp;&nbsp; &nbsp;{if $position.modus == 0 || $position.modus == 1}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
&nbsp;&nbsp; &nbsp;{/if}  
{/block}

{block name=“document\_index\_head\_right”}  
&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
&nbsp;&nbsp; &nbsp;{if $Document.bid}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{s name=“DocumentIndexInvoiceID”}{/s} {$Document.bid}

&nbsp;&nbsp; &nbsp;{/if}  
{/block}

{block name=“document\_index\_table\_head\_pos”}  
&nbsp;&nbsp; &nbsp;

&nbsp;&nbsp; &nbsp; |  
&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
{/block}

{block name=“document\_index\_table\_pos”}  
&nbsp;&nbsp; &nbsp;

&nbsp; &nbsp; &nbsp; &nbsp; {if $position.meta.image.thumbnails[0].source} ![](){else}{if $mediaurls.$number.mediaurl != “”} ![](){/if}{/if}  
&nbsp;&nbsp; &nbsp;{$smarty.block.parent}  
{/block}

{block name=“document\_index\_table\_name”}  
&nbsp;&nbsp; &nbsp;

|  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{if $position.name == ‘Versandkosten’}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{s name=“DocumentIndexPositionNameShippingCosts”}{$position.name}{/s}

&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{else}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{s name=“DocumentIndexPositionNameDefault”}{$position.name|nl2br|wordwrap:65:"  
\n"}{/s}  
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;{/if}  
&nbsp;&nbsp; &nbsp; |  
{/block}

{block name=“document\_index\_table\_head\_pos\_individual”}{/block}

{block name=“document\_index\_table\_pos\_individual”}{/block}

&nbsp;

dann müsste alles klappen.

aber:

ich habe hier noch weitere anpassungen drin. ob es bei dir funzt weiss ich nicht…

gruss

matthias

&nbsp;
