total price
This commit is contained in:
parent
923b575bc1
commit
0617973c47
3 changed files with 34 additions and 1 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue