X
X
X
X

Knowledge Base

HomepageKnowledge BasecPanel/WHM

cPanel/WHM

cPanel' de birden fazla alan adını bir hosting üzerinden çalıştırmak (Addon Domain ve Park Domain) - (33473 times viewed / 158 people found it helpful)
Sınırsız Park Domain - (19437 times viewed / 158 people found it helpful)
cPanel'de dosyalara yazma izni vermek - (14479 times viewed / 163 people found it helpful)
Toplu Halde Mysql Karakter Setini Değiştirme - (20804 times viewed / 164 people found it helpful)
cPanel'de mod_deflate Etkinleştirme - (19858 times viewed / 156 people found it helpful)
WHM'de hosting paketi oluşturmak (Package) - (35985 times viewed / 199 people found it helpful)
1 2 3 4

cPanel ve WHM Panel ile ilgili dokümanlar, sorun çözümleri ve diğer bilgiler.

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