Interstate McBee là một thương hiệu nổi bật trong ngành sản xuất phụ tùng ô tô và công nghiệp. Với hơn 70 năm lịch sử, công ty này chuyên cung cấp các bộ phận và dịch vụ cho các ứng dụng công nghiệp và ô tô, đặc biệt là cho các động cơ, máy móc và hệ thống điện. Interstate McBee nổi bật với các giải pháp tiết kiệm chi phí và dịch vụ khách hàng chất lượng cao, đáp ứng nhu cầu của các khách hàng trong nhiều lĩnh vực khác nhau.

No products were found matching your selection.

document.addEventListener("DOMContentLoaded", function () { const btn = document.querySelector(".nut2 a"); if (!btn) return; // ===== LẤY BRAND TỪ ẢNH ===== const brandImg = document.querySelector(".product-brand img"); if (!brandImg || !brandImg.alt) return; const brand = brandImg.alt.toLowerCase(); // ===== LẤY TÊN SẢN PHẨM ===== const titleEl = document.querySelector("h1.product-title, h1.entry-title"); if (!titleEl) return; const name = titleEl.innerText.trim().toLowerCase(); const nameNoSpace = name.replace(/\s+/g, ''); const nameSlug = name.replace(/\s+/g, '-'); let url = "#"; if (brand.includes("fleetguard")) { url = "https://www.fleetguard.com/fr/product/" + nameSlug; } else if (brand.includes("mann")) { // w-962-1 → w962/1 const code = nameNoSpace.replace('-', ''); url = "https://www.mann-filter.com/vn-vi/catalog/search-results/product.html/" + code + "_mann-filter.html"; } else if (brand.includes("wix")) { url = "https://www.wixfilters.com/vi-vn/catalog/results/product.html/" + nameNoSpace + "_wix.html"; } btn.href = url; btn.target = "_blank"; });