{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Radieschen Albena Zlata Viola [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549071/preview/549071-Radieschen-Albena-Zlata-Viola-18006-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549071/middle/549071-Radieschen-Albena-Zlata-Viola-18006-cp---0.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/radieschen-albena-zlata-viola-radieschensamen-von-gruene-fee/a-549071" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Radies - Kombination III, Zlata, Viola, Albena, [MHD 01/2024]", "description": "Milder Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523448/preview/523448-Radies-Kombination-III--Zlata--Viola--Albena---MHD-01-2024--82216---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523448/middle/523448-Radies-Kombination-III--Zlata--Viola--Albena---MHD-01-2024--82216---1.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-kombination-iii-zlata-viola-albena-von-sperli-samen/a-523448" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Radies Kombi Saxa & Albena (Saatband) [MHD 01/2025]", "description": "6 Meter / 3 Sorten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536932/preview/536932-SB-Radies-Kombi-Saxa-und-Albena-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536932/middle/536932-SB-Radies-Kombi-Saxa-und-Albena-.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/radies-kombi-saxa-albena-sb-radiessamen-von-quedlinburger-saatgut/a-536932" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Radies Albena", "description": "Saftig und zart", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2943/preview/2943-Radies-Albena-3056-old41---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2943/middle/2943-Radies-Albena-3056-old41---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 1.99, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radieschensamen-radies-albena-von-kiepenkerl/a-2943" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Radies Ostereier Mischung", "description": "Mischung aus roten, rot-weißen und weißen Sorten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532007/preview/532007-Radies-Ostereier-Mischung-von-Quedlinburger.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532007/middle/532007-Radies-Ostereier-Mischung-von-Quedlinburger.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.49, "maxPrice": 3.49, "price": 3.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/radieschensamen-radies-ostereier-mischung-von-quedlinburger-saatgut/a-532007" } } ] } Suchergebnisse für: Radieschen Albena | Samenhaus Samen & Sämereien
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();});