# Problem mit delivery\_informations in cart\_item.tpl

**URL:** https://forum.shopware.com/t/problem-mit-delivery-informations-in-cart-item-tpl/26865
**Category:** Shopware 3.5
**Tags:** themes--design
**Created:** [4. Mai 2015 um 17:09 UTC](https://forum.shopware.com/t/problem-mit-delivery-informations-in-cart-item-tpl/26865 "2015-05-04T17:09:48Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Dresha](https://avatars.discourse-cdn.com/v4/letter/d/a4c791/32.png) [@Dresha](https://forum.shopware.com/u/Dresha)
#### Post date: [4. Mai 2015 um 17:09 UTC](https://forum.shopware.com/t/problem-mit-delivery-informations-in-cart-item-tpl/26865/1 "2015-05-04T17:09:48Z")

</div>

Hi, ich hab eine Template die Lieferzeiten anders formatiert ausgibt. Das funktionert in der Artikelansicht. Aber im Warenkorb wird immer noch das ursprünglich angezeigt. Als Anzeigetemplate wird das Responsive Template von conexco verwendet mit einem eigenen Template. Muß ich da neben der deliver\_information.tpl noch andere tpls anpassen oder kopieren?

---

<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: [4. Mai 2015 um 17:33 UTC](https://forum.shopware.com/t/problem-mit-delivery-informations-in-cart-item-tpl/26865/2 "2015-05-04T17:33:13Z")

</div>

frontend/plugins/index/delivery\_informations.tpl Zeile 52 /checkout/cart\_item.tpl `{block name='frontend\_checkout\_cart\_item\_delivery\_informations'} {\*! Delivery informations \*} {if {config name=BasketShippingInfo}} {if $sBasketItem.shippinginfo} {include file="frontend/plugins/index/delivery\_informations.tpl" sArticle=$sBasketItem} {/if} {/if} {/block}`

---

<div class="post-metadata">

### Author: ![Dresha](https://avatars.discourse-cdn.com/v4/letter/d/a4c791/32.png) [@Dresha](https://forum.shopware.com/u/Dresha)
#### Post date: [4. Mai 2015 um 18:25 UTC](https://forum.shopware.com/t/problem-mit-delivery-informations-in-cart-item-tpl/26865/3 "2015-05-04T18:25:55Z")

</div>

Ich weiß das ist ja die gleiche Datei die auch im Artikel verwendet wird um die Leiferzeiten anzuzeigen. Oder kann das daran liegen das Basketitem nicht das Feld beinhaltet was der Artikel hat? Weil ich für das Formatieren eine Zusatzvariable im Artikel verwende.

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [4. Mai 2015 um 18:55 UTC](https://forum.shopware.com/t/problem-mit-delivery-informations-in-cart-item-tpl/26865/4 "2015-05-04T18:55:49Z")

</div>

Hallo, welches Feld verwendest du denn als zusätzliche Information? Manche Variablen heißen im Checkout anders, sodass du hier ggf. deine Ausgabe anpassen musst. Ich habe an anderer Stelle schonmal ein Beispiel für die Textbausteine gepostet: [administration-f55/lieferzeit-wird-nicht-ubernommen-t26580-10.html?hilit=Textbaustein#p117481](http://forum.shopware.com/administration-f55/lieferzeit-wird-nicht-ubernommen-t26580-10.html?hilit=Textbaustein#p117481) Die Attribute erreichst du bspw. über {$sBasketItem.additional\_details.attr5} Grüße Moritz

---

<div class="post-metadata">

### Author: ![Dresha](https://avatars.discourse-cdn.com/v4/letter/d/a4c791/32.png) [@Dresha](https://forum.shopware.com/u/Dresha)
#### Post date: [4. Mai 2015 um 19:04 UTC](https://forum.shopware.com/t/problem-mit-delivery-informations-in-cart-item-tpl/26865/5 "2015-05-04T19:04:20Z")

</div>

Hi, Danke das war die mir noch fehlende Information! Jetzt gehts weil ich einmal auf das $sArticle.attrX und zusätzlich noch auf $sArticle.additional\_details.attrX prüfe in der delivery\_informations.tpl
