{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Hamster - und Zwergkaninchengras [MHD 01/2025]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538670/preview/538670-Hamster--und-Zwergkaninchengras.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538670/middle/538670-Hamster--und-Zwergkaninchengras.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.90, "maxPrice": 1.79, "price": 0.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/hamster-und-zwergkaninchengras-kleintiergrassamen-von-n-l-chrestensen/a-538670" } } , { "@type": "ListItem", "position": 2, "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": 3, "item": { "@type": "Product", "name": "Ostergras Dekogras [MHD 01/2024]", "description": "Schnellwüchsiges Dekogras", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3151/preview/3151-Ostergras-Dekogras-4715---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3151/middle/3151-Ostergras-Dekogras-4715---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.25, "maxPrice": 2.49, "price": 1.25, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-ostergras/a-3151" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Ostergras", "description": "Auch für Ziervögel zu verwenden, Ganzjährig anzubauen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538523/preview/538523-Ostergras.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/538523/middle/538523-Ostergras.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.29, "maxPrice": 1.29, "price": 1.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/ostergras-ostergrassamen-von-n-l-chrestensen/a-538523" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Ostergras Osterspaß [MHD 01/2024]", "description": "Schnelle Kultur, zum dekorieren, Kleintierfütterung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/163/preview/163-Ostergras-Osterspass--MHD-01-2024--88050---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/163/middle/163-Ostergras-Osterspass--MHD-01-2024--88050---1.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/sperli-samen-ostergras-sperli-s-osterspass/a-163" } } ] } Suchergebnisse für: Kaninchen | Samenhaus Samen & Sämereien

Suchergebnisse für Kaninchen (9 Treffer)

9 Ergebnisse gefunden
​ ​ ​ ​ ​ ​
Filter
var showPopupDelay = 3000; var showPopupLiveTime = 3; 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();});