{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Rote Beete Morello F1 [MHD 12/2023]", "description": "Die optisch ansprechende Morello hat dunkellila Blätter und Stiele sowie eine dunkellila Knolle mit lila-rotem Fleisch und markanten weißen Ringen. Bei dieser roten Beete gibt es keinen Abfall - die Pflanze ist komplett essbar. Blätter, Stiele und Knollen sind genießbar. Weil sie so kompakt wächst, eignet sie sich auch für den kleineren Gemüsegarten oder im Topf auf Balkon und Terrasse.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546508/preview/546508-Rote-Beete-Morello-AGK84875---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546508/middle/546508-Rote-Beete-Morello-AGK84875---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.10, "maxPrice": 2.19, "price": 1.10, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rote-beete-morello-rote-beetesamen-von-thompson-morgan/a-546508" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Gänseblümchen Monstrosa Mischung", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551695/preview/551695-Gaensebluemchen-Monstrosa-Mischung-AGTKC0749---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551695/middle/551695-Gaensebluemchen-Monstrosa-Mischung-AGTKC0749---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 1.99, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/gaensebluemchen-monstrosa-mischung-gaensebluemchensamen-von-thompson-morgan/a-551695" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Kapuzinerkresse Rumba Mischung", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551698/preview/551698-Kapuzinerkresse-Rumba-Mischung-AGTKC1747---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551698/middle/551698-Kapuzinerkresse-Rumba-Mischung-AGTKC1747---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kapuzinerkresse-rumba-mischung-kapuzinerkressesamen-von-thompson-morgan/a-551698" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Kornblume Polka Dot Mischung", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551700/preview/551700-Kornblume-Polka-Dot-Mischung-AGTKC1750---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551700/middle/551700-Kornblume-Polka-Dot-Mischung-AGTKC1750---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.19, "maxPrice": 3.19, "price": 3.19, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kornblume-polka-dot-mischung-kornblumensamen-von-thompson-morgan/a-551700" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Männertreu Crystal Palace", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551702/preview/551702-Maennertreu-Crystal-Palace-AGTKC1754---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551702/middle/551702-Maennertreu-Crystal-Palace-AGTKC1754---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.99, "maxPrice": 0.99, "price": 0.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/maennertreu-crystal-palace-maennertreusamen-von-thompson-morgan/a-551702" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

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

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