{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Rittersporn Pacific Giant Mischung", "description": "imponierende Rabattenpflanze, die sich sehr gut als Schnittblume eignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1653/preview/1653-Rittersporn-Pacific-Giant-Mischung-AGT02907---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1653/middle/1653-Rittersporn-Pacific-Giant-Mischung-AGT02907---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-rittersporn-pacific-giant-mischung/a-1653" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Sonneblume Choco Sun [MHD 12/2024]", "description": "winzige, vielblühende Pflanze, zeigt bereits nach 11-12 Wochen ihre erste Blüten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1663/preview/1663-Sonneblume-Choco-Sun.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1663/middle/1663-Sonneblume-Choco-Sun.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.80, "maxPrice": 3.59, "price": 1.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/thompson-morgan-sonnenblume-choco-sun/a-1663" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Trichterwinde Heavenly Blue", "description": "prächtige, himmelblaue Blüten, die einen Durchmesser von 6cm erreichen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1694/preview/1694-Trichterwinde-Heavenly-Blue-AGT01708---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1694/middle/1694-Trichterwinde-Heavenly-Blue-AGT01708---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.59, "maxPrice": 3.59, "price": 3.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/thompson-morgan-trichterwinde-heavenly-blue/a-1694" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Wildblume Honigbienen Blumenmischung", "description": "erlesene Blumenmischung, reich an Pollen und Nektar, die besonders von Bienen geliebt wird", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1709/preview/1709-Wildblume-Honigbienen-Blumenmischung-AGT09126---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1709/middle/1709-Wildblume-Honigbienen-Blumenmischung-AGT09126---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-wildblumenmischung-honey-bee/a-1709" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Wildblume Kornfeld Mischung", "description": "eine Mischung aus wunderschönen Wildblumen, die sich fabelhaft für magere Böden eignen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1712/preview/1712-Wildblume-Kornfeld-Mischung-AGT03532---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1712/middle/1712-Wildblume-Kornfeld-Mischung-AGT03532---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.59, "maxPrice": 3.59, "price": 3.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/thompson-morgan-wildblume-englische-kornfeld-mischung/a-1712" } } ] } 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();});