{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Schnittknoblauch Sapras", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/561577/preview/561577-BIO-Schnittknoblauch-Sapras-5687-as---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/561577/middle/561577-BIO-Schnittknoblauch-Sapras-5687-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/schnittknoblauch-sapras-bio-knoblauchsamen-von-austrosaat/a-561577" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Schmuckkörbchen Mammut Prachtmischung", "description": "Starkwüchsige Sorte mit besonders großen Blüten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542919/preview/542919-Schmuckkoerbchen-Mammut-Prachtmischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542919/middle/542919-Schmuckkoerbchen-Mammut-Prachtmischung.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/schmuckkoerbchen-mammut-prachtmischung-schmuckkoerbchensamen-von-austrosaat/a-542919" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Karfiol (Blumenkohl) Alpha 7", "description": "Universalsorte für Früh- und Spätkultur mit festen und feinkörnigen Köpfen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542832/preview/542832-Karfiol--Blumenkohl--Alpha-7.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542832/middle/542832-Karfiol--Blumenkohl--Alpha-7.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/karfiol-blumenkohl-alpha-7-karfiolsamen-von-austrosaat/a-542832" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Romanasalat Zieglers Wiener Maidivi [MHD 12/2023]", "description": "Österreichische Salatspezialität, Zubereitung frisch als Salat oder gekocht", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543137/preview/543137-Bio-Romanasalat-Zieglers-Wiener-Maidivi.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543137/middle/543137-Bio-Romanasalat-Zieglers-Wiener-Maidivi.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/romanasalat-zieglers-wiener-maidivi-bio-romanasalatesamen-von-austrosaat/a-543137" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Gartenmohn Fire [MHD 12/2023]", "description": "Winterharter Mohn mit auffallend großen, feuerroten Blüten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543026/preview/543026-Gartenmohn-Fire.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543026/middle/543026-Gartenmohn-Fire.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/gartenmohn-fire-gartenmohnsamen-von-austrosaat/a-543026" } } ] } 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();});