{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Wiesenblume Schmuckkörbchen (100 g)", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/558930/preview/558930-Wiesenblume-Schmuckkoerbchen--100-g--2000-0881---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/558930/middle/558930-Wiesenblume-Schmuckkoerbchen--100-g--2000-0881---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 8.99, "maxPrice": 8.99, "price": 8.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/wiesenblume-schmuckkoerbchen-100-g-cosmeasamen-von-flortus/a-558930" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Schmuckkörbchen (Cosmea) Double Click [MHD 01/2024]", "description": "einjährige, Höhe ca. 1,20 m, Schnittblume ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/41/preview/41-Schmuckkoerbchen--Cosmea--Double-Click-86525---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/41/middle/41-Schmuckkoerbchen--Cosmea--Double-Click-86525---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-schmuckkoerbchen-cosmea-double-click/a-41" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Schmuckkörbchen Mischung [MHD 12/2024]", "description": "einjährig, 100–120 cm, zum Schnitt, für Beete und Rabatte, Prachtmischung", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1821/preview/1821-Schmuckkoerbchen-Mischung-0713-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/1821/middle/1821-Schmuckkoerbchen-Mischung-0713-ds---0.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/duerr-samen-schmuckkoerbchen-mischung/a-1821" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Schmuckkörbchen (Cosmea) Sonata Mischung [MHD 01/2024]", "description": "einjährig, Schnittblume, Höhe ca. 50 - 60 cm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/428/preview/428-Schmuckkoerbchen--Cosmea--Sonata-Mischung-86577---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/428/middle/428-Schmuckkoerbchen--Cosmea--Sonata-Mischung-86577---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.50, "maxPrice": 2.99, "price": 1.50, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-schmuckkoerbchen-cosmea-sonata-mischung/a-428" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Schmuckkörbchen (Cosmea) Sensation Mischung", "description": "Schnittblume, Höhe ca. 1,20 m", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/429/preview/429-Schmuckkoerbchen--Cosmea--Sensation-Mischung-86551---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/429/middle/429-Schmuckkoerbchen--Cosmea--Sensation-Mischung-86551---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.59, "maxPrice": 1.59, "price": 1.59, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-schmuckkoerbchen-cosmea-sensation-mischung/a-429" } } ] } Suchergebnisse für: schmuckkörbchen | Samenhaus Samen & Sämereien

Suchergebnisse für schmuckkörbchen (35 Treffer)

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