Bezahlung Optionen, PLZ Suche

This commit is contained in:
Robert Jagtiani
2025-01-27 22:19:05 +01:00
parent a89b523d15
commit e41448cfc0
8 changed files with 73 additions and 47 deletions

View File

@@ -202,9 +202,11 @@
<div><b>Preis inkl. MwSt.</b>
</div><div>:</div><div class="text-right"><b>{price.toFixed(2) + " €"}</b></div>
</div>
<div class="zeile betrag mt-4">
<div class="zeile betrag mt-4 items-center">
<div><b>Bezahlmethode</b>
</div><div>:</div><div class="text-left"><b>{selectedPaymentType}</b></div>
</div><div>:</div><div class="justify-self-end">
<img src="images/{selectedPaymentType}.png" alt="{selectedPaymentType}" />
</div>
</div>
</div>