Gläserkorb, DA043000

DA043000, Gläserkorb

const infoBtn = document.getElementById("info-btn"); const infoBox = document.getElementById("info-box"); const close = document.getElementById("close"); const grayout = document.getElementById("grayout"); const contactBtn = document.getElementById("contact-btn"); function openInfoBox() { infoBox.style.display = "block"; grayout.style.display= "block"; } function closeInfoBox() { infoBox.style.display = "none"; grayout.style.display= "none"; } function goToContact(){ window.open("/mein-konto"); } infoBtn.addEventListener("click", openInfoBox); close.addEventListener("click", closeInfoBox); contactBtn.addEventListener("click", goToContact);

console.log(window.location.href); $(document).ready(function() { // Hide the form in the first place $( ".form-holder" ).css('display', 'none') if (window.location.href.includes("kuechenfachmarkt-shop")) { // Hide the Button for cart&&additional elements $(".hideme").hide() // Change price to "Auf Anfrage" //$('.widget-item-price').html('
Preis auf Anfrage Testing
') $('#questionBtn').on('click', function(){ $( ".form-holder" ).toggle(); let title = $('.title-outer H1').text() $('#Betreff').val(title) $('#Betreff').prop('readonly', true) }) } });
const infoBtn = document.getElementById("info-btn"); const infoBox = document.getElementById("info-box"); const close = document.getElementById("close"); const grayout = document.getElementById("grayout"); const contactBtn = document.getElementById("contact-btn"); function openInfoBox() { infoBox.style.display = "block"; grayout.style.display= "block"; } function closeInfoBox() { infoBox.style.display = "none"; grayout.style.display= "none"; } function goToContact(){ window.open("/contact"); } infoBtn.addEventListener("click", openInfoBox); close.addEventListener("click", closeInfoBox); contactBtn.addEventListener("click", goToContact);


$(document).ready(()=>{ waitForElementToDisplay('.option-container button[data-toggle="modal"]',40,200,loadModalContent); }); function waitForElementToDisplay(selector,time,tries,callFunc) { if(document.querySelector(selector) !== null) { callFunc(); } else { if(tries >= 1){ setTimeout(function() { waitForElementToDisplay(selector, time,tries-1,callFunc); }, time); }else{ return; } } } function loadModalContent(){ $('.option-container button[data-toggle="modal"]').click(function(){ $("#option-info-label").text($(this).attr("data-title")); $("#option-info-content").html('
'); $("#option-info-content").load('https://www.kuechenfachmarkt-shop.de/mcontent #' + $(this).attr("data-id"),function( response, status, xhr ) { if ( status == "error" ) { $( "#option-info-content" ).html( "Die Information konnte leider nicht geladen werden. Dafür entschuldigen wir uns! Bitte informieren Sie den Betreiber telefonsich unter 05021-8942642 oder per Mail unter info@kuechenfachmarkt-shop.de"); } }); console.log($(this).attr("data-id")); }); }

Gläserkorb, DA043000

Bietet sichere Positionierung für bis zu vier langstielige Gläser während des Spülvorgangs und sorgt für ein optimales Reinigungsergebnis. Zur Platzierung im Unterkorb. weitere Details Bietet sichere Positionierung für bis zu vier langstielige Gläser während des Spülvorgangs und sorgt für ein optimales Reinigungsergebnis. Zur Platzierung im Unterkorb.

Alle Preise inkl. MwSt., zzgl. Versandkosten