{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "NeudoHum PflanzErde (75 l)", "description": "Fördert sicheres Anwachsen der Pflanzen und ein gutes Wurzelsystem. Für besonders gute Wasser- und Nährstoffspeicherfähigkeit.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4186/preview/4186-NeudoHum-PflanzErde--75-l--00959---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/4186/middle/4186-NeudoHum-PflanzErde--75-l--00959---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 20.49, "maxPrice": 20.49, "price": 20.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/neudorff-neudohum-pflanzerde-75-l/a-4186" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Balkon Stauden Mix Baristo [MHD 01/2023]", "description": "Üppige, langblühende Stauden, winterhart", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3312/preview/3312-Balkon-Stauden-Mix-Baristo-4392-old91---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3312/middle/3312-Balkon-Stauden-Mix-Baristo-4392-old91---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.70, "maxPrice": 3.49, "price": 0.70, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-balk-stauden-mix-baristo/a-3312" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Stauden - Margerite Silberprinzesschen [MHD 01/2025]", "description": "Große, weiße Blüten mit leuchtend gelber Mitte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3294/preview/3294-Stauden-Margerite-Silberprinzesschen-4056---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3294/middle/3294-Stauden-Margerite-Silberprinzesschen-4056---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.40, "maxPrice": 2.79, "price": 1.40, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-chrys-silberprinzesschen/a-3294" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Stauden-Rittersporn Pacific-Hybriden-Mischung", "description": "Ideal für Gruppenpflanzung auf Beeten und Rabatten.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531876/preview/531876-Stauden-Rittersporn-Pacific-Hybriden-Mischu.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531876/middle/531876-Stauden-Rittersporn-Pacific-Hybriden-Mischu.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.89, "maxPrice": 1.89, "price": 1.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stauden-rittersporn-pacific-hybriden-mischung-von-quedlinburger-saatgut/a-531876" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Steingarten-Stauden Winterharte Mischung", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548929/preview/548929-Steingarten-Stauden-Winterharte-Mischung-173245-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548929/middle/548929-Steingarten-Stauden-Winterharte-Mischung-173245-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.49, "maxPrice": 2.49, "price": 2.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/steingarten-stauden-winterharte-mischung-blumensamenmischung-von-carl-pabst/a-548929" } } ] } Suchergebnisse für: stauden | Samenhaus Samen & Sämereien

Suchergebnisse für stauden (89 Treffer)

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