{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Lavendel für Werbezwecke", "description": "Ein Magnet für Insekten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546541/preview/546541-Lavendel--fuer-Werbezwecke.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546541/middle/546541-Lavendel--fuer-Werbezwecke.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.39, "maxPrice": 0.39, "price": 0.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/lavendel-fuer-werbezwecke-lavendelsamen-von-flortus/a-546541" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Blauer Lein für Werbezwecke", "description": "Die Nutzpflanze aus dem Mittelalter", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546531/preview/546531-Blauer-Lein-fuer-Werbezwecke-W5211---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546531/middle/546531-Blauer-Lein-fuer-Werbezwecke-W5211---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.39, "maxPrice": 0.39, "price": 0.39, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blauer-lein-fuer-werbezwecke-leinsamen-von-flortus/a-546531" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Blauer Lein für Werbezwecke (100 Tütchen)", "description": "Eine Pflanze – viele Verwendungsmöglichkeiten", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546532/preview/546532-Blauer-Lein-fuer-Werbezwecke--100-Tuetchen--W5211-100x---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546532/middle/546532-Blauer-Lein-fuer-Werbezwecke--100-Tuetchen--W5211-100x---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.00, "maxPrice": 29.00, "price": 29.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blauer-lein-fuer-werbezwecke-100-tuetchen-leinsamen-von-flortus/a-546532" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Schwammgurke Luffa", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564187/preview/564187-Schwammgurke-Luffa-2000-2449---1_1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/564187/middle/564187-Schwammgurke-Luffa-2000-2449---1_1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.89, "maxPrice": 3.89, "price": 3.89, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/schwammgurke-luffa-schwammgurkensamen-von-flortus/a-564187" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Blauer Lein für Werbezwecke (100 Tütchen)", "description": "Ein Magnet für Bienen, Insekten und Schmetterlinge", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546520/preview/546520-Blauer-Lein--fuer-Werbezwecke--100-Tuetchen-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/546520/middle/546520-Blauer-Lein--fuer-Werbezwecke--100-Tuetchen-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 29.00, "maxPrice": 29.00, "price": 29.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/blauer-lein-fuer-werbezwecke-100-tuetchen-leinsamen-von-flortus/a-546520" } } ] } Suchergebnisse für: Nutzpflanzen | Samenhaus Samen & Sämereien

Suchergebnisse für Nutzpflanzen (92 Treffer)

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