Producten

Ontdek ons diverse assortiment op de productenpagina van De Monchy. Navigeer eenvoudig door productgroepen of gebruik de zoekbalk voor specifieke items.
Automotive
Bouw & Constructie
Lijmen en kitten
Marine & Protective Coatings
Verpakkingen

Automotive

We zijn er trots op dat we een gevarieerd assortiment hoogwaardige ingrediënten en oplossingen bieden die een cruciale rol spelen in de evolutie van de auto-industrie. Als uw vertrouwde partner zetten we ons in om uw inspanningen voor de auto-industrie te ondersteunen met innovatie, precisie en uitmuntendheid.

Lees meer
document.addEventListener("DOMContentLoaded", function () { window.nextStep = function(step){ if(step === 1){ if(!document.getElementById("industry").value){ alert("Please select an industry"); return; } document.getElementById("step-1").style.display = "none"; document.getElementById("step-2").style.display = "block"; } if(step === 2){ if(!document.getElementById("goal").value){ alert("Please select a goal"); return; } document.getElementById("step-2").style.display = "none"; document.getElementById("step-3").style.display = "block"; } }; window.finishFunnel = function(){ const industry = document.getElementById("industry").value; const goal = document.getElementById("goal").value; const existing = document.getElementById("existing").value; let redirectUrl = "/contact"; if(industry === "cosmetics") redirectUrl = "/cosmetics"; if(industry === "food") redirectUrl = "/food"; if(industry === "agriculture") redirectUrl = "/agriculture"; if(industry === "industrial") redirectUrl = "/industrial"; if(existing === "yes") redirectUrl += "?type=cross-sell"; window.location.href = redirectUrl; }; });