{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Aubergine Tschechische Frühe", "description": "ertragreiche Sorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547794/preview/547794-BIO-Aubergine-Tschechische-Fruehe-105-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547794/middle/547794-BIO-Aubergine-Tschechische-Fruehe-105-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.95, "maxPrice": 3.95, "price": 3.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/aubergine-tschechische-fruehe-bio-auberginensamen-von-culinaris/a-547794" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Oaxacan Jewel", "description": "Ungewöhnlich frühe Fleischtomate mit geringer Wüchsigkeit.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540238/preview/540238-BIO-Oaxacan-Jewel-091-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540238/middle/540238-BIO-Oaxacan-Jewel-091-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.95, "maxPrice": 3.95, "price": 3.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fleischtomate-oaxacan-jewel-bio-fleichtomatensamen-von-culinaris/a-540238" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Salattomate Auriga (Orange) [MHD 01/2024]", "description": "Süß-saure, leuchtend orange Stabtomate mit fester Schale – ideal als Blickfang in Salaten.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535978/preview/535978-BIO-Salattomate-Auriga--Orange--019-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535978/middle/535978-BIO-Salattomate-Auriga--Orange--019-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.98, "maxPrice": 3.95, "price": 1.98, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salattomate-auriga-orange-bio-tomatensamen-von-culinaris-saatgut/a-535978" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Grünkohl Niedriger Grüner Krauser", "description": "Winterharter, dunkler Grünkohl für Kübel und Garten.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536007/preview/536007-BIO-Gruenkohl-Niedriger-Gruener-Krauser-048-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536007/middle/536007-BIO-Gruenkohl-Niedriger-Gruener-Krauser-048-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.95, "maxPrice": 2.95, "price": 2.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gruenkohl-niedriger-gruener-krauser-bio-kohlsamen-von-culinaris-saatgut/a-536007" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Kinderbox [MHD 01/2024]", "description": "Saatgut-Box mit 6 Sorten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547791/preview/547791-BIO-Kinderbox-104-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547791/middle/547791-BIO-Kinderbox-104-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.45, "maxPrice": 12.90, "price": 6.45, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kinderbox-bio-gemuesesamen-sets-von-culinaris/a-547791" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Culinaris (77 Treffer)

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