# Button-Lösung und Grundpreise - Die ultimative Lösung!

**URL:** https://forum.shopware.com/t/button-losung-und-grundpreise-die-ultimative-losung/8123
**Category:** Shopware 3.5
**Tags:** administration
**Created:** [23. August 2012 um 12:37 UTC](https://forum.shopware.com/t/button-losung-und-grundpreise-die-ultimative-losung/8123 "2012-08-23T12:37:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![shopwareuser2011](https://avatars.discourse-cdn.com/v4/letter/s/df788c/32.png) [@shopwareuser2011](https://forum.shopware.com/u/shopwareuser2011)
#### Post date: [23. August 2012 um 12:37 UTC](https://forum.shopware.com/t/button-losung-und-grundpreise-die-ultimative-losung/8123/1 "2012-08-23T12:37:54Z")

</div>

Hallo Community! Ich habe es eben geschafft die ultimative Lösung zu erstellen um die Grundpreise direkt unter dem Stückpreis anzugeben… hierbei löscht bitte das Grundpreis-if im Plugin direkt raus… Dann in der Datei: /engine/Shopware/Plugins/Community/Frontend/SwagButtonSolution/Views/frontend/checkout/confirm\_item.tpl folgendes in diesem Block einfügen (das fette): {block name=‘frontend\_checkout\_cart\_item\_details\_inline’}

{s name=‘CheckoutItemPrice’}{/s} {$sBasketItem.price|currency} {s name=“Star” namespace=“frontend/listing/box\_article”}{/s}   
{if $sBasketItem.additional\_details.referenceprice}Grundpreis {$sBasketItem.additional\_details.referenceunit}{$sBasketItem.additional\_details.sUnit.unit} = {$sBasketItem.additional\_details.referenceprice|currency}\*{/if}

Danach habt ihr den Grundpreis direkt unterm Stückpreis und alles ist rechtlich supi! WICHTIG: Ihr müsst bei Artikeln ohne Grundpreis, also z.B. wo vorher “1 Set” stand im Artikeldetail eine “0” angeben… sonst steht dann Grundpreis 0 da… LG, Tom

---

<div class="post-metadata">

### Author: ![unisono](https://avatars.discourse-cdn.com/v4/letter/u/a3d4f5/32.png) [@unisono](https://forum.shopware.com/u/unisono)
#### Post date: [29. September 2012 um 21:07 UTC](https://forum.shopware.com/t/button-losung-und-grundpreise-die-ultimative-losung/8123/2 "2012-09-29T21:07:20Z")

</div>

Wie sieht das ganze optisch aus bzw. ist Deine Lösung live?
