{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Rote Rübe Cylindra [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549002/preview/549002-Rote-Ruebe-Cylindra-11410-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549002/middle/549002-Rote-Ruebe-Cylindra-11410-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.65, "maxPrice": 1.29, "price": 0.65, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rote-ruebe-cylindra-ruebensamen-von-gruene-fee/a-549002" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Teekräuter - Kombination - 3 Saatscheiben 8 cm Pfefferminze, Kamille, Melisse [MHD 01/2022]", "description": "Kombination aus den Heil - und Gewürzkräutern Pfefferminze, Kamille und Melisse, ein- bis mehrjährig, für Anzucht in Kübeln und Balkonkästen geeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542594/preview/542594-Teekraeuter-Kombination-3-Saatscheiben-8-cm-Pfefferminze--Kamille--Melisse.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542594/middle/542594-Teekraeuter-Kombination-3-Saatscheiben-8-cm-Pfefferminze--Kamille--Melisse.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.80, "maxPrice": 3.99, "price": 0.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/teekraeuter-kombination-3-saatscheiben-8-cm-pfefferminze-kamille-melisse-teekraeutersamen-von-carl-pabst/a-542594" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Tomate Roma VF [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549009/preview/549009-Tomate-Roma-VF-11558-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/549009/middle/549009-Tomate-Roma-VF-11558-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.50, "maxPrice": 0.99, "price": 0.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tomate-roma-vf-tomatensamen-von-gruene-fee/a-549009" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Majoran Pikantus [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548908/preview/548908-Majoran-Pikantus-172190-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/548908/middle/548908-Majoran-Pikantus-172190-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.30, "maxPrice": 0.59, "price": 0.30, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/majoran-pikantus-majoransamen-von-carl-pabst/a-548908" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Kapuzinerkresse Scharlachjuwel [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552952/preview/552952-Kapuzinerkresse-Scharlachjuwel-13360-cp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/552952/middle/552952-Kapuzinerkresse-Scharlachjuwel-13360-cp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.80, "maxPrice": 1.59, "price": 0.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kapuzinerkresse-scharlachjuwel-kapuzinerkressesamen-von-gruene-fee/a-552952" } } ] } 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();});