{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Veredelungsband (100 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553354/preview/553354-BIO-Veredelungsband--100-Stueck--1vered12---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553354/middle/553354-BIO-Veredelungsband--100-Stueck--1vered12---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 33.99, "maxPrice": 33.99, "price": 33.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/veredelungsband-100-stueck-bio-baumpflege-von-schacht/a-553354" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Baum-Weißler (350 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553359/preview/553359-BIO-Baum-Weissler--350-g--1weisf350---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553359/middle/553359-BIO-Baum-Weissler--350-g--1weisf350---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.59, "maxPrice": 6.59, "price": 6.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/baum-weissler-350-g-bio-baumpflege-von-schacht/a-553359" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Weißanstrich-Paste gegen Frostschäden (5 kg)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553361/preview/553361-BIO-Weissanstrich-Paste-gegen-Frostschaeden--5-kg--1weisf906---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553361/middle/553361-BIO-Weissanstrich-Paste-gegen-Frostschaeden--5-kg--1weisf906---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.99, "maxPrice": 29.99, "price": 29.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/weissanstrich-paste-gegen-frostschaeden-5-kg-bio-baumpflege-von-schacht/a-553361" } } , ] } Suchergebnisse für: | Samenhaus Samen & Sämereien
Filter
var showPopupDelay = 2000; var showPopupLiveTime = 1; function showPopup() { setTimeout(function() { $('#popup').modal('show'); }, showPopupDelay); } function setPopupDisplayTime() { try { localStorage.setItem('popupLastShown', new Date().getTime().toString()); } catch (e) { console.error('Local storage is not available:', e); } } function shouldShowPopup() { try { const lastShown = localStorage.getItem('popupLastShown'); if (!lastShown) { return true; } const currentTime = new Date().getTime(); const timeDifference = currentTime - parseInt(lastShown, 10); const daysSinceLastShown = timeDifference / (1000 * 3600 * 24); const daysBeforeShowingAgain = showPopupLiveTime; return daysSinceLastShown >= daysBeforeShowingAgain; } catch (e) { console.error('Error checking popup display condition:', e); return true; } } function handlePopupDisplay() { if (shouldShowPopup()) { showPopup(); setPopupDisplayTime(); } } $(document).ready(function(){handlePopupDisplay();});