{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Mairübe Snowball [MHD 01/2022]", "description": "Raschwüchsige, kugelrunde, weiße Rüben, zartmild, wasserentziehende Wirkung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542371/preview/542371-Mairuebe-Snowball.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542371/middle/542371-Mairuebe-Snowball.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.08, "maxPrice": 0.39, "price": 0.08, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/mairuebe-snowball-mairuebesamen-von-carl-pabst/a-542371" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Speisemöhre Nantaise 2 [MHD 01/2021]", "description": "Mittelfrüh, halblang, gut abgestumpft und glattschalig, hoher Carotingehalt, gefriergeeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542348/preview/542348-Speisemoehre-Nantaise-2.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542348/middle/542348-Speisemoehre-Nantaise-2.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.16, "maxPrice": 0.79, "price": 0.16, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/speisemoehre-nantaise-2-speisemoehrensamen-von-carl-pabst/a-542348" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Einlegegurke Delikateß [MHD 01/2021]", "description": "Frühe, mittellange Einlege-, Salat- und Schälgurke für das Freiland", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542316/preview/542316-Einlegegurke-Delikatess.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542316/middle/542316-Einlegegurke-Delikatess.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.16, "maxPrice": 0.79, "price": 0.16, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/einlegegurke-delikatess-einlegegurkensamen-von-carl-pabst/a-542316" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Schälgurke Fatum [MHD 01/2021]", "description": "Schäl- und Senfgurke für den Anbau im Freiland", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542317/preview/542317-Schaelgurke-Fatum.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542317/middle/542317-Schaelgurke-Fatum.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.20, "maxPrice": 0.99, "price": 0.20, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schaelgurke-fatum-schaelgurkensamen-von-carl-pabst/a-542317" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Speisemöhre Lange rote Stumpfe ohne Herz 2 [MHD 01/2021]", "description": "Späte Speisemöhrensorte, sehr gute Lagerfähigkeit", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542346/preview/542346-Speisemoehre-Lange-rote-Stumpfe-ohne-Herz-2.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542346/middle/542346-Speisemoehre-Lange-rote-Stumpfe-ohne-Herz-2.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.16, "maxPrice": 0.79, "price": 0.16, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/speisemoehre-lange-rote-stumpfe-ohne-herz-2-speisemoehrensamen-von-carl-pabst/a-542346" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Carl Pabst (345 Treffer)

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