{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Lavendel für Werbezwecke", "description": "Ein Magnet für Insekten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546541/preview/546541-Lavendel--fuer-Werbezwecke.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546541/middle/546541-Lavendel--fuer-Werbezwecke.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.39, "maxPrice": 0.39, "price": 0.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/lavendel-fuer-werbezwecke-lavendelsamen-von-flortus/a-546541" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Kokoserde (800 g, ergibt 10 l)", "description": "gepresste Kokosfaser, torffrei und ungedüngt, aus nachwachsenden Rohstoffen, 100% natürlich und biologisch abbaubar", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549491/preview/549491-Kokoserde--800-g--ergibt-10-l--2000-0366---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549491/middle/549491-Kokoserde--800-g--ergibt-10-l--2000-0366---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kokoserde-800-g-ergibt-10-l-anzuchterde-von-flortus/a-549491" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Brokkoli Ramoso Calabrese", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549804/preview/549804-Brokkoli-Ramoso-Calabrese-2000-0475---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549804/middle/549804-Brokkoli-Ramoso-Calabrese-2000-0475---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.29, "maxPrice": 1.29, "price": 1.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/brokkoli-ramoso-calabrese-brokkolisamen-von-flortus/a-549804" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Rote Beete Rote Kugel 2", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549816/preview/549816-Rote-Beete-Rote-Kugel-2-2000-0487---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549816/middle/549816-Rote-Beete-Rote-Kugel-2-2000-0487---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.29, "maxPrice": 1.29, "price": 1.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rote-beete-rote-kugel-2-rote-beetesamen-von-flortus/a-549816" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Koriander", "description": "Das aromatische frische Kraut in der indischen und asiatischen Küche", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543919/preview/543919-Koriander-2000-0050---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543919/middle/543919-Koriander-2000-0050---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.89, "maxPrice": 0.89, "price": 0.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/koriander-koriandersamen-von-flortus/a-543919" } } ] } 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();});