diff --git a/website/cart.js b/website/cart.js index f936961..7048aac 100644 --- a/website/cart.js +++ b/website/cart.js @@ -56,9 +56,3 @@ function closeModal() { document.getElementById('modal').style.display = 'none'; } -let cartCount = 0; - -function addToCart() { - cartCount++; - document.querySelector('.cart-count').textContent = cartCount; -} diff --git a/website/index.html b/website/index.html index 5c2d5ab..a6d946a 100644 --- a/website/index.html +++ b/website/index.html @@ -69,24 +69,6 @@ 0 - -
-
-

Product 1

-

Prijs: €10

- -
-
-

Product 2

-

Prijs: €15

- -
-
-

Product 3

-

Prijs: €20

- -
-