{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Frühlingszwiebel Vaugirard [MHD 01/2024]", "description": "winterfeste, weiße Frühlingszwiebeln", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537495/preview/537495-Fruehlingszwiebel-Vaugirard-G913-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537495/middle/537495-Fruehlingszwiebel-Vaugirard-G913-sp---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/fruehlingszwiebel-vaugirard-fruehlingszwiebelsamen-von-samen-pfann/a-537495" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Zitronengras [MHD 01/2024]", "description": "beliebtes, exotisches Würzkraut. Bekannt aus der asiatischen Küche", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537557/preview/537557-Zitronengras-G995-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537557/middle/537557-Zitronengras-G995-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.00, "maxPrice": 1.99, "price": 1.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/zitronengras-zitronengrassamen-von-samen-pfann/a-537557" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Kümmel", "description": "sein milder Eigengeschmack verfeinert viele Speisen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537539/preview/537539-Kuemmel-G966-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537539/middle/537539-Kuemmel-G966-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.69, "maxPrice": 0.69, "price": 0.69, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kuemmel-kuemmelsamen-von-samen-pfann/a-537539" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Rote Rübe Forono", "description": "walzenförmig, angenehmer, mild - würziger Geschmack", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537422/preview/537422-Rote-Ruebe-Forono-G687-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537422/middle/537422-Rote-Ruebe-Forono-G687-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.99, "maxPrice": 0.99, "price": 0.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rote-ruebe-forono-rote-ruebensamen-von-samen-pfann/a-537422" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Blätterkohl Halbhoher Grüner Krauser", "description": "ertragreicher, feingekrauster Blätterkohl", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537323/preview/537323-Blaetterkohl-Halbhoher-gruener-Krauser-G430-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537323/middle/537323-Blaetterkohl-Halbhoher-gruener-Krauser-G430-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.49, "maxPrice": 0.49, "price": 0.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blaetterkohl-halbhoher-gruener-krauser-blaetterkohlsamen-von-samen-pfann/a-537323" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Samen Pfann (418 Treffer)

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