# Checkout/Finish -  Variablen gesucht

**URL:** https://forum.shopware.com/t/checkout-finish-variablen-gesucht/45411
**Category:** Allgemein
**Created:** [25. April 2017 um 10:33 UTC](https://forum.shopware.com/t/checkout-finish-variablen-gesucht/45411 "2017-04-25T10:33:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![m23](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/m23/32/13275_2.png) [@m23](https://forum.shopware.com/u/m23)
#### Post date: [25. April 2017 um 10:33 UTC](https://forum.shopware.com/t/checkout-finish-variablen-gesucht/45411/1 "2017-04-25T10:33:00Z")

</div>

Hallo zusammen,

kann mir jemand helfen und sagen, wie ich folgende Variablen in der Bestellbestätigungseite (checkout/finish) ausgeben kann?

“order\_id”: " **ORDER\_ID**"

“email”: " **CUSTOMER\_EMAIL**"

“delivery\_country”: " **COUNTRY\_CODE**"

“estimated\_delivery\_date”: " **YYYY-MM-DD**"

Danke vorab!

---

<div class="post-metadata">

### Author: ![Patrick\_Stahl](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/patrick_stahl/32/7679_2.png) [@Patrick\_Stahl](https://forum.shopware.com/u/Patrick_Stahl)
#### Post date: [25. April 2017 um 12:28 UTC](https://forum.shopware.com/t/checkout-finish-variablen-gesucht/45411/2 "2017-04-25T12:28:16Z")

</div>

Hallo @m23‍,

so in Etwa könnte das im Smarty-Template aussehen:

```
 "order\_id": {$sOrderNumber} Bestellnummer oder {$sAddresses['billing']['orderID']} Bestell-ID "email": {$sUserData['additional']['user']['email']} "delivery\_country": {$sUserData['additional']['country']['countryiso']} 

```

Lediglich das Datum ist so nicht direkt verfügbar und müsste zunächst berechnet werden.  
Da ist mir jetzt jedenfalls keine schnelle Lösung eingefallen.

Vielleicht hilft dir das ja trotzdem ein bisschen weiter.

Gruß,  
Patrick&nbsp; ![Shopware](https://forum.shopware.com/plugins/CKEditor/plugins/smiley/images/shopware.png "Shopware")

---

<div class="post-metadata">

### Author: ![DavidH](https://avatars.discourse-cdn.com/v4/letter/d/a4c791/32.png) [@DavidH](https://forum.shopware.com/u/DavidH)
#### Post date: [25. April 2017 um 12:32 UTC](https://forum.shopware.com/t/checkout-finish-variablen-gesucht/45411/3 "2017-04-25T12:32:00Z")

</div>

Siehe hier:&nbsp;[https://forum.shopware.com/discussion/comment/193943#Comment\_193943](https://forum.shopware.com/discussion/comment/193943#Comment_193943)

LG  
David
