if (window.dataLayer) { window.dataLayer.push({ event: "view_item", ecommerce: { currency: "DKK", value: 24420.1112, items: [{ item_id: 158950, item_name: "Persisk tæppe - Classic - 285 x 200 cm - beige", affiliation: "Google Merchandise Store", coupon: "SALE10", discount: 23226.7032, index: 0, item_brand: "Morgenland Tæpper", item_category: "Bijar tæpper", price: 47646.8144, 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...