{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Zuckermais Tatonka F1-Hybride [MHD 06/2022]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530950/preview/530950-Zuckermais--Tasty--Sweet--F1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530950/middle/530950-Zuckermais--Tasty--Sweet--F1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 2.99, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zuckermais-tasty-sweet-f1-von-flora-elite/a-530950" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Stangenbohne Neckargold [MHD 06/2022]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531415/preview/531415-Stangenbohne--Neckargold.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531415/middle/531415-Stangenbohne--Neckargold.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 2.99, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stangenbohne-neckargold-von-flora-elite/a-531415" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Salatmischung Baby Leaf [MHD 06/2022]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531036/preview/531036-Salatmischung--Baby--Leaf.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531036/middle/531036-Salatmischung--Baby--Leaf.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.32, "maxPrice": 1.59, "price": 0.32, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salatmischung-baby-leaf-von-flora-elite/a-531036" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Echter Lavendel [MHD 06/2022]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531105/preview/531105-Lavendel--Echter.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531105/middle/531105-Lavendel--Echter.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.32, "maxPrice": 1.59, "price": 0.32, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/lavendel-echter-von-flora-elite/a-531105" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Möhren Mix 3 Sorten (Saatband) [MHD 06/2022]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531354/preview/531354-Moehren--Mix--3--Sorten---Saatband.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531354/middle/531354-Moehren--Mix--3--Sorten---Saatband.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.46, "maxPrice": 2.29, "price": 0.46, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/moehren-mix-3-sorten-saatband-von-flora-elite/a-531354" } } ] } 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();});