X
X
X
X

Knowledge Base

HomepageKnowledge Base

Welcome to Knowledgebase

Most Popular Topics

Android Telefona Site Uzantılı IMAP E-mail Hesabı Kurulumu - (588 times viewed / 0 people found it helpful)
Android Telefona Site Uzantılı POP3 E-mail Hesabı Kurulumu - (684 times viewed / 1 people found it helpful)
İphone Telefon POP E-mail Hesabı Kurulumu - (537 times viewed / 6 people found it helpful)
İphone Telefon IMAP E-mail Hesabı Kurulumu - (588 times viewed / 4 people found it helpful)
Mozilla Thunderbird, IMAP Kurulumu - (519 times viewed / 2 people found it helpful)
Mozilla Thunderbird, Yandex mail kurulumu - (4174 times viewed / 2 people found it helpful)
Mozilla Thunderbird, kurulumu - (3900 times viewed / 3 people found it helpful)
web site uzantılı maili Gmail Hesabına bağlama - (16824 times viewed / 1 people found it helpful)
Outlook 2010 E-posta Kurulumu - (11578 times viewed / 161 people found it helpful)
Temel Linux SSH Komutları - (21237 times viewed / 159 people found it helpful)

siparis ekrani // Özel alanları otomatik doldur document.addEventListener('DOMContentLoaded', function() { const urlParams = new URLSearchParams(window.location.search); const productCode = urlParams.get('product_code') || urlParams.get('urun_kodu'); const productName = urlParams.get('product_name') || urlParams.get('urun_adi'); const productImage = urlParams.get('product_image') || urlParams.get('urun_resmi'); // Notlar alanını bul ve doldur const notesField = document.querySelector('textarea[name="notes"]') || document.querySelector('textarea[name="order_notes"]') || document.querySelector('textarea#notes'); if (notesField && (productCode || productName)) { let noteText = '=== ÜRÜN BİLGİSİ ===\n'; if (productName) noteText += 'Ürün: ' + decodeURIComponent(productName) + '\n'; if (productCode) noteText += 'Kod: ' + productCode + '\n'; if (productImage) noteText += 'Resim: ' + decodeURIComponent(productImage) + '\n'; noteText += '=================='; notesField.value = noteText; notesField.style.background = '#f0f9ff'; notesField.style.borderLeft = '4px solid #3b82f6'; console.log('✅ Notlar alanı dolduruldu'); } }); Top