Sale!
Golvprov Laminat Coastal Oak 8 mm Sensation Pergo
29.95kr Original price was: 29.95kr.8.98krCurrent price is: 8.98kr.
SKU: 654925"}];
for (const [nr, productData] of Object.entries(productStructuredData)) {
for (const [articleId, articleData] of Object.entries(priceStockData.articles)) {
if (productData.sku === articleData.sku) {
productStructuredData[nr].offers.price = articleData.final_price;
productStructuredData[nr].offers.availability = http:schema.org + ((articleData.is_salable && (articleData.qty || articleData.is_web_product_in_stock)) || (parseInt(priceStockData.selected_shop) === 0 && articleData.is_web_product_in_stock) ? InStock : OutOfStock);
if (articleData.catalogrule_enddate) {
productStructuredData[nr].offers.priceValidUntil = articleData.catalogrule_enddate;
}
}
}
}
const script = document.createElement(script);
script.setAttribute(type, applicationld+json);
script.textContent = JSON.stringify(productStructuredData);
document.head.appendChild(script);
}
window.addEventListener(custom-stock-price-loaded, event => setProductStructuredData(event.detail.data));
✕
