Prosharp M51
Tek bir sonuç gösteriliyor
- Şerit Testere
Prosharp Genel Kullanım Bi-Metal M51 Ş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.30": ["3/4", "2/3", "1.4/2", "1/1.3"], "67x1.60": ["2/3", "1.4/2", "1/1.3", "0.75/1.25"], "80x1.60": ["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; } }.panel-seo-footer { margin-top: 15px; padding: 15px; background-color: #f9f9f9; border-left: 4px solid #fed700; /* Paneldeki sarı tonuyla uyumlu */ border-radius: 4px; font-family: 'Open Sans', sans-serif; } .panel-seo-footer p { margin: 0; font-size: 13px; line-height: 1.6; color: #333e48; } .panel-seo-footer strong { color: #042f5e; /* Rehber başlığındaki lacivert tonu */ } .rehber-link-text { color: #d31e2a; font-weight: 700; text-decoration: underline; cursor: pointer; } @media (max-width: 768px) { .panel-seo-footer p { font-size: 12px; } }SKU: 41824-PGM51

