{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Tomate San Marzano Vesuvio 2 [MHD 01/2024]", "description": "fast ausgestorbene Spezialität vom Fuße des Vesuvs", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528892/preview/528892-Pomodoro-S-Marzano.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528892/middle/528892-Pomodoro-S-Marzano.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/tomatensamen-tomate-san-marzano-2-von-flortis/a-528892" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Wintersalatzichorie Mischung [MHD 12/2024]", "description": "Saatgut der italienischen Marke Flortis", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528882/preview/528882-Misticanza-Cicorie-Invernali.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528882/middle/528882-Misticanza-Cicorie-Invernali.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/salatsamen-wintersalatzichoriemischung-von-flortis/a-528882" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Honigmelone Giallo Canaria 3 [MHD 12/2024]", "description": "Saatgut der italienischen Marke Flortis", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528880/preview/528880-Melone-Giallo-Canaria.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528880/middle/528880-Melone-Giallo-Canaria.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/flortis-gelbe-kanarische-honigmelone-melone-giallo-canaria-3/a-528880" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Fenchel [MHD 12/2022]", "description": "mit breiten Blüten und einem leicht bitteren Geschmack ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529011/preview/529011-Finocchio-Selvatico.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529011/middle/529011-Finocchio-Selvatico.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.50, "maxPrice": 2.49, "price": 0.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/flortis-fenchel/a-529011" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Stängelkohl Cima Di Rapa Sessantina [MHD 12/2024]", "description": "Saatgut der italienischen Marke Flortis", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528897/preview/528897-Rapa-Da-Cima.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528897/middle/528897-Rapa-Da-Cima.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/kohlsamen-staengelkohl-cima-di-rapa-sessantina-von-flortis/a-528897" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Flortis (136 Treffer)

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