{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Skabiose Mehrfarbig", "description": "Einjährige, rustikale Pflanze.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530017/preview/530017-Skabiose--Mehrfarbig.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530017/middle/530017-Skabiose--Mehrfarbig.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.49, "maxPrice": 2.49, "price": 2.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/scabiosa-multicolor/a-530017" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Möhre Chantenay [MHD 06/2024]", "description": "Früh- bis mittelreife Sorte. Grobe, lange Wurzel in zylindrischer Form.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530168/preview/530168-Moehre--Chantenay.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530168/middle/530168-Moehre--Chantenay.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.25, "maxPrice": 2.49, "price": 1.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/carota-chantenay/a-530168" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Dill Aneto [MHD 06/2025]", "description": "Einjährige, rustikale Pflanze.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529536/preview/529536-Dill--Aneto.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529536/middle/529536-Dill--Aneto.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 2.49, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/franchi-sementi-dill-aneto/a-529536" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Buschbohne Nano Cannellino [MHD 06/2024]", "description": "Weiße Bohne, halbflache grün-gelbliche Hülse.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529732/preview/529732-Buschbohne--Nano--Cannellino.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529732/middle/529732-Buschbohne--Nano--Cannellino.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.25, "maxPrice": 2.49, "price": 1.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/fagiolo-nano-cannellino/a-529732" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Blaukissen Nana Compatta [MHD 06/2024]", "description": "Mehrjährige Pflanze, leicht zu Züchten, bevorzugt sonnige Standorte. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530200/preview/530200-Blaukissen--Nana--Compatta.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530200/middle/530200-Blaukissen--Nana--Compatta.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.65, "maxPrice": 3.29, "price": 1.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/aubretia-nana-compatta/a-530200" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Franchi Sementi (279 Treffer)

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