{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Sprossenglas", "description": "geeignet für die Anzucht von Keimsprossen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532426/preview/532426-Sprossenglas.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532426/middle/532426-Sprossenglas.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.99, "maxPrice": 7.99, "price": 7.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sprossenglas-von-duerr-samen/a-532426" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Eisbegonie Super Olympia F1 rosa", "description": "Einzigartige Blütenpracht den ganzen Sommer über, einjährig, 20 cm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1966/preview/1966-Eisbegonie-Super-Olympia-F1-rosa-1107-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1966/middle/1966-Eisbegonie-Super-Olympia-F1-rosa-1107-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.29, "maxPrice": 3.29, "price": 3.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-eisbegonie-super-olympia-f1-rosa/a-1966" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Rettich Ostergruß 2 rosa [MHD 12/2024]", "description": "Sehr früher, leuchtend dunkelrosa und halblanger Treib- und Freilandrettich, Vorteilspackung!", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2393/preview/2393-Rettich-Ostergruss-2-rosa-0548-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2393/middle/2393-Rettich-Ostergruss-2-rosa-0548-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.15, "maxPrice": 2.29, "price": 1.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rettichsamen-rettich-ostergruss-rosa-2-von-duerr-samen/a-2393" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Rettich Ostergruß 2 rosa", "description": "Leuchtend dunkelrosa, halblanger und schnellwüchsiger Frührettich, bewährt und ertragreich.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2384/preview/2384-1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2384/middle/2384-1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.19, "maxPrice": 1.19, "price": 1.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rettichsamen-rettich-ostergruss-rosa-2-von-duerr-samen/a-2384" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bio-Rettich Ostergruß 2 rosa [MHD 12/2024]", "description": "Sehr früher, leuchtend dunkelrosa und halblanger Treib- und Freilandrettich.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2395/preview/2395.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2395/middle/2395.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.23, "maxPrice": 2.79, "price": 2.23, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rettichsamen-bio-rettich-ostergruss-rosa-2-von-duerr-samen/a-2395" } } ] } Suchergebnisse für: merosa | Samenhaus Samen & Sämereien

Suchergebnisse für rosa (528 Treffer)

Keine Ergebnisse für merosa. Zeige stattdessen rosa

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