{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Winterrettich Runder Schwarzer [MHD 07/2024]", "description": "Nicht zu früh aussäen.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545554/preview/545554-Winterrettich-Runder-Schwarzer-12580-ht---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545554/middle/545554-Winterrettich-Runder-Schwarzer-12580-ht---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.73, "maxPrice": 1.45, "price": 0.73, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/winterrettich-runder-schwarzer-rettichsamen-von-hortitops/a-545554" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Rettich Runder schwarzer Winter [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548999/preview/548999-Rettich-Runder-schwarzer-Winter-11385-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548999/middle/548999-Rettich-Runder-schwarzer-Winter-11385-cp---0.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/rettich-runder-schwarzer-winter-rettichsamen-von-gruene-fee/a-548999" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Rettich Runder schwarzer Winter [MHD 07/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552534/preview/552534-BIO-Rettich-Runder-schwarzer-Winter-92580-by---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552534/middle/552534-BIO-Rettich-Runder-schwarzer-Winter-92580-by---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.98, "maxPrice": 1.95, "price": 0.98, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rettich-runder-schwarzer-winter-bio-rettichsamen-von-buzzy/a-552534" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Rettich Blauer Herbst und Winter", "description": "gut lagerfähig", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536208/preview/536208-Rettich-Blauer-Herbst-u--Winter-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536208/middle/536208-Rettich-Blauer-Herbst-u--Winter-.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/rettich-blauer-herbst-u-winter-bio-rettichsamen-von-samen-maier/a-536208" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Winter-Rettich Runder schwarzer", "description": "sehr gut lagerfähig", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536075/preview/536075-Winter-Rettich-Runder-schwarzer-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536075/middle/536075-Winter-Rettich-Runder-schwarzer-.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/winter-rettich-runder-schwarzer-bio-rettichsamen-von-samen-maier/a-536075" } } ] } Suchergebnisse für: winterrettich | Samenhaus Samen & Sämereien

Suchergebnisse für winterrettich (12 Treffer)

12 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});