{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Hot & Spicy Saatgut - Box XS [MHD 12/2021]", "description": "Die kleine Saatgut-Box in Premium-Qualität mit Chilis in Einzeltüten, für alle, die es etwas schärfer mögen. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546135/preview/546135-Hot-und-Spicy-Saatgut-Box-XS.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546135/middle/546135-Hot-und-Spicy-Saatgut-Box-XS.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.00, "maxPrice": 9.99, "price": 2.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/hot-spicy-saatgut-box-xs-holzbox-samen-sets-von-saatgut-dillmann/a-546135" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Bunte Karotten Saatgut - Box XS [MHD 12/2020]", "description": "Die kleine Saatgut-Box in Premium-Qualität mit bunten Möhren in Einzeltüten. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546136/preview/546136-Bunte-Karotten-Saatgut-Box-XS-XS41-sd---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546136/middle/546136-Bunte-Karotten-Saatgut-Box-XS-XS41-sd---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.40, "maxPrice": 11.99, "price": 2.40, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bunte-karotten-saatgut-box-xs-holzbox-samen-sets-von-saatgut-dillmann/a-546136" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Mittelalterliche Gemüse Saatgut - Box S (Holzbox)", "description": "8 alte Gemüsesorten für die moderne Küche", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543390/preview/543390-Mittelalterliche-Gemuese-Saatgut-Box-S--Holzbox--S17-sd---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543390/middle/543390-Mittelalterliche-Gemuese-Saatgut-Box-S--Holzbox--S17-sd---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/mittelalterliche-gemuese-saatgut-box-s-holzbox-samen-set-von-saatgut-dillmann/a-543390" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Saatgut Adventskalender (Holzbox)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550321/preview/550321-Saatgut-Adventskalender--Holzbox--AKM01-sd---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/550321/middle/550321-Saatgut-Adventskalender--Holzbox--AKM01-sd---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 49.95, "maxPrice": 49.95, "price": 49.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/saatgut-adventskalender-holzbox-adventskalender-von-saatgut-dillmann/a-550321" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Mittelalterliche Gemüse Saatgut - Box S (Karton)", "description": "8 alte Gemüsesorten für die moderne Küche", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543389/preview/543389-Mittelalterliche-Gemuese-Saatgut-Box-S--Karton--KS17-sd---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543389/middle/543389-Mittelalterliche-Gemuese-Saatgut-Box-S--Karton--KS17-sd---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 14.95, "maxPrice": 14.95, "price": 14.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mittelalterliche-gemuese-saatgut-box-s-karton/a-543389" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Saatgut Dillmann (64 Treffer)

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