Wikus Marathon 3000
Tek bir sonuç gösteriliyor
- Şerit Testere
Wikus Marathon X3000 Bi-Metal Şerit Testere
// PHP riskini ortadan kaldırmak için değerleri sabitliyoruz (Sistem arka planda PHP ile bunu ezer) const KUR = 52; // Örnek kur, sistem arka planda PHP ile bunu ezer.
function HatveGuncelle() { const olcu = document.getElementById("OlcuM42").value; const hatveSelect = document.getElementById("HatveM42"); hatveSelect.innerHTML = 'Seçiniz…';
const hatveler = { "27x0.90": ["8/12", "6/10", "5/8", "4/6"], "34x1.10": ["8/12", "5/8", "4/6", "3/4"], "41x1.30": ["4/6", "3/4", "2/3", "1.4/2"], "54x1.60": ["3/4", "2/3", "1.4/2", "1/1.3"], "67x1.60": ["2/3", "1.4/2", "1/1.3", "0.75/1.25"], };
if (hatveler[olcu]) { hatveler[olcu].forEach(h => { let opt = document.createElement("option"); opt.value = h; opt.textContent = h; hatveSelect.appendChild(opt); }); } }
function Hesapla() { const olcuSelect = document.getElementById("OlcuM42"); const selectedOpt = olcuSelect.options[olcuSelect.selectedIndex]; const uzunluk = parseFloat(document.getElementById("UzunlukM42").value) || 0; const adet = parseInt(document.getElementById("AdetM42").value) || 1;
if (selectedOpt.value && uzunluk > 0) { const birimFiyat = parseFloat(selectedOpt.getAttribute("data-fiyat")); const kaynakUcreti = parseFloat(selectedOpt.getAttribute("data-kaynak")); const birimToplam = (birimFiyat * uzunluk + kaynakUcreti); const genelToplam = birimToplam * adet;
document.getElementById("ResultM42").innerText = genelToplam.toLocaleString('tr-TR', {minimumFractionDigits: 2}) + " TL";
// Teknik alanları doldur document.getElementById("CustomPriceInput").value = birimToplam.toFixed(2); document.getElementById("BladeLengthInput").value = uzunluk; document.getElementById("BladeOlcuInput").value = selectedOpt.value; document.getElementById("BladeHatveInput").value = document.getElementById("HatveM42").value; } else { document.getElementById("ResultM42").innerText = "0,00 TL"; } }
@media screen and (max-width: 767px) { .m42-flex-container { display: block !important; } #CalculatorPanel { width: 100% !important; } #PromoImage { width: 97% !important; margin: 10px auto !important; } }SKU: 41868-WMM51

