FP Diesel là thương hiệu chuyên cung cấp phụ tùng và giải pháp cho động cơ diesel công nghiệp, xe tải và máy móc hạng nặng. Các sản phẩm FP Diesel được thiết kế theo tiêu chuẩn chất lượng cao, đảm bảo độ bền, khả năng tương thích và hiệu suất ổn định, giúp duy trì hoạt động tin cậy và kéo dài tuổi thọ động cơ trong các điều kiện vận hành khắc nghiệt.

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"; });