document.addEventListener("DOMContentLoaded", function() {
let klantGroep = "test"; // Hier haal je de klantgroep op
if (klantGroep === "test") {
// Zoek alle links binnen 'Producten'
const links = document.querySelectorAll("a[href*='/producten/bionut/']");
links.forEach(function(link) {
link.style.display = "none"; // Verberg de link
});
}
});
Please accept cookies to help us improve this website Is this OK?
YesNoMore on cookies »