From dfc0bf6e1416dbf77c1ae9470a3e02a1dd472568 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 7 Apr 2022 20:07:54 +0200 Subject: [PATCH] Update --- src/routes/vstupenky.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/vstupenky.svelte b/src/routes/vstupenky.svelte index 10bd62d..a234857 100644 --- a/src/routes/vstupenky.svelte +++ b/src/routes/vstupenky.svelte @@ -188,14 +188,16 @@ {#each tipPercentages as tp} {/each} -
Jiná částka:
+
Jiná částka:
- Celkem: {totalPrice} Kč +
Shrnutí objednávky
+
{$orderTicketForm.count} x vstupenka za {defaultTicketPrice} Kč {#if tip} + dýško {tip} Kč{/if} = {totalPrice} Kč
+
Celkem k platbě: {totalPrice} Kč {#if $orderTicketForm.paymentMethod === 'btcpay'}(v BTC){/if}
- +