if (window.dataLayer) { window.dataLayer.push({ event: "view_item", ecommerce: { currency: "EUR", value: 20251, items: [{ item_id: 171931, item_name: "Perzisch tapijt - Ghom - 305 x 202 cm - donkerrood", affiliation: "Google Merchandise Store", coupon: "SALE10", discount: 19360, index: 0, item_brand: "Morgenland Tapijten", item_category: "Ghom tapijten", price: 39611, 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...