{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Gartenwicke Heirloom Mischung", "description": "ideal als Schnittblume oder Kletterpflanze mit einem bezaubernden Wickenduft", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1569/preview/1569-Gartenwicke-Heirloom-Mischung-AGT04259---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1569/middle/1569-Gartenwicke-Heirloom-Mischung-AGT04259---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.39, "maxPrice": 2.39, "price": 2.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/thompson-morgan-gartenwicke-heirloom-mischung/a-1569" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Wildblume Blumenmischung", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530227/preview/530227-Wildblume-Blumenmischung-AGT03920---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530227/middle/530227-Wildblume-Blumenmischung-AGT03920---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/wildblume-blumenmischung-von-thompson-morgan/a-530227" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Lampionblume Physalis gigantea", "description": "mit riesigen Laternen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1613/preview/1613-Lampionblume-Physalis-gigantea-AGT02140---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1613/middle/1613-Lampionblume-Physalis-gigantea-AGT02140---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/thompson-morgan-lampionblume-physalis-gigantea/a-1613" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Basilikum Genovese Classico", "description": "ein ‘Muss’ in der italienischen Küche, einfache Anzucht auf der Fensterbank oder im Freiland", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1723/preview/1723-Basilikum-Genovese-Classico.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1723/middle/1723-Basilikum-Genovese-Classico.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.39, "maxPrice": 3.39, "price": 3.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/thompson-morgan-basilikum-genovese-classico/a-1723" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Alyssum Schneeteppich", "description": "duftender Bodendecker", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1517/preview/1517-Alyssum-Schneeteppich-AGT01350---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1517/middle/1517-Alyssum-Schneeteppich-AGT01350---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/thompson-morgan-alyssum-steinkraut-schneeteppich/a-1517" } } ] } 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();});