{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Radies Saxa 3 [MHD 01/2025]", "description": "Frühe, runde, scharlachrote Spezialsorte für den frühen Anbau im Kasten, unter Folie oder im Freiland.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2661/preview/2661-Radies-Saxa-3-488-old87---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2661/middle/2661-Radies-Saxa-3-488-old87---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.75, "maxPrice": 1.49, "price": 0.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radieschensamen-radies-saxa-3-von-kiepenkerl/a-2661" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Radies Saxa 3", "description": "sehr frühes Treibradies", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537404/preview/537404-Radies-Saxa-3-G639-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537404/middle/537404-Radies-Saxa-3-G639-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/radies-saxa-3-radiessamen-von-samen-pfann/a-537404" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Radies Saxa 3 Mega - Pack [MHD 01/2024]", "description": "Spezialsorte im Mega-Pack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534228/preview/534228-Radies-Saxa-3-Mega-Pack-277-old86---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534228/middle/534228-Radies-Saxa-3-Mega-Pack-277-old86---0.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/radieschensamen-radies-saxa-3-mega-pack-von-kiepenkerl/a-534228" } } , { "@type": "ListItem", "position": 4, "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": 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 3 | Samenhaus Samen & Sämereien

Suchergebnisse für Radieschen Saxa 3 (12 Treffer)

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