Log in or
Create an Account
Sign In
World's Largest Online Hose and Fitting Shop
Build a Hose
Shop By Category
Hose
Hose End
Fitting
Tubing
Clamp
Coupler
Valve
Monitor
Pneumatic
Seal
DOT Trucking
Dixon Valve
BVA Hydraulics
Interchanges
Quick Links
Home
Quick Links
Dixon King Crimp
Useful Links
Technical Info
Build A Hose
Account Information
Sign in!
Create an Account
Have Questions?
Call the Hose Guru
(260) 426-4673
Home
Technical
Build A Hose
Create an Account
Sign in!
Hose
Hose End
Fitting
Tubing
Clamp
Coupler
Valve
Monitor
Pneumatic
Seal
DOT Trucking
Dixon Valve
BVA Hydraulics
Interchanges
HF2200P
LL DIN Metric Banjo
Type A
HF1223P
3/8 inch & 1/2 inch Hose
Automatic SS
HF1202P
HF208P
Type F
HF209LBH
HF211P
HF2205P
359-95
HF1B243 BSPP 90°
HF218P-S
Contact Us
Frequently Asked Questions
Add to Favorites
Accessibility Policy
document.addEventListener("DOMContentLoaded", function() { const consentPop = document.getElementById("cookie-consent"); const acceptButton = document.getElementById("accept-cookies"); const denyButton = document.getElementById("deny-cookies"); function disableScripts() { document.querySelectorAll('script[cookie-data="true"]').forEach(script => { script.type = "text/plain"; }); } function enableScripts() { document.querySelectorAll('script[type="text/plain"][cookie-data="true"]').forEach(script => { const gtagScript = document.createElement("script"); gtagScript.textContent = ` (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WT9D2ZH'); console.log('Google Tag Manager Loaded'); `; document.body.appendChild(gtagScript); }); } function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); const expires = "expires=" + date.toUTCString(); document.cookie = name + "=" + value + ";" + expires + ";path=/"; } function getCookie(name) { const nameEQ = name + "="; const cookiesArray = document.cookie.split(';'); for (let i = 0; i < cookiesArray.length; i++) { let cookie = cookiesArray[i]; while (cookie.charAt(0) === ' ') cookie = cookie.substring(1, cookie.length); if (cookie.indexOf(nameEQ) === 0) return cookie.substring(nameEQ.length, cookie.length); } return null; } const cookieConsent = getCookie("trackingAccept"); if (cookieConsent === "accepted") { //enableScripts(); consentPop.remove(); } else if (cookieConsent === "denied") { disableScripts(); } else { consentPop.style.display = "flex"; } acceptButton.addEventListener("click", function() { setCookie("trackingAccept", "accepted", 365); //enableScripts(); consentPop.remove(); consentPop.style.display = "none"; }); denyButton.addEventListener("click", function() { setCookie("trackingAccept", "denied", 365); consentPop.style.display = "none"; disableScripts(); consentPop.style.opacity = 0; }); if (!cookieConsent) { // disableScripts(); } });