{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Stangenbohnen Neckarkönigin", "description": "Mittelfrühe Sorte mit langen, runden Hülsen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542822/preview/542822-Stangenbohnen-Neckarkoenigin.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542822/middle/542822-Stangenbohnen-Neckarkoenigin.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stangenbohnen-neckarkoenigin-stangenbohnensamen-von-austrosaat/a-542822" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Zierkürbis Dornenkrone Mischung [MHD 12/2024]", "description": "Kleinfrüchtige Mischung in verschiedenen Farben und bizzaren Formen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542965/preview/542965-Zierkuerbis-Dornenkrone-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542965/middle/542965-Zierkuerbis-Dornenkrone-Mischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zierkuerbis-dornenkrone-mischung-zierkuerbissamen-von-austrosaat/a-542965" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Vergissmeinnicht Myosotis sylvatica Blauer Korb [MHD 12/2023]", "description": "Zweijährige Pflanze für Rabatten oder Töpfe", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542716/preview/542716-Vergissmeinnicht-Myosotis-sylvatica-Blauer-Korb.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542716/middle/542716-Vergissmeinnicht-Myosotis-sylvatica-Blauer-Korb.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/vergissmeinnicht-myosotis-sylvatica-blauer-korb-vergissmeinnichtsamen-von-austrosaat/a-542716" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Endivie Fijne Krul Geel [MHD 12/2024]", "description": "Sehr feinblättrige Frisèe-Endivie", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542877/preview/542877-Endivie-Fijne-Krul-Geel.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542877/middle/542877-Endivie-Fijne-Krul-Geel.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/endivie-fijne-krul-geel-endiviensamen-von-austrosaat/a-542877" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Buschbohnen Dior", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550703/preview/550703-Buschbohnen-Dior-410-as---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550703/middle/550703-Buschbohnen-Dior-410-as---0.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/buschbohnen-dior-buschbohnensamen-von-austrosaat/a-550703" } } ] } 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();});