X

Lütfen Ülke (Bölge) Seçiniz

Türkiye (Türkçe)Türkiye (Türkçe) Worldwide (English)Worldwide (English)
X

Lütfen Para Birimi Seçiniz

Türk Lirası $ US Dollar Euro
X

Lütfen Ülke (Bölge) Seçiniz

Türkiye (Türkçe)Türkiye (Türkçe) Worldwide (English)Worldwide (English)
X

Lütfen Para Birimi Seçiniz

Türk Lirası $ US Dollar Euro

Bilgi Bankası

AnasayfaBilgi BankasıASP Hosting

ASP Hosting

Satın aldığım asp hosting paketini daha sonra değiştirebilir miyim? - (18765 defa görüntülendi. / 158 kişi faydalı buldu.)
Plesk'te reseller hesabı oluşturmak - (20615 defa görüntülendi. / 157 kişi faydalı buldu.)
E-posta adresini başka bir adrese yönlendirmek (Plesk) - (31843 defa görüntülendi. / 183 kişi faydalı buldu.)
Plesk'te veritabanı (database) oluşturmak - (20986 defa görüntülendi. / 156 kişi faydalı buldu.)
E-postalarıma nereden bakabilirim? - (29990 defa görüntülendi. / 192 kişi faydalı buldu.)
Plesk'te yeni e-posta hesabı açmak - (29783 defa görüntülendi. / 157 kişi faydalı buldu.)
1 2 3

Parallels Plesk 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