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

12
website/betalen.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Betaalpagina Mees</title>
<link rel="icon" href="media/favicon.ico" type="image/x-icon">
</head>
<body>
<h1></h1>
</body>
</html>

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 -->