{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Nasch-Tomate Bejbino F1 [MHD 12/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543058/preview/543058-Nasch-Tomate-Bejbino-F1-1360-as---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543058/middle/543058-Nasch-Tomate-Bejbino-F1-1360-as---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.49, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/nasch-tomate-bejbino-f1-naschtomatensamen-von-austrosaat/a-543058" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Karotte Napoli F1 [MHD 12/2023]", "description": "Sehr frühreifende, robuste, lagerfähige Sorte mit glatten, schön durchgefärbten Karotten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543069/preview/543069-Karotte-Napoli-F1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543069/middle/543069-Karotte-Napoli-F1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.15, "maxPrice": 4.29, "price": 2.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/karotte-napoli-f1-karottensamen-von-austrosaat/a-543069" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Sonnenblume Teddybär [MHD 12/2023]", "description": "Diese Sonnenblume mit besonders dicht gefüllten Blüten wird nur ca. 40 cm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542708/preview/542708-Sonnenblume-Teddybaer.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542708/middle/542708-Sonnenblume-Teddybaer.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.60, "maxPrice": 1.19, "price": 0.60, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sonnenblume-teddybaer-sonnenblumensamen-von-austrosaat/a-542708" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Lemon-Basilikum Mrs. Burns [MHD 12/2023]", "description": "Leicht zitronenähnlich schmeckende Sorte mit glatten, hellgrünen, fleischigen Blättern", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542757/preview/542757-Lemon-Basilikum-Mrs--Burns.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542757/middle/542757-Lemon-Basilikum-Mrs--Burns.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.10, "maxPrice": 2.19, "price": 1.10, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/lemon-basilikum-mrs-burns-basilikumsamen-von-austrosaat/a-542757" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Stiefmütterchen Joker Mischung [MHD 12/2023]", "description": "Farbenfrohe Mischung mit dekorativen, mehrfarbigen Blüten.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543035/preview/543035-Stiefmuetterchen-Joker-Mischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/543035/middle/543035-Stiefmuetterchen-Joker-Mischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.75, "maxPrice": 3.49, "price": 1.75, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/stiefmuetterchen-joker-mischung-stiefmuetterchensamen-von-austrosaat/a-543035" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Austrosaat (440 Treffer)

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