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

1

Hizmet Süresi

2

Alan Adı Belirle

3

Sepete Git

Hizmet Süresi Seçimi

Hizmetinizin yenilenme periyodunu seçin. Uzun süreli alımlarda indirim fırsatını kaçırmayın.

Yıllık

864,90 ₺

Aylık

149,90 ₺

3 Aylık

392,90 ₺

6 Aylık

601,90 ₺

2 Yıllık

1.729,90 ₺

3 Yıllık

2.594,90 ₺

Devam

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