# In welcher tpl kann ich den Button "Warenkorb" verändern?

**URL:** https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537
**Category:** Themes & Design
**Created:** [17. Januar 2019 um 16:32 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537 "2019-01-17T16:32:41Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![grafikbotschaft](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@grafikbotschaft](https://forum.shopware.com/u/grafikbotschaft)
#### Post date: [17. Januar 2019 um 16:32 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/1 "2019-01-17T16:32:41Z")

</div>

&nbsp;

Ich möchte ein anderes Icon hinterlegen sowie den Text “Ihre Anfrage” statt der Euroanzeige!&nbsp;

&nbsp;

![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/9/99eff3522fc7bbe2f456abec6654063318d9860f.jpeg)

---

<div class="post-metadata">

### Author: ![langnickel](https://avatars.discourse-cdn.com/v4/letter/l/3ec8ea/32.png) [@langnickel](https://forum.shopware.com/u/langnickel)
#### Post date: [17. Januar 2019 um 16:36 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/2 "2019-01-17T16:36:11Z")

</div>

Den Block den du suchst heißt “frontend\_index\_checkout\_actions\_cart” und befindet sich in frontend/widgets/checkout/info.tpl Den Block kannst du mit einem Plugin/Theme überschreiben. Leider gibt es kein Textbaustein an der Stelle

---

<div class="post-metadata">

### Author: ![grafikbotschaft](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@grafikbotschaft](https://forum.shopware.com/u/grafikbotschaft)
#### Post date: [17. Januar 2019 um 16:55 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/3 "2019-01-17T16:55:03Z")

</div>

super hat geklappt !!!&nbsp;  
Einfach die info.tpl wie oben beschrieben so anpassen:&nbsp;

Also gewünschtes icon hinterlegen und einen eigenen Texbaustein anlegen !! Fertig.

&nbsp;

{extends file=“parent:widgets/checkout/info.tpl”}

{\* Warenkorb Button anpassen / Ohne Euro und anderes Icon \*}  
{\* Cart entry \*}  
{block name=“frontend\_index\_checkout\_actions\_cart”}  
&nbsp; &nbsp;

- 

&nbsp; &nbsp; &nbsp; &nbsp; [  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $sUserLoggedIn}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {s name=‘IndexLinkCheckout’ namespace=‘frontend/index/checkout\_actions’}{/s}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {else}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {s namespace=‘frontend/index/checkout\_actions’ name=‘IndexLinkCart’}{/s}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/if}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {$sBasketQuantity}

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {s name=“checkout\_price” namespace=“widgets/emotion/checkout\_info”}{/s}  
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  
&nbsp; &nbsp; &nbsp; &nbsp;

]({url controller=‘checkout’ action=‘cart’} “{”)  
&nbsp; &nbsp; &nbsp; &nbsp;  
&nbsp;

&nbsp; &nbsp;

{/block}  
&nbsp;

---

<div class="post-metadata">

### Author: ![grafikbotschaft](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@grafikbotschaft](https://forum.shopware.com/u/grafikbotschaft)
#### Post date: [17. Januar 2019 um 17:05 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/4 "2019-01-17T17:05:38Z")

</div>

![](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/2X/e/e274ae5eee81eefcebaf8fa583fe801994b61bad.jpeg)

---

<div class="post-metadata">

### Author: ![sschreier](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/sschreier/32/23296_2.png) [@sschreier](https://forum.shopware.com/u/sschreier)
#### Post date: [17. Januar 2019 um 17:16 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/5 "2019-01-17T17:16:09Z")

</div>

Hallo,

das ganze hast du doch aber auch hoffentlich in einem **eigenen** Theme, das vom Responsive Theme ableitet, updatesicher hinterlegt, oder (siehe: [Getting started with Shopware templating](https://developers.shopware.com/designers-guide/getting-started/#template-inheritance) )? Sonst wird die Änderung beim nächsten Update sofort wieder automatisch überschrieben.

Grüße

Sebastian

---

<div class="post-metadata">

### Author: ![grafikbotschaft](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@grafikbotschaft](https://forum.shopware.com/u/grafikbotschaft)
#### Post date: [17. Januar 2019 um 17:20 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/6 "2019-01-17T17:20:24Z")

</div>

Aber selbstverständlich!&nbsp;

Schön brav wie ich es in Münster gelern habe !!!&nbsp;

---

<div class="post-metadata">

### Author: ![sschreier](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/sschreier/32/23296_2.png) [@sschreier](https://forum.shopware.com/u/sschreier)
#### Post date: [17. Januar 2019 um 17:39 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/7 "2019-01-17T17:39:18Z")

</div>

Hallo,

dein Code von oben sieht halt eben nicht danach aus (deshalb würde ich niemanden empfehlen, den Code oben 1 zu 1 zu kopieren), da dort auch der extends - Befehl beispielsweise fehlt, deswegen mein Kommentar.

Grüße

Sebastian

---

<div class="post-metadata">

### Author: ![grafikbotschaft](https://avatars.discourse-cdn.com/v4/letter/g/ecccb3/32.png) [@grafikbotschaft](https://forum.shopware.com/u/grafikbotschaft)
#### Post date: [17. Januar 2019 um 17:49 UTC](https://forum.shopware.com/t/in-welcher-tpl-kann-ich-den-button-warenkorb-verandern/57537/8 "2019-01-17T17:49:14Z")

</div>

Hallo Sebastian, ja danke. Stimmt es gibt immer wieder einige, die das vergessen…

Daher habe ich meinen Eintrag oben entsprechend geändert. Falls jd sich mal der gleichen Sache bedienen möchte.&nbsp;
