This commit is contained in:
vista-man
2025-02-20 11:30:06 +01:00
2 changed files with 32 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" >Bestellen</button>
</a>
@@ -64,6 +65,9 @@
<span id="cart-count" class="cart-count">0</span> <!-- Aantal producten -->
</div>
<!-- Language switcher -->
<div id="language-switcher" class="language-switcher">EN</div>
<script src="script.js"></script>
</body>