Wikus Profil
Tek bir sonuç gösteriliyor
- Şerit Testere
Wikus Profilex M42 Bi-Metal Şerit Testere
// PROFIL MODELLERININ DIS LISTESI const PROFIL_DATA = { "13x0.65": ["8/11", "10/14"], "13x0.90": ["8/11", "9/11", "10/14"], "20x0.90": ["5/7", "5/8", "6/10", "8/11", "9/11", "8/12", "10/14"], "27x0.90": ["3/4", "4/6", "5/7", "5/8", "6/10", "8/12", "10/14"], "34x1.10": ["2/3", "3/4", "4/6", "5/7", "5/8", "6/10"], "41x1.30": ["2/3", "3/4", "4/6", "5/7"], "54x1.30": ["2/3", "3/4", "4/6"], "67x1.60": ["2/3", "1.4/2"], "80x1.60": ["1.4/2"] };
function HatveGuncelle() { var olcu = document.getElementById("OlcuM42").value; var hatveSelect = document.getElementById("HatveM42"); if(!hatveSelect) return;
hatveSelect.innerHTML = 'Seçiniz…';
if (PROFIL_DATA[olcu]) { PROFIL_DATA[olcu].forEach(function(h) { var opt = document.createElement("option"); opt.value = h; opt.textContent = h; hatveSelect.appendChild(opt); }); } }
function Hesapla() { var s = document.getElementById("OlcuM42"); var opt = s.options[s.selectedIndex]; var u = parseFloat(document.getElementById("UzunlukM42").value) || 0; var a = parseInt(document.getElementById("AdetM42").value) || 1; var kur = (typeof KUR !== 'undefined') ? KUR : 52.00; // functions.php'den gelen KUR değişkeni
if (opt.value && u > 0) { var f = parseFloat(opt.getAttribute("data-fiyat")) || 0; var k = parseFloat(opt.getAttribute("data-kaynak")) || 0;
var birimTL = ((f * u) + k) * kur; var toplamTL = birimTL * a;
document.getElementById("ResultM42").innerText = toplamTL.toLocaleString('tr-TR', {minimumFractionDigits: 2, maximumFractionDigits: 2}) + " TL";
if(document.getElementById("CustomPriceInput")) document.getElementById("CustomPriceInput").value = birimTL.toFixed(4); if(document.getElementById("BladeLengthInput")) document.getElementById("BladeLengthInput").value = u; if(document.getElementById("BladeOlcuInput")) document.getElementById("BladeOlcuInput").value = opt.value; if(document.getElementById("BladeHatveInput")) document.getElementById("BladeHatveInput").value = document.getElementById("HatveM42").value; } else { document.getElementById("ResultM42").innerText = "0,00 TL"; } }
SKU: 41868-WPM42

