Add payment page and update order button to link to it

This commit is contained in:
vista-man
2025-02-19 11:37:05 +01:00
parent d339b554bb
commit 949ab2637c
2 changed files with 15 additions and 1 deletions

View File

@@ -53,7 +53,9 @@
<!-- Winkelmandje items worden hier dynamisch toegevoegd -->
</ul>
<p>Totaal: €<span id="total-price">0.00</span></p>
<button id="order-button">Bestellen</button>
<a href="betalen.html">
<button id="order-button">Bestellen</button>
</a>
</div>
<!-- Winkelwagen icoon -->