This commit is contained in:
cowboykipnugget
2025-02-20 11:29:09 +01:00
parent 3ee459afe7
commit 3b2900cf77
2 changed files with 30 additions and 22 deletions

View File

@@ -52,7 +52,8 @@
<ul id="cart-items">
<!-- Winkelmandje items worden hier dynamisch toegevoegd -->
</ul>
<p>Totaal: €<span id="total-price">0.00</span></p>
<p><span data-translate="Totaal">Totaal</span>: €<span id="total-price">0.00</span></p>
<a href="betalen.html">
<button id="order-button" data-translate="Bestellen">Bestellen</button>
</a>
@@ -66,6 +67,7 @@
<!-- Language switcher -->
<div id="language-switcher" class="language-switcher">EN</div>
<script src="script.js"></script>
</body>