{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Karotten Nantes 2 (Saatband)", "description": "Bewährte Sorte mit feinen, zartfleischigen gut durchgefärbten Karotten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542894/preview/542894-Karotten-Nantes-2--Saatband-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542894/middle/542894-Karotten-Nantes-2--Saatband-.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/karotten-nantes-2-saatband-moehrensamen-von-austrosaat/a-542894" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Zuckererbsen Norli", "description": "Im Jugendstadium wird die gesamte Hülse als „Kaiser- oder Zuckerschote“ verzehrt", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543165/preview/543165-Bio-Zuckererbsen-Norli.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543165/middle/543165-Bio-Zuckererbsen-Norli.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/zuckererbsen-norli-bio-zuckererbsensamen-von-austrosaat/a-543165" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Mizuna Japanischer Senfkohl Grün", "description": "Asiatische Spezialität mit rucola-ähnlichen, gefiederten Blättern mit mild-würzigem Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542976/preview/542976-Mizuna-Japanischer-Senfkohl-Gruen.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542976/middle/542976-Mizuna-Japanischer-Senfkohl-Gruen.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/mizuna-japanischer-senfkohl-gruen-mizunasamen-von-austrosaat/a-542976" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Dill Tetra [MHD 12/2022]", "description": "Kompakte Pflanze", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543151/preview/543151-Bio-Dill-Tetra.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543151/middle/543151-Bio-Dill-Tetra.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/dill-tetra-bio-dillsamen-von-austrosaat/a-543151" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Habanero Red caribbean [MHD 12/2024]", "description": "Extrascharfer Habañero", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543091/preview/543091-Habanero-Red-caribbean.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543091/middle/543091-Habanero-Red-caribbean.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.15, "maxPrice": 4.29, "price": 2.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/habanero-red-caribbean-chilisamen-von-austrosaat/a-543091" } } ] } 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();});