# Bankverbindung in Bestek

**URL:** https://forum.shopware.com/t/bankverbindung-in-bestek/58500
**Category:** Allgemein
**Created:** [11. März 2019 um 17:19 UTC](https://forum.shopware.com/t/bankverbindung-in-bestek/58500 "2019-03-11T17:19:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ing](https://avatars.discourse-cdn.com/v4/letter/i/90ced4/32.png) [@Ing](https://forum.shopware.com/u/Ing)
#### Post date: [11. März 2019 um 17:19 UTC](https://forum.shopware.com/t/bankverbindung-in-bestek/58500/1 "2019-03-11T17:19:08Z")

</div>

Hallo,

ich weis, es gibt schon Threads zu diesem Thema, nur deren Lösung greift bei mir irgendwie nicht…

Ich habe folgenden Code in der E-Mail Vorlage sOrder:

```
Hallo {$billingaddress.salutation|salutation} {$billingaddress.lastname},

vielen Dank für Ihre Bestellung im {config name=shopName} (Nummer: {$sOrderNumber}) am {$sOrderDay} um {$sOrderTime}.
Informationen zu Ihrer Bestellung:

Pos. Art.Nr. Beschreibung Menge Preis Summe
{foreach item=details key=position from=$sOrderDetails}
{{$position+1}|fill:4} {$details.ordernumber|fill:20} {$details.articlename|fill:49} {$details.quantity|fill:6} {$details.price|padding:8|currency|unescape:"htmlall"} {$details.amount|padding:8|currency|unescape:"htmlall"}
{/foreach}

Versandkosten: {$sShippingCosts|currency|unescape:"htmlall"}
Gesamtkosten Netto: {$sAmountNet|currency|unescape:"htmlall"}
{if !$sNet}
{foreach $sTaxRates as $rate => $value}
zzgl. {$rate|number_format:0}% MwSt. {$value|currency|unescape:"htmlall"}
{/foreach}
Gesamtkosten Brutto: {$sAmount|currency|unescape:"htmlall"}
{/if}

Gewählte Zahlungsart: {$additional.payment.description}
{include file="string:`$additional.payment.additionaldescription`"}
{if $additional.payment.name == "debit"}
Ihre Bankverbindung:
Kontonr: {$sPaymentTable.account}
BLZ: {$sPaymentTable.bankcode}
Institut: {$sPaymentTable.bankname}
Kontoinhaber: {$sPaymentTable.bankholder}

Wir ziehen den Betrag in den nächsten Tagen von Ihrem Konto ein.
{/if}

 {if $additional.payment.name == "prepayment"}
   Unsere Bankverbindung:

    {config name=bankAccount}
Bitte geben Sie als Verwendungszweck Ihre Bestell-Nummer an.

    {/if}

Gewählte Versandart: {$sDispatch.name}
{$sDispatch.description}

{if $sComment}
Ihr Kommentar:
{$sComment}
{/if}

Rechnungsadresse:
{$billingaddress.company}
{$billingaddress.firstname} {$billingaddress.lastname}
{$billingaddress.street} {$billingaddress.streetnumber}
{if {config name=showZipBeforeCity}}{$billingaddress.zipcode} {$billingaddress.city}{else}{$billingaddress.city} {$billingaddress.zipcode}{/if}

{$additional.country.countryname}

Lieferadresse:
{$shippingaddress.company}
{$shippingaddress.firstname} {$shippingaddress.lastname}
{$shippingaddress.street} {$shippingaddress.streetnumber}
{if {config name=showZipBeforeCity}}{$shippingaddress.zipcode} {$shippingaddress.city}{else}{$shippingaddress.city} {$shippingaddress.zipcode}{/if}

{$additional.countryShipping.countryname}

{if $billingaddress.ustid}
Ihre Umsatzsteuer-ID: {$billingaddress.ustid}
Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland
bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.
{/if}

Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.

{include file="string:{config name=emailfooterplain}"}

```

Normalerweise sollte folgender Code das Problem lösen:

```
 {if $additional.payment.name == "prepayment"}
   Unsere Bankverbindung:

    {config name=bankAccount}
Bitte geben Sie als Verwendungszweck Ihre Bestell-Nummer an.

    {/if}

```

&nbsp;

Jedoch scheint dies nicht zu greifen…

Das ist das Resultat, welches ich bekomme:

&nbsp;

 ![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/6/6be16367ccbd6a134d22221ded29827b51cceb48.png)

Unsere Bankverbindung wird immer noch falsch angezeigt…

Ich habe den Cache mindestens 10 mal gelöscht und auch mehrmals gespeichert…

Wo liegt hier der Hund begraben?

&nbsp;

Lg und Danke.

&nbsp;

Andreas

&nbsp;

&nbsp;

&nbsp;

---

<div class="post-metadata">

### Author: ![AndreHerking](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/andreherking/32/7839_2.png) [@AndreHerking](https://forum.shopware.com/u/AndreHerking)
#### Post date: [11. März 2019 um 17:28 UTC](https://forum.shopware.com/t/bankverbindung-in-bestek/58500/2 "2019-03-11T17:28:05Z")

</div>

Du änderst die Plaintext-Vorlage und nicht die HTML - deshalb wird es nicht übernommen. Oben das Tab HTML anklicken und dort die passende Stelle editieren.

LG Andre

---

<div class="post-metadata">

### Author: ![Ing](https://avatars.discourse-cdn.com/v4/letter/i/90ced4/32.png) [@Ing](https://forum.shopware.com/u/Ing)
#### Post date: [11. März 2019 um 20:23 UTC](https://forum.shopware.com/t/bankverbindung-in-bestek/58500/3 "2019-03-11T20:23:00Z")

</div>

> [@AndreHerking schrieb:](https://forum.shopware.com/profile/23413/AndreHerking "AndreHerking")
> 
> Du änderst die Plaintext-Vorlage und nicht die HTML - deshalb wird es nicht übernommen. Oben das Tab HTML anklicken und dort die passende Stelle editieren.
> 
> LG Andre

&nbsp;

Super, hat funktioniert…

Manchmal sehe ich den Wald vor lauter Bäumen nicht mehr.

Danke!&nbsp;
