Kids Product List

`; itemsGrid.appendChild(menuItem); }); categorySection.appendChild(categoryTitle); categorySection.appendChild(itemsGrid); menuContainer.appendChild(categorySection); }); } loadMenu();
`; // Başlangıç miktarı let quantity = 1; // Miktarı artırma ve azaltma butonları document.getElementById(`increase-${data.eventName}`).addEventListener('click', () => { quantity++; document.getElementById(`quantity-${data.eventName}`).textContent = quantity; }); document.getElementById(`decrease-${data.eventName}`).addEventListener('click', () => { if (quantity > 1) { quantity--; document.getElementById(`quantity-${data.eventName}`).textContent = quantity; } }); // Sepete ekleme butonu document.getElementById(`addToCart-${data.eventName}`).addEventListener('click', () => { addToCart(data.eventName, quantity); }); } // Sepete ekleme fonksiyonu function addToCart(productName, quantity) { totalQuantity += quantity; // Toplam miktara ekle document.getElementById('totalQuantity').textContent = totalQuantity; console.log(`Ürün: ${productName}, Miktar: ${quantity} sepete eklendi.`); } // Sayfanın altına sabit sepete ekleme butonu ve toplam ürün adeti gösterme document.body.innerHTML += `
Toplam Ürün: 0
`;

Delivery worldwide

Order from anywhere in the world. Average delivery time is 3-5 business days.

Easy Returns

If you are not satisfied with the products, you can return them free of charge within 14 days.

Satisfaction-oriented customer support

For your questions and requests, you can contact us via the live support page.

100% Safe Shopping

Enjoy safe shopping with 3D secure payment system and customer support.