{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Speisemöhre Flyaway F1-Hybride [MHD 06/2022]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530957/preview/530957-Speisemoehre--Flyaway--F1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530957/middle/530957-Speisemoehre--Flyaway--F1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.74, "maxPrice": 3.69, "price": 0.74, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/speisemoehre-flyaway-f1/a-530957" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Tulpenmischung Purple (18 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553946/preview/553946-Tulpenmischung-Purple--18-Stueck--217902-fe---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/553946/middle/553946-Tulpenmischung-Purple--18-Stueck--217902-fe---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 18.95, "maxPrice": 18.95, "price": 18.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tulpenmischung-purple-18-stueck-blumenzwiebelmischungen-von-flora-elite/a-553946" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Schachblume Mischung (10 Stück)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541285/preview/541285-Schachblume-Mischung--10-Stueck-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541285/middle/541285-Schachblume-Mischung--10-Stueck-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 5.99, "maxPrice": 5.99, "price": 5.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schachblume-mischung-10-stueck-schachblumenzwiebeln-von-flora-elite/a-541285" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Fritillaria Imperialis Mischung (3 Stück) (Großpackung)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544464/preview/544464-Fritillaria-Imperialis-Mischung---3-Stueck---Grosspackung-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544464/middle/544464-Fritillaria-Imperialis-Mischung---3-Stueck---Grosspackung-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 18.95, "maxPrice": 18.95, "price": 18.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fritillaria-imperialis-mischung-3-stueck-grosspackung-fritillariazwiebeln-von-flora-elite/a-544464" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Tulpe Double Mischung (25 Stück) (Großpackung)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544437/preview/544437-Tulpe-Double-Mischung--25-Stueck---Grosspackung-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/544437/middle/544437-Tulpe-Double-Mischung--25-Stueck---Grosspackung-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 14.95, "maxPrice": 14.95, "price": 14.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tulpe-double-mischung-25-stueck-grosspackung-tulpenzwiebeln-von-flora-elite/a-544437" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Flora Elite (287 Treffer)

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