{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Bienen - Mischung im 5 l Eimer", "description": "reichblühende Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538302/preview/538302-Bienen-Mischung-5-l-Eimer.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538302/middle/538302-Bienen-Mischung-5-l-Eimer.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 69.99, "maxPrice": 79.99, "price": 69.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bienen-mischung-5-l-eimer-blumensamen-von-n-l-chrestensen/a-538302" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Wildblumen - Mischung im 5 l Eimer", "description": "farbenprächtige Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541684/preview/541684-Wildblumen-Mischung-im-5-l-Eimer-6014-ct---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/541684/middle/541684-Wildblumen-Mischung-im-5-l-Eimer-6014-ct---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 69.99, "maxPrice": 79.99, "price": 69.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wildblume-mischung-im-5-l-eimer-wildblumensamen-von-n-l-chrestensen/a-541684" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Zuckererbse Delikata [MHD 01/2024]", "description": "Vollfleischig, Frühe Sorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538511/preview/538511-Zuckererbse-Delikata.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538511/middle/538511-Zuckererbse-Delikata.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.25, "maxPrice": 2.49, "price": 1.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zuckererbse-delikata-zuckererbsensamen-von-n-l-chrestensen/a-538511" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Bienen - Mischung im 1 l Eimer ", "description": "reichblühende Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538303/preview/538303-Bienen-Mischung-im-1-l-Eimer--6008-ct---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538303/middle/538303-Bienen-Mischung-im-1-l-Eimer--6008-ct---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 19.95, "maxPrice": 19.95, "price": 19.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bienen-mischung-1-l-eimer-blumensamen-von-n-l-chrestensen/a-538303" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Lupine Rauhülsige Mischung [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/539157/preview/539157-Lupine-Rauhuelsige-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/539157/middle/539157-Lupine-Rauhuelsige-Mischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.25, "maxPrice": 0.49, "price": 0.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/lupine-rauhuelsige-mischung-lupinensamen-von-n-l-chrestensen/a-539157" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller N.L. Chrestensen (411 Treffer)

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