{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Sommeraster Mixed [MHD 07/2022]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545715/preview/545715-Sommeraster-Mixed-14110-ht---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545715/middle/545715-Sommeraster-Mixed-14110-ht---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.29, "maxPrice": 1.45, "price": 0.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sommeraster-mixed-asternsamen-von-hortitops/a-545715" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Sommeraster Prinzess Blau [MHD 01/2024]", "description": "Beliebte, haltbare Schnitt- und Gruppenblume für Sommerbeete, Höhe ca. 70 cm. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2796/preview/2796-Sommeraster-Prinzess-Blau---MHD-01-2020-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2796/middle/2796-Sommeraster-Prinzess-Blau---MHD-01-2020-.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/kiepenkerl-sommeraster-prinzess-blau/a-2796" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Sommeraster Strahlenmischung [MHD 01/2024]", "description": "Beliebte, haltbare Schnitt- und Gruppenblume für Sommerbeete. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2697/preview/2697-Sommeraster-Strahlenmischung.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2697/middle/2697-Sommeraster-Strahlenmischung.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.45, "maxPrice": 0.89, "price": 0.45, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-callisteph-strahlen-mix/a-2697" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Schnittastern Sortiment", "description": "Mischung verschiedener Sommeraster-Arten, 50-60 cm, bestens zum Schnitt geeignet", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2067/preview/2067-Schnittastern-Sortiment-1833-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2067/middle/2067-Schnittastern-Sortiment-1833-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-schnitt-astern-sortiment/a-2067" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Sommeraster Prinzess Weiß [MHD 01/2024]", "description": "Beliebte, haltbare Schnitt- und Gruppenblume für Sommerbeete, Höhe ca. 70 cm. ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2799/preview/2799-Sommeraster-Prinzess-Weiss.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2799/middle/2799-Sommeraster-Prinzess-Weiss.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.50, "maxPrice": 0.99, "price": 0.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kiepenkerl-sommeraster-prinzess-weiss/a-2799" } } ] } Suchergebnisse für: sommeraster | Samenhaus Samen & Sämereien

Suchergebnisse für sommeraster (44 Treffer)

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