{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Weihnachtsbaum Set", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551640/preview/551640-Weihnachtsbaum-Set-2000-0555---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551640/middle/551640-Weihnachtsbaum-Set-2000-0555---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.95, "maxPrice": 7.95, "price": 7.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/weihnachtsbaum-set-anzuchtsets-von-flortus/a-551640" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Sprossenglas mit Siebdeckel", "description": "• ideales Einsteigermodell für angehende Sprossenzüchter • Spülmaschinenfest • hochwertige Qualität", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548510/preview/548510-Sprossenglas-mit-Siebdeckel-2000-0429---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548510/middle/548510-Sprossenglas-mit-Siebdeckel-2000-0429---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.99, "maxPrice": 7.99, "price": 7.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sprossenglas-mit-siebdeckel-sprossenglaeser-von-flortus/a-548510" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "8 cm rund Anzuchttopf rund auf Holzfaser Basis", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552303/preview/552303-8-cm-Anzuchttopf-rund-auf-Holzfaser-Basis--30-Stueck--2000-0595---0.JPG", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552303/middle/552303-8-cm-Anzuchttopf-rund-auf-Holzfaser-Basis--30-Stueck--2000-0595---0.JPG", "" ], "offers": { "@type": "Offer", "minPrice": 4.99, "maxPrice": 4.99, "price": 4.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/8-cm-anzuchttopf-rund-auf-holzfaser-basis-30-stueck-holzfaser-anzuchttoepfe-von-flortus/a-552303" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "10 cm Anzuchttopf rund auf Holzfaser Basis", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552305/preview/552305-10-cm-Anzuchttopf-rund-auf-Holzfaser-Basis--15-Stueck--2000-0597---0.JPG", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552305/middle/552305-10-cm-Anzuchttopf-rund-auf-Holzfaser-Basis--15-Stueck--2000-0597---0.JPG", "" ], "offers": { "@type": "Offer", "minPrice": 10.95, "maxPrice": 10.95, "price": 10.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/10-cm-anzuchttopf-rund-auf-holzfaser-basis-15-stueck/a-552305" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "5 x 5 cm Anzuchttopf quadratisch auf Holzfaser Basis", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552307/preview/552307-5-x-5-cm-Anzuchttopf-quadratisch-auf-Holzfaser-Basis--30-Stueck--2000-0599---0.JPG", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552307/middle/552307-5-x-5-cm-Anzuchttopf-quadratisch-auf-Holzfaser-Basis--30-Stueck--2000-0599---0.JPG", "" ], "offers": { "@type": "Offer", "minPrice": 3.29, "maxPrice": 3.29, "price": 3.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/5-x-5-cm-anzuchttopf-quadratisch-auf-holzfaser-basis-30-stueck-holzfaser-anzuchttoepfe-von-flortus/a-552307" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller FLORTUS Freude an Vielfalt (555 Treffer)

555 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
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();});