{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Wildblume Echter Baldrian", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548313/preview/548313-BIO-Wildblume-Echter-Baldrian-SSKUG029---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548313/middle/548313-BIO-Wildblume-Echter-Baldrian-SSKUG029---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.95, "maxPrice": 3.95, "price": 3.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wildblume-echter-baldrian-bio-wildblumensamen-von-bionana/a-548313" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Wildblumenrasen Mischung", "description": "umfangreiche Wildblumenmischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537139/preview/537139-BIO-Wildblumenrasen-Mischung-wb50-sr---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537139/middle/537139-BIO-Wildblumenrasen-Mischung-wb50-sr---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.95, "maxPrice": 5.95, "price": 5.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wildblumenrasen-mischung-bio-wildblumenrasensamen-von-sativa-rheinau/a-537139" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Wilde Kornblume [MHD 01/2024]", "description": "Beliebte Sommerblume mit zahlreichen, leuchtend blauen Blüten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3142/preview/3142-Wilde-Kornblume-4529-old30---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3142/middle/3142-Wilde-Kornblume-4529-old30---1.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/kiepenkerl-wilde-kornblume/a-3142" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Regio Blütenzauber Nord (275 g)", "description": "Geeignet für die Bundesländer Bremen, Hamburg, Niedersachsen und Schleswig-Holstein.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548130/preview/548130-ReNatura-Regio-Bluetenzauber-Nord--275-g--ff-68300---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548130/middle/548130-ReNatura-Regio-Bluetenzauber-Nord--275-g--ff-68300---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 22.99, "maxPrice": 22.99, "price": 22.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/renatura-regio-bluetenzauber-nord-275-g-wildblumenwiese-von-feldsaaten-freudenberger/a-548130" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Wild- und Wiesenblumen Blumenmischun [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549039/preview/549039-Wild--und-Wiesenblumen-Blumenmischun-13250-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549039/middle/549039-Wild--und-Wiesenblumen-Blumenmischun-13250-cp---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/wild-und-wiesenblumen-blumenmischung-wildblumenwiese-von-gruene-fee/a-549039" } } ] } Suchergebnisse für: Wildblumen | Samenhaus Samen & Sämereien

Suchergebnisse für Wildblumen (211 Treffer)

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