{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Kleintier - Wiese [MHD 01/2024]", "description": "Futtermischung aus Gräsern und Klee", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3003/preview/3003-Kleintier-Wiese-4721-old20---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/3003/middle/3003-Kleintier-Wiese-4721-old20---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/gemuesesamen-kleintier-wiese-mix-von-kiepenkerl/a-3003" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Oster- und Bastelgras [MHD 12/2024]", "description": "schnellwüchsig, zur Osterdekoration von Schalen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1802/preview/1802-Oster--und-Bastelgras-0225-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1802/middle/1802-Oster--und-Bastelgras-0225-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.15, "maxPrice": 2.29, "price": 1.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-oster-und-bastelgras/a-1802" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Rasendünger plus Unkrautvernichter (1,5 kg) [MHD 01/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551055/preview/551055-Rasenduenger-plus-Unkrautvernichter--1-5-kg--1330032004-co---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/551055/middle/551055-Rasenduenger-plus-Unkrautvernichter--1-5-kg--1330032004-co---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 13.50, "maxPrice": 26.99, "price": 13.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/rasenduenger-plus-unkrautvernichter-1-5-kg-duenger-von-compo/a-551055" } } , { "@type": "ListItem", "position": 4, "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" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Ziervogelgras [MHD 12/2024]", "description": "leckere vitaminreiche Grünnahrung zur Gesunderhaltung aller Hausvögel", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1801/preview/1801-1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1801/middle/1801-1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.15, "maxPrice": 2.29, "price": 1.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-ziervogelgras/a-1801" } } ] } Suchergebnisse für: Meerschweinchen | Samenhaus Samen & Sämereien

Suchergebnisse für Meerschweinchen (8 Treffer)

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