{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kopfsalat Attractie", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549807/preview/549807-Kopfsalat-Attractie-2000-0478---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549807/middle/549807-Kopfsalat-Attractie-2000-0478---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/kopfsalat-attractie-kopfsalatsamen-von-flortus/a-549807" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Genoveser Basilikum", "description": "Beliebtes, aromatisches Würzkraut der Mittelmeerküche", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543935/preview/543935-BIO-Genoveser-Basilikum-2000-0187---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543935/middle/543935-BIO-Genoveser-Basilikum-2000-0187---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.69, "maxPrice": 1.69, "price": 1.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/genoveser-basilikum-bio-basilikumsamen-von-flortus/a-543935" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Weichweizen", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554901/preview/554901-BIO-Weichweizen-2000-0705---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554901/middle/554901-BIO-Weichweizen-2000-0705---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.49, "maxPrice": 1.49, "price": 1.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/weichweizen-bio-getreidesamen-von-flortus/a-554901" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Buschbohne Maja", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549826/preview/549826-Buschbohne-Maja-2000-0497---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549826/middle/549826-Buschbohne-Maja-2000-0497---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.89, "maxPrice": 2.89, "price": 2.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/buschbohne-maja-buschbohnensamen-von-flortus/a-549826" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Liebstöckel", "description": "Auch bekannt als Maggikraut, schmeckt scharf und erinnert an Sellerie", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543905/preview/543905-Liebstoeckel-2000-0052---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543905/middle/543905-Liebstoeckel-2000-0052---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/liebstoeckel-liebstoeckelsamen-von-flortus/a-543905" } } ] } 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();});