if (window.dataLayer) { window.dataLayer.push({ event: "view_item", ecommerce: { currency: "DKK", value: 4074.252, items: [{ item_id: 136154, item_name: "Løber Persisk tæppe - Mir - 300 x 82 cm - guld", affiliation: "Google Merchandise Store", coupon: "SALE10", discount: 3454.906, index: 0, item_brand: "Morgenland Tæpper", item_category: "Mir tæpper", price: 7529.158, 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...