{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Grasinsel Heimtier- und Ostergras [MHD 01/2021]", "description": "Saatgutmischung für die Anzucht von frischem Heimtierfutter oder Gras zur Dekoration", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542314/preview/542314-Grasinsel-Heimtier--und-Ostergras.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/542314/middle/542314-Grasinsel-Heimtier--und-Ostergras.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/grasinsel-heimtier-und-ostergras-ostergrassamen-von-carl-pabst/a-542314" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Greenfield Nachsaat-Mantelsaat (1 kg)", "description": "1 kg reicht für ca. 60 m²", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528709/preview/528709-Greenfield-Nachsaat-Mantelsaat--1-kg--62594-ff---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/528709/middle/528709-Greenfield-Nachsaat-Mantelsaat--1-kg--62594-ff---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 19.99, "maxPrice": 19.99, "price": 19.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/greenfield-nachsaat-1-kg/a-528709" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Kleintierrasen 1 kg", "description": "robuste Mischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536260/preview/536260-Rasensamen-Kleintierrasen-1-kg.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536260/middle/536260-Rasensamen-Kleintierrasen-1-kg.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.07, "maxPrice": 7.59, "price": 6.07, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasensamen-kleintierrasen-1-kg-von-quedlinburger-saatgut/a-536260" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Greenfield Gebrauchsrasen Spielrasen RSM 2.3 (10 kg)", "description": "10 kg reicht für ca. 500 m²", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536824/preview/536824-Greenfield-Sport-und-Spielrasen-230--RSM-2-3--10-kg--ff-69230---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/536824/middle/536824-Greenfield-Sport-und-Spielrasen-230--RSM-2-3--10-kg--ff-69230---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 112.99, "maxPrice": 112.99, "price": 112.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/greenfield-sport-spielrasen-10-kg/a-536824" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Rasennachsaat [MHD 01/2024]", "description": "Reparaturmischung, Mantelsaat", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537620/preview/537620-Rasennachsaat-RM100-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537620/middle/537620-Rasennachsaat-RM100-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.30, "maxPrice": 2.59, "price": 1.30, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasennachsaat-rasensamen-von-samen-pfann/a-537620" } } ] } Suchergebnisse für: Deutsches Weidelgras | Samenhaus Samen & Sämereien

Suchergebnisse für Deutsches Weidelgras (27 Treffer)

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