if (window.dataLayer) { window.dataLayer.push({ event: "view_item", ecommerce: { currency: "EUR", value: 1004, items: [{ item_id: 177859, item_name: "Perzisch tapijt - Nain - 197 x 147 cm - beige", affiliation: "Google Merchandise Store", coupon: "SALE10", discount: 1000, index: 0, item_brand: "Morgenland Tapijten", item_category: "Nain tapijten", price: 2004, quantity: 1 }] } }); }

Dit zou je ook leuk kunnen vinden

document.querySelectorAll('article.product').forEach(function(product) { const variations = product.querySelectorAll('.variation-item'); const productImages = product.querySelectorAll('.product-list-item'); if(variations.length > 0) { variations.forEach(function(variation) { variation.addEventListener('click', function() { variations.forEach(function(image) { if(image.dataset.id === variation.dataset.id) { image.classList.add('active'); } else { image.classList.remove('active'); } }); productImages.forEach(function(image) { if(image.dataset.id === variation.dataset.id) { image.classList.add('active'); } else { image.classList.remove('active'); } }); }); }); } });

Over ons

Morgenland Tapijten is uitgegroeid tot een succesvol Duits bedrijf gespecialiseerd in zijden en wollen tapijten. Met een dynamische webshop hebben we het vertrouwen van onze klanten wereldwijd verdiend.

Lees meer...