{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Blumenwiese (5 l im Eimer)", "description": "farbenfrohe Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550609/preview/550609-Blumenwiese--5-l-im-Eimer--2000-0183---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550609/middle/550609-Blumenwiese--5-l-im-Eimer--2000-0183---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 79.95, "maxPrice": 79.95, "price": 79.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenwiese-5-l-im-eimer-blumenwiese-von-flortus/a-550609" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Blumenwiese (2,5 l im Eimer)", "description": "farbenfrohe Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550608/preview/550608-Blumenwiese--2-5-l-im-Eimer--2000-0182---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550608/middle/550608-Blumenwiese--2-5-l-im-Eimer--2000-0182---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 46.95, "maxPrice": 46.95, "price": 46.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenwiese-2-5-l-im-eimer-blumenwiese-von-flortus/a-550608" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Blumenwiese (10 l im Eimer)", "description": "farbenfrohe Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550610/preview/550610-Blumenwiese--10-l-im-Eimer--2000-0184---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550610/middle/550610-Blumenwiese--10-l-im-Eimer--2000-0184---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 149.95, "maxPrice": 149.95, "price": 149.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenwiese-10-l-im-eimer-blumenwiese-von-flortus/a-550610" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Blumenwiese (1 l im Doypack)", "description": "farbenfrohe Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550607/preview/550607-Blumenwiese--1-l-im-Doypack--2000-0181---0_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550607/middle/550607-Blumenwiese--1-l-im-Doypack--2000-0181---0_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 21.95, "maxPrice": 21.95, "price": 21.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenwiese-1-l-im-doypack-blumenwiese-von-flortus/a-550607" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Wildblumenwiese für Werbezwecke", "description": "Bunte Wildblumen sind die schönsten Worte der Natur", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543621/preview/543621-Wildblumenwiese-fuer-Werbezwecke-W5197---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543621/middle/543621-Wildblumenwiese-fuer-Werbezwecke-W5197---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.39, "maxPrice": 0.39, "price": 0.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wildblumenwiese-fuer-werbezwecke-wildblumensamen-von-flortus/a-543621" } } ] } 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();});