total price

This commit is contained in:
bronku 2025-04-06 23:57:49 +02:00
parent 923b575bc1
commit 0617973c47
3 changed files with 34 additions and 1 deletions

View file

@ -52,7 +52,14 @@
<ul id="basket" class="scrollable">
</ul>
</div>
<button type="submit">Zapisz</button>
<div>
<label>
<small>Total:</small><br>
<p id="total-price">100PLN</p>
</label>
<button type="submit">Zapisz</button>
</div>
</div>
{{end}}
{{with .Catalogue}}