{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Melone Rampicante Zuccerino [MHD 06/2025]", "description": "Glatte Schale, mit gelbem zuckerhaltigem Fruchtfleisch.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529886/preview/529886-Melone--Rampicante--Zuccerino.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529886/middle/529886-Melone--Rampicante--Zuccerino.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/melone-rampicante-zuccherino/a-529886" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Mais Zuccherino [MHD 06/2024]", "description": "Kräftige und ergiebige Sorte.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529869/preview/529869-Mais--Zuccherino.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529869/middle/529869-Mais--Zuccherino.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/mais-zuccherino/a-529869" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Tomate Scipo Hybrid F.1 [MHD 06/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529964/preview/529964-Tomate--Scipo--Hybrid--F-1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529964/middle/529964-Tomate--Scipo--Hybrid--F-1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.63, "maxPrice": 3.29, "price": 2.63, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pomodoro-scipio-hybrid-f-1/a-529964" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Passionsblume Caerulea [MHD 06/2025]", "description": "Mehrjährige, rustikale Kletterpflanze.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529905/preview/529905-Passionsblume--Caerulea.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/529905/middle/529905-Passionsblume--Caerulea.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.63, "maxPrice": 3.29, "price": 2.63, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/passiflora-caerulea/a-529905" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Prunkbohne Preisgewinner [MHD 06/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530136/preview/530136-Fagiolo-Rampicante-Preisgewinner--MHD-12-20.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530136/middle/530136-Fagiolo-Rampicante-Preisgewinner--MHD-12-20.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-rampicante-preisgewinner/a-530136" } } ] } 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();});