{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "BIO Cocktailtomate Primabella [MHD 01/2024]", "description": "Aromatisch süß-saure Cocktailtomate für den Freilandanbau. Sehr hohe Phytophtora-Toleranz.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535969/preview/535969-BIO-Cocktailtomate-Primabella-010-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535969/middle/535969-BIO-Cocktailtomate-Primabella-010-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.48, "maxPrice": 4.95, "price": 2.48, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/cocktailtomate-primabella-bio-tomatensamen-von-culinaris-saatgut/a-535969" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "BIO Salattomate Green Zebra [MHD 06/2024]", "description": "Salattomate mit spektakulären, grünen Früchten, die sich bei Vollreife gelb einfärben. Kräftiges Aroma.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535977/preview/535977-BIO-Salattomate-Green-Zebra-018-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535977/middle/535977-BIO-Salattomate-Green-Zebra-018-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.98, "maxPrice": 3.95, "price": 1.98, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/salattomate-green-zebra-bio-tomatensamen-von-culinaris-saatgut/a-535977" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Feldsalat Verte de Cambrai [MHD 01/2022]", "description": "Dunkelgrüner, anspruchsloser Feldsalat mit rundblättrigen Rosetten.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536874/preview/536874-BIO-Feldsalat-Verte-de-Cambrai-067-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536874/middle/536874-BIO-Feldsalat-Verte-de-Cambrai-067-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.48, "maxPrice": 2.95, "price": 1.48, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/feldsalat-verte-de-cambrai-von-culinaris-saatgut/a-536874" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "BIO Chili Prairie Fire [MHD 01/2025]", "description": "Feurig-scharfe Minichili mit hübschen Farbnuancen für vielfältige Verwendung. Auch produktiv auf der Fensterbank.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535987/preview/535987-BIO-Chili-Prairie-Fire-028-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535987/middle/535987-BIO-Chili-Prairie-Fire-028-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.16, "maxPrice": 3.95, "price": 3.16, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/chilli-prairie-fire-bio-paprikasamen-von-culinaris-saatgut/a-535987" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Fleischtomate Ananori", "description": "Große Fleischtomate mit außergewöhnlichem Farbverlauf und gutem Geschmack.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540236/preview/540236-BIO-Fleischtomate-Ananori-089-cs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/540236/middle/540236-BIO-Fleischtomate-Ananori-089-cs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.95, "maxPrice": 3.95, "price": 3.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bio-fleischtomate-ananas-noir-bio-fleischtomatensamen-von-culinaris/a-540236" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Culinaris (77 Treffer)

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