{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Cocktailkräuter-Set (8 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553541/preview/553541-BIO-Cocktailkraeuter-Set--8-Sorten--2000-0650---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553541/middle/553541-BIO-Cocktailkraeuter-Set--8-Sorten--2000-0650---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 9.99, "maxPrice": 9.99, "price": 9.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/cocktailkraeuter-set-bio-kraeutersamen-sets-von-flortus/a-553541" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BoQube M & FLORTUS Kokos Quelltöpfe (24 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562697/preview/562697-BoQube-M-und-FLORTUS-Kokos-Quelltoepfe--24-Stueck--2000-2385-anthrazit---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562697/middle/562697-BoQube-M-und-FLORTUS-Kokos-Quelltoepfe--24-Stueck--2000-2385-anthrazit---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 15.95, "maxPrice": 17.27, "price": 15.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/boqube-flortus-kokos-quelltoepfe-24-stueck-anzuchtzubehoer-set-von-flortus-x-romberg/a-562697" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Pizza-Set (7 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554537/preview/554537-BIO-Pizza-Set--7-Sorten--2000-0718---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554537/middle/554537-BIO-Pizza-Set--7-Sorten--2000-0718---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/pizza-set-bio-gemuesesamen-sets-von-flortus/a-554537" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Gurke & Dill (Saatband)", "description": "Als Salat- und Gewürzgurke verwendbar zusammen mit Dill.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550299/preview/550299-Gurke-und-Dill--Saatband--2000-0527---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550299/middle/550299-Gurke-und-Dill--Saatband--2000-0527---0.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/gurke-dill-saatband-saatbaender-saatplatten-von-flortus/a-550299" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Zinkschale mit Anzuchttöpfen (30 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/561728/preview/561728-Zinkschale-mit-Anzuchttoepfen--30-Stueck--2000-1150-30x---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/561728/middle/561728-Zinkschale-mit-Anzuchttoepfen--30-Stueck--2000-1150-30x---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 59.95, "maxPrice": 59.95, "price": 59.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zinkschale-mit-anzuchttoepfen-anzuchtschalen-von-flortus/a-561728" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

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

554 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();});