Categories

Browse Categories

Emission Components for 1985 Ford E-150 Econoline

Part # / Description / Price
Price
Pump Assembly - Exhaust A
Ford Ford
Notes: PARTS: Order by description.
Description: Federal. Stamped #e1te 9a486-d1a,d2a. F250 pick-up. 7.5l. F350. 7.5l. E100-350 vans. 7.5l.
Pump Assembly Exhaust Air
Ford Ford
Notes: PARTS: Order by description.
/* ========================================= OVERSIZED SHIPPING QUOTE WARNING Shows warning when shipping = $9,999.99 CAD ========================================= */ (function () { function checkOversizedShipping() { const shippingValue = document.querySelector( '.shipping-quote.display-quote .order-summary-value' ); if (!shippingValue) return; const shippingText = shippingValue.textContent .replace(/\s/g, '') .toLowerCase(); const isOversized = shippingText.includes('$9,999.99') || shippingText.includes('$9,999'); let warning = document.getElementById('oversized-shipping-warning'); if (isOversized) { if (!warning) { warning = document.createElement('div'); warning.id = 'oversized-shipping-warning'; warning.innerHTML = ` Oversized Item Shipping There are oversized items in your cart. Please contact us to provide an accurate shipping quote. `; const shippingRow = shippingValue.closest('.order-summary-row'); if (shippingRow) { shippingRow.insertAdjacentElement('afterend', warning); } } } else { if (warning) { warning.remove(); } } } /* Check immediately */ checkOversizedShipping(); /* Shipping quote can populate/change after page load */ const observer = new MutationObserver(function () { checkOversizedShipping(); }); observer.observe(document.body, { childList: true, subtree: true, characterData: true }); })();