{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Fleischtomate Tschernij Prinz [MHD 12/2024]", "description": "Saatgut aus biologisch - dynamischem und organisch biologischem Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535866/preview/535866-BIO-Fleischtomate-Tschernij-Prinz-CV138-rs---0_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535866/middle/535866-BIO-Fleischtomate-Tschernij-Prinz-CV138-rs---0_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.43, "maxPrice": 4.29, "price": 3.43, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fleischtomate-tschernij-prinz-bio-tomatensamen-von-reinsaat/a-535866" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Peperoni Turuncu Spiral [MHD 12/2023]", "description": "Saatgut aus biologisch - dynamischem und organisch biologischem Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535815/preview/535815-BIO-Peperoni-Turuncu-Spiral--MHD-12-2023--CV21-rs---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535815/middle/535815-BIO-Peperoni-Turuncu-Spiral--MHD-12-2023--CV21-rs---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.00, "maxPrice": 4.00, "price": 2.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pepperoni-turuncu-spiral-bio-paprikasamen-von-reinsaat/a-535815" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Feldgurke Marketmore 76", "description": "Saatgut aus biologisch - dynamischem und organisch biologischem Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535740/preview/535740-BIO-Feldgurke-Marketmore-76-Gu5-rs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535740/middle/535740-BIO-Feldgurke-Marketmore-76-Gu5-rs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.29, "maxPrice": 4.29, "price": 4.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/feldgurke-marketmore-76-bio-gurkensamen-von-reinsaat/a-535740" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Fleischtomate Berner Rose", "description": "Saatgut aus biologisch - dynamischem und organisch biologischem Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535861/preview/535861-BIO-Fleischtomate-Berner-Rose-To19-rs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535861/middle/535861-BIO-Fleischtomate-Berner-Rose-To19-rs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.29, "maxPrice": 4.29, "price": 4.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fleischtomate-berner-rose-bio-tomatensamen-von-reinsaat/a-535861" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Saucentomate San Marzano", "description": "Saatgut aus biologisch - dynamischem und organisch biologischem Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535869/preview/535869-BIO-Saucentomate-San-Marzano-To22-rs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535869/middle/535869-BIO-Saucentomate-San-Marzano-To22-rs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.29, "maxPrice": 4.29, "price": 4.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/saucentomate-san-marzano-bio-tomatensamen-von-reinsaat/a-535869" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Reinsaat (200 Treffer)

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