{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Mangold Five Colours [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534818/preview/534818-BIO-Mangold-Five-Colours-11885-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534818/middle/534818-BIO-Mangold-Five-Colours-11885-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.50, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mangold-five-colours-grosspackung-bio-mangoldsamen-von-de-bolster/a-534818" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Gewürzgurke Hokus [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534915/preview/534915-BIO-Gewuerzgurke-Hokus-11030-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534915/middle/534915-BIO-Gewuerzgurke-Hokus-11030-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.50, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/landgurke-hokus-bio-gurkensamen-von-de-bolster/a-534915" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Gartenmelde rot [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534816/preview/534816-BIO-Gartenmelde-rot-12000-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534816/middle/534816-BIO-Gartenmelde-rot-12000-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.80, "maxPrice": 3.50, "price": 2.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rote-gartenmelde-bio-gartenmeldesamen-von-de-bolster/a-534816" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Mangold Selektion Sunset [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534822/preview/534822-BIO-Mangold-Selektion-Sunset-11915-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534822/middle/534822-BIO-Mangold-Selektion-Sunset-11915-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.50, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schnittmangold-selektion-sunset-grosspackung-bio-mangoldsamen-von-de-bolster/a-534822" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Zucchini Zarte Grüne [MHD 12/2023]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534937/preview/534937-BIO-Zucchini-Zarte-Gruene-11350-db---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534937/middle/534937-BIO-Zucchini-Zarte-Gruene-11350-db---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.50, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zucchini-zarte-gruene-bio-zucchinisamen-von-de-bolster/a-534937" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller De Bolster (180 Treffer)

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