{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Paprika Heatwave [MHD 12/2021]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532522/preview/532522-Paprika-Heatwave-von-Thompson-und-Morgan.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532522/middle/532522-Paprika-Heatwave-von-Thompson-und-Morgan.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.76, "maxPrice": 3.79, "price": 0.76, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprika-heatwave-von-thompson-morgan/a-532522" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Spinat Spinacio Viridis [MHD 12/2022]", "description": "wohlschmeckend, viele große Blätter", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1750/preview/1750-Spinat-Spinacio-Viridis--MHD-12-2022--AGV00428---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1750/middle/1750-Spinat-Spinacio-Viridis--MHD-12-2022--AGV00428---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.68, "maxPrice": 3.39, "price": 0.68, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/spinatsamen-spinat-spinacio-viridis-von-thompson-morgan/a-1750" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Paprika Etiuda [MHD 12/2023]", "description": "Knackig, saftig und ertragsreich", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543226/preview/543226-Paprika-Etiuda.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543226/middle/543226-Paprika-Etiuda.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.95, "maxPrice": 1.89, "price": 0.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprika-etiuda-paprikasamen-von-thompson-morgan/a-543226" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Basilikum Crimson King [MHD 12/2023]", "description": "lilafarbige Blätter", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523541/preview/523541-Basilikum-Crimson-King.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/523541/middle/523541-Basilikum-Crimson-King.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.95, "maxPrice": 1.89, "price": 0.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/thompson-morgan-basilikum-crimson-king/a-523541" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Paprika Havana Gold [MHD 12/2024]", "description": "Viele, attraktive, orangefarbene, mild schmeckende Chilischoten, die sowohl frisch und getrocknet köstlich schmecken. Hoher Ertrag.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546497/preview/546497-Paprika--Chili--Havana-Gold-AGTKB4914---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546497/middle/546497-Paprika--Chili--Havana-Gold-AGTKB4914---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.70, "maxPrice": 3.39, "price": 1.70, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprika-chili-havana-gold-chilisamen-von-thompson-morgan/a-546497" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Thompson & Morgan (257 Treffer)

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