{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kaiserschote Zuckererbse Norli [MHD 12/2023]", "description": "Kann jung geerntet mit Hülse gegessen werden", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542827/preview/542827-Kaiserschote-Zuckererbse-Norli.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542827/middle/542827-Kaiserschote-Zuckererbse-Norli.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.15, "maxPrice": 2.29, "price": 1.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kaiserschote-zuckererbse-norli-kaiserschotensamen-von-austrosaat/a-542827" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Ziermais Vielfarbige Mischung [MHD 12/2023]", "description": "Bildet lange, große Kolben, die mit gelben über roten bis zu dunkelbraunen Körnern besetzt sind", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542719/preview/542719-Ziermais-Vielfarbige-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542719/middle/542719-Ziermais-Vielfarbige-Mischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 1.19, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ziermais-vielfarbige-mischung-ziermaissamen-von-austrosaat/a-542719" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Blumenkohl Bola de nieve (Snowball X)", "description": "Bewährte Blumenkohlsorte mit festen und feinkörnigen Köpfen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542659/preview/542659-Blumenkohl-Bola-de-nieve--Snowball-X--11-as---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542659/middle/542659-Blumenkohl-Bola-de-nieve--Snowball-X--11-as---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.19, "maxPrice": 1.19, "price": 1.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/karfiol-blumenkohl-snowball-x-karfiolsamen-von-austrosaat/a-542659" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Trichterwinde Blauer Himmel [MHD 12/2024]", "description": "Schlingpflanze mit großen, trichterförmigen Blüten in einem tiefen Blauton", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542711/preview/542711-Trichterwinde-Blauer-Himmel.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542711/middle/542711-Trichterwinde-Blauer-Himmel.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 1.19, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/trichterwinde-blauer-himmel-trichterwindensamen-von-austrosaat/a-542711" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Paprika California Wonder", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/561584/preview/561584-BIO-Paprika-California-Wonder-5265-as---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/561584/middle/561584-BIO-Paprika-California-Wonder-5265-as---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.49, "maxPrice": 3.49, "price": 3.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprika-california-wonder-bio-blockpaprikasamen-von-austrosaat/a-561584" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Austrosaat (440 Treffer)

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