From deee7b873f21b2652bf5c7567137162bd3297f5f Mon Sep 17 00:00:00 2001 From: Dylanomz <527457@vistacollege.nl> Date: Thu, 13 Feb 2025 12:23:31 +0100 Subject: [PATCH] f --- website/cart.js | 6 ------ website/index.html | 18 ------------------ 2 files changed, 24 deletions(-) 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

- -
-