Firmamız Windows Satmamaktadır . Web Yazılım Firmasıyız. Bu konu için rahatsız etmeyiniz.
Firmamız Windows Satmamaktadır . Web Yazılım Firmasıyız. Bu konu için rahatsız etmeyiniz.
Firmamız Windows Satmamaktadır . Web Yazılım Firmasıyız. Bu konu için rahatsız etmeyiniz.
test

test

1,000.00 ₺

Açıklama

ttt

Güvenli ödeme

Sorularınız mı var?

Ürünlerimiz hakkında daha fazla bilgi almak için bizimle iletişime geçin.

lucide.createIcons(); function changeQuantity(delta) { const input = document.getElementById('quantity'); let value = parseInt(input.value) || 1; value = Math.max(1, Math.min(99, value + delta)); input.value = value; } async function addToCart() { const quantity = parseInt(document.getElementById('quantity').value) || 1; try { const response = await fetch('cart-add.php', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: `product_id=1&quantity=${quantity}` }); const result = await response.json(); if (result.success) { showNotification('Ürün sepete eklendi!', 'success'); setTimeout(() => { window.location.href = 'cart.php'; }, 1000); } else { showNotification(result.message || 'Bir hata oluştu', 'error'); } } catch (error) { showNotification('Bir hata oluştu', 'error'); } } function showNotification(message, type) { const notification = document.createElement('div'); notification.className = `fixed top-20 right-4 z-50 px-6 py-4 rounded-lg shadow-xl transition-all ${ type === 'success' ? 'bg-green-500' : 'bg-red-500' } text-white font-medium`; notification.textContent = message; document.body.appendChild(notification); setTimeout(() => { notification.style.opacity = '0'; setTimeout(() => notification.remove(), 300); }, 3000); } WhatsApp'tan Yazın