{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Estragon [MHD 12/2023]", "description": "Besonders in der italienischen und französischen Küche oft verwendetes Würzkraut mit kerbelartigem Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542764/preview/542764-Estragon.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542764/middle/542764-Estragon.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.10, "maxPrice": 2.19, "price": 1.10, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/estragon-estragonsamen-von-austrosaat/a-542764" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Möhre Yellowstone [MHD 12/2023]", "description": "Sehr ertragreiche Sorte, ideal für die Einlagerung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543000/preview/543000-Moehre-Yellowstone.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543000/middle/543000-Moehre-Yellowstone.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.49, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/moehre-yellowstone-moehrensamen-von-austrosaat/a-543000" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Salatgurke Sagro F1 [MHD 12/2023]", "description": "Bitterfreie, ertragssichere Gurke mit sehr guter Konsistenz", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542993/preview/542993-Salatgurke-Sagro-F1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542993/middle/542993-Salatgurke-Sagro-F1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.49, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salatgurke-sagro-f1-schaelgurkensamen-von-austrosaat/a-542993" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Bechermalven Mischung", "description": "Tragen becherförmigen Blüten in weiß oder rosa mit dunkelrosa Aderung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542936/preview/542936-Bechermalven-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542936/middle/542936-Bechermalven-Mischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.99, "maxPrice": 2.99, "price": 2.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bechermalven-mischung-bechermalvensamen-von-austrosaat/a-542936" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Liebstöckel [MHD 12/2023]", "description": "Das ausdauernde Gewürzkraut hat ein unverkennbares, charakteristisches Aroma, auch Maggikraut genannt", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542775/preview/542775-Liebstoeckel.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542775/middle/542775-Liebstoeckel.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.10, "maxPrice": 2.19, "price": 1.10, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/liebstoeckel-liebstoeckelsamen-von-austrosaat/a-542775" } } ] } 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();});