{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Blauer Waldmeister", "description": "Höhe ca. 30 cm, einjährig", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536129/preview/536129-Blauer-Waldmeister-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536129/middle/536129-Blauer-Waldmeister-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blauer-waldmeister-bio-waldmeistersamen-von-samen-maier/a-536129" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Blauer Waldmeister [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548504/preview/548504-Blauer-Waldmeister-91023-pro---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548504/middle/548504-Blauer-Waldmeister-91023-pro---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.39, "maxPrice": 2.99, "price": 2.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blauer-waldmeister-kraeuersamen-von-prospecierara/a-548504" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Blauer Waldmeister", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548173/preview/548173-BIO-Blauer-Waldmeister-SSBLU002---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548173/middle/548173-BIO-Blauer-Waldmeister-SSBLU002---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.95, "maxPrice": 2.95, "price": 2.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blauer-waldmeister-bio-waldmeistersamen-von-bionana/a-548173" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Wiesenblume Jungfer im Grünen (100 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/558927/preview/558927-Wiesenblume-Jungfer-im-Gruenen--100-g--2000-0877---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/558927/middle/558927-Wiesenblume-Jungfer-im-Gruenen--100-g--2000-0877---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.99, "maxPrice": 6.99, "price": 6.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wiesenblume-jungfer-im-gruenen-100-g-jungfer-im-gruenen-samen-von-flortus/a-558927" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Blauer Waldmeister", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534715/preview/534715-BIO-Blauer-Waldmeister-b105-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534715/middle/534715-BIO-Blauer-Waldmeister-b105-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.49, "maxPrice": 3.49, "price": 3.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blauer-waldmeister-bio-waldmeistersamen-von-sativa-rheinau/a-534715" } } ] } Suchergebnisse für: waldmeister | Samenhaus Samen & Sämereien
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});