{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Radies Saxa 2 [MHD 07/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545131/preview/545131-Radies-Saxa-2-92550-by---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545131/middle/545131-Radies-Saxa-2-92550-by---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.13, "maxPrice": 2.25, "price": 1.13, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radies-saxa-2-bio-radieschensamen-von-buzzy-seeds/a-545131" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Radies Saxa 2", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538736/preview/538736-Radies-Saxa-2.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538736/middle/538736-Radies-Saxa-2.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.09, "maxPrice": 1.09, "price": 1.09, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radies-saxa-2-radiessamen-von-n-l-chrestensen/a-538736" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Radies Saxa 2 [MHD 01/2024]", "description": "Sehr dekorativ und lecker, Sehr frühe Sorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538412/preview/538412-Radies-Saxa-2.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538412/middle/538412-Radies-Saxa-2.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.65, "maxPrice": 1.29, "price": 0.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radies-saxa-2-radiessamen-von-n-l-chrestensen/a-538412" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Radies Saxa 2 (Saatband)", "description": "Früh, Scharlachrot, Saatband", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538354/preview/538354-Radies-Saxa-2-Saatband.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538354/middle/538354-Radies-Saxa-2-Saatband.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.19, "maxPrice": 2.19, "price": 2.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radies-saxa-2-saatband-radiessamen-von-n-l-chrestensen/a-538354" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Radies Saxa 2 [MHD 01/2025]", "description": "Saxa 2 - Für sehr frühe Ernte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531542/preview/531542-Radies-Saxa-2.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531542/middle/531542-Radies-Saxa-2.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.80, "maxPrice": 1.59, "price": 0.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radieschensamen-radies-saxa-2-von-quedlinburger-saatgut/a-531542" } } ] } Suchergebnisse für: Radieschen Saxa 2 | Samenhaus Samen & Sämereien

Suchergebnisse für Radieschen Saxa 2 (19 Treffer)

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