{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Bienenweide Region Süd (mehrjährig, 50 g)", "description": "Baden-Württemberg, Bayern, Hessen, Rheinland-Pfalz, Saarland, Thüringen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543484/preview/543484-Bienenweide-Region-Sued--mehrjaehrig--50-g-_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543484/middle/543484-Bienenweide-Region-Sued--mehrjaehrig--50-g-_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bienenweide-region-sued-mehrjaehrig-50-g-bienenwiese-von-biobalu/a-543484" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Bienenweide Region Nord-Ost (mehrjährig, 50 g)", "description": "Mecklenburg Vorpommern, Brandenburg, Berlin, Sachsen-Anhalt, Sachsen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543482/preview/543482-Bienenweide-Region-Nord-Ost--mehrjaehrig--50-g-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543482/middle/543482-Bienenweide-Region-Nord-Ost--mehrjaehrig--50-g-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bienenweide-region-nord-ost-mehrjaehrig-50-g-bienenwiese-von-biobalu/a-543482" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bienenweide Halbschatten- und Schattenbereich (50 g)", "description": "Nahrung und Lebensraum für Insekten & Vögel", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546069/preview/546069-Bienenweide-Halbschatten--und-Schattenbereich--50-g-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546069/middle/546069-Bienenweide-Halbschatten--und-Schattenbereich--50-g-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bienenweide-halbschatten-und-schattenbereich-50-g-bienenwiese-von-biobalu/a-546069" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Bienenweide Region Nord-West (mehrjährig, 50 g)", "description": "Schleswig-Holstein, Hamburg, Bremen, Niedersachsen, Nordrhein-Westfalen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543483/preview/543483-Bienenweide-Region-Nord-West--mehrjaehrig--50-g-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543483/middle/543483-Bienenweide-Region-Nord-West--mehrjaehrig--50-g-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bienenweide-region-nord-west-mehrjaehrig-50-g-bienenwiese-von-biobalu/a-543483" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Tomatensamen 10 Alte Sorten Set", "description": "Alte Tomatensorten Bio", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550612/preview/550612-BIO-Tomatensamen-10-Alte-Sorten-Set-BB1006---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550612/middle/550612-BIO-Tomatensamen-10-Alte-Sorten-Set-BB1006---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 19.99, "maxPrice": 19.99, "price": 19.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tomatensamen-10-alte-sorten-set-bio-gemuesesamen-sets-von-biobalu/a-550612" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Biobalu (25 Treffer)

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