{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Kopfsalat Attractie", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549834/preview/549834-BIO-Kopfsalat-Attractie-2000-0505---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549834/middle/549834-BIO-Kopfsalat-Attractie-2000-0505---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/kopfsalat-attractie-bio-salatsamen-von-flortus/a-549834" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Lauch-Porree Carentan 2", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549830/preview/549830-BIO-Lauch-Porree-Carentan-2-2000-0501---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549830/middle/549830-BIO-Lauch-Porree-Carentan-2-2000-0501---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/lauch-porree-carentan-2-bio-lauchsamen-von-flortus/a-549830" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Teekräuter-Set (8 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555059/preview/555059-Teekraeuter-Set--8-Sorten--2000-0792---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/555059/middle/555059-Teekraeuter-Set--8-Sorten--2000-0792---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.99, "maxPrice": 5.99, "price": 5.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/teekraeuter-set-kraeutersamen-sets-von-flortus/a-555059" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Saatgut Archiv Holzbox - Mittelalterliches Gemüse Saatgut", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554967/preview/554967-BIO-Saatgut-Archiv-Holzbox-Mittelalterliches-Gemuese-Saatgut-2000-0742---0_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554967/middle/554967-BIO-Saatgut-Archiv-Holzbox-Mittelalterliches-Gemuese-Saatgut-2000-0742---0_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 45.95, "maxPrice": 45.95, "price": 45.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/saatgut-archiv-holzbox-mittelalterliches-gemuese-saatgut-bio-gemuesesamen-sets-von-flortus/a-554967" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Kartoffelfolgesaat-Set (6 Sorten)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554535/preview/554535-BIO-Kartoffelfolgesaat-Set--6-Sorten--2000-0716---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554535/middle/554535-BIO-Kartoffelfolgesaat-Set--6-Sorten--2000-0716---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kartoffelfolgesaat-set-bio-gemuesesamen-sets-von-flortus/a-554535" } } ] } 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();});