Καρέκλες
Menu
Your Cart

   Τα καταστήματα του HouseDecor αναλαμβάνουν την ασφαλή μεταφορά των προϊόντων σας.

Καρέκλες

Δεν υπάρχουν προϊόντα σε αυτήν την κατηγορία.

(function () { document.addEventListener('click', function (e) {const btn = e.target.closest('#button-cart'); if (!btn) return;// Delay slightly so Journal finishes validation setTimeout(function () {// Journal disables the button on success if (btn.classList.contains('loading') || btn.classList.contains('disabled')) {const p = window.__gtmProductData; if (!p) return;window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: 'add_to_cart', ecommerce: { currency: p.currency, value: p.price, items: [{ item_id: p.id, item_name: p.name, price: p.price, quantity: parseInt( document.querySelector('input[name="quantity"]')?.value || 1, 10 ) }] } });}}, 150); }); })();