{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Mössinger Sommer für 20 m²", "description": "bunte Vielfalt für 20 m²", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532534/preview/532534-Blumenmischung-Original-Moessinger-Sommer-f.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532534/middle/532534-Blumenmischung-Original-Moessinger-Sommer-f.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 6.00, "maxPrice": 11.99, "price": 6.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenmischung-original-moessinger-sommer-fuer-20-m-von-saatgut-manufaktur/a-532534" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Mohnwiesenmischung (500 g)", "description": "aus der Mössinger Blumenträume Kollektion", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532599/preview/532599-Mohnwiesenmischung--500-g--F4-500g---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/532599/middle/532599-Mohnwiesenmischung--500-g--F4-500g---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 47.95, "maxPrice": 47.95, "price": 47.95, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/felger-s-mohnwiese-inspiriert-von-claude-monet-500-g/a-532599" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Bienensommer (100 g)", "description": "aus der Mössinger Blumenträume Kollektion", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531450/preview/531450-Bienensommer--100-g--F2---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531450/middle/531450-Bienensommer--100-g--F2---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 10.20, "maxPrice": 10.20, "price": 10.20, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/felger-s-bienensommer-blumenwiese-100-g/a-531450" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Mohnwiesenmischung (100 g)", "description": "aus der Mössinger Blumenträume Kollektion", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531448/preview/531448-Mohnwiesenmischung--100-g--F4---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531448/middle/531448-Mohnwiesenmischung--100-g--F4---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 10.15, "maxPrice": 10.15, "price": 10.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/felger-s-mohnwiese-inspiriert-von-claude-monet-100-g/a-531448" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Blumenmischung Mössinger Sommer für 3 m²", "description": "bunte Vielfalt für 3 m²", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531455/preview/531455.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531455/middle/531455.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.99, "maxPrice": 3.99, "price": 3.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blumenmischung-original-moessinger-sommer-fuer-3-m/a-531455" } } ] } Suchergebnisse für: | Samenhaus Samen & Sämereien

Suchergebnisse für Hersteller Saatgut-Manufaktur (17 Treffer)

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