{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Stangenbohne Blauhilde [MHD 01/2023]", "description": "mittelspät, fadenfrei, virusresistent", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/180/preview/180-Stangenbohne-Blauhilde-80364---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/180/middle/180-Stangenbohne-Blauhilde-80364---0.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/bohnen-stangenbohnen-blauhilde-von-sperli-samen/a-180" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Konfetti aus Saatpapier Aquarell - Blumenmischung [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554351/preview/554351-Konfetti-aus-Saatpapier-Aquarell-Blumenmischung--35-Stueck--52271---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554351/middle/554351-Konfetti-aus-Saatpapier-Aquarell-Blumenmischung--35-Stueck--52271---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/konfetti-aus-saatpapier-aquarell-blumenmischung-35-stueck-blumensamen-von-sperli/a-554351" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Streudose zum Verschenken - Blumenmischung [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554347/preview/554347-Streudose-zum-Verschenken-Blumenmischung-52260---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/554347/middle/554347-Streudose-zum-Verschenken-Blumenmischung-52260---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.50, "maxPrice": 8.99, "price": 4.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/streudose-zum-verschenken-blumenmischung-blumensamen-von-sperli/a-554347" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Buschbohne Saxa [MHD 01/2023]", "description": " frühe, robuste Sorte, zart, sehr ertragreich", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/173/preview/173-Buschbohne-Saxa-80159---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/173/middle/173-Buschbohne-Saxa-80159---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 2.99, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bohnen-buschbohnen-saxa-von-sperli-samen/a-173" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Wildblumenmischung (Blumen- und Kräuter) [MHD 01/2023]", "description": "robuste Wildblumen ohne Gräseranteil", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/950/preview/950-Wildblumenmischung--Blumen--und-Kraeuter---MHD-01-2024--88019---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/950/middle/950-Wildblumenmischung--Blumen--und-Kraeuter---MHD-01-2024--88019---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 2.99, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-blumenmischung-blumen-und-kraeutermischung/a-950" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Sperli (586 Treffer)

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