{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Radies Sora", "description": "großes, festfleischiges, zartbleibendes Ganzjahresradies mit leuchtend roter Farbe", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2409/preview/2409-Radies-Sora-1844-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2409/middle/2409-Radies-Sora-1844-ds---0.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/radieschensamen-radies-sora-von-duerr-samen/a-2409" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Möhre - Radies - Kombination Möhre Lange rote stumpfe ohne Herz 2 und Radies Sora [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532467/preview/532467-Moehre-Radies-Kombination-Moehre-Lange-rote-stumpfe-ohne-Herz-2-und-Radies-Sora-2982-old3025---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532467/middle/532467-Moehre-Radies-Kombination-Moehre-Lange-rote-stumpfe-ohne-Herz-2-und-Radies-Sora-2982-old3025---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.00, "maxPrice": 3.99, "price": 2.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/moehrensamen-kombination-saatband-moehren-lange-rote-stumpfe-ohne-herz-2-radies-sora-von-kiepenkerl/a-532467" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Radies Sora", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/559063/preview/559063-BIO-Radies-Sora-G332-N05-bi---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/559063/middle/559063-BIO-Radies-Sora-G332-N05-bi---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.90, "maxPrice": 2.90, "price": 2.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radies-sora-bio-radieschensamen-von-bingenheimer-saatgut/a-559063" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Radieschen Sora (Saatband)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548270/preview/548270-BIO-Radieschen-Sora--Saatband--SSRAD006---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548270/middle/548270-BIO-Radieschen-Sora--Saatband--SSRAD006---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.95, "maxPrice": 3.95, "price": 3.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radieschen-sora-saatband-bio-radieschensamen-von-bionana/a-548270" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Freilandradies Sora", "description": "samenfeste Sorte für Freilandanbau von Frühjahr bis Herbst", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537398/preview/537398-Freilandradies-Sora-G630-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537398/middle/537398-Freilandradies-Sora-G630-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.99, "maxPrice": 0.99, "price": 0.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/freilandradies-sora-freilandradiessamen-von-samen-pfann/a-537398" } } ] } Suchergebnisse für: Radieschen Sora | Samenhaus Samen & Sämereien

Suchergebnisse für Radieschen Sora (10 Treffer)

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