if (window.dataLayer) { window.dataLayer.push({ event: "view_item", ecommerce: { currency: "DKK", value: 2297.9264, items: [{ item_id: 146250, item_name: "Tæppe med høj pæl - Abegail - rektangulær", affiliation: "Google Merchandise Store", coupon: "SALE10", discount: 2059.1808, index: 0, item_brand: "Morgenland Tæpper", item_category: "Pile Tæpper", price: 4357.1072, quantity: 1 }] } }); }

Dette kunne også være noget for dig

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'); } }); }); }); } });

Om os

Morgenland Tæpper har udviklet sig til en succesfuld tysk virksomhed med speciale i silke- og uldtæpper. Med en dynamisk webshop har vi gjort os fortjent til vores kunders tillid verden over.

Læs mere...