{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Pimpinelle [MHD 01/2024]", "description": "vielseitig verwendbar (wie Petersilie)", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2629/preview/2629-Pimpinelle.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2629/middle/2629-Pimpinelle.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-pimpinelle-mehrjaehrig/a-2629" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Pimpinelle", "description": "Mehrjährig - Höhe 40 - 60 cm", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531637/preview/531637-Pimpinelle.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/531637/middle/531637-Pimpinelle.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.79, "maxPrice": 0.79, "price": 0.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/kraeutersamen-pimpinelle-von-quedlinburger-saatgut/a-531637" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Pimpinelle [MHD 01/2025]", "description": "Bestandteil der Frankfurter grünen Soße ", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537549/preview/537549-Pimpinelle-G978-sp---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537549/middle/537549-Pimpinelle-G978-sp---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.79, "maxPrice": 0.99, "price": 0.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pimpinelle-pimpinellensamen-von-samen-pfann/a-537549" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Pimpinelle", "description": "Universalgewürz zu Salaten, Gemüsen oder Soßen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2252/preview/2252-Pimpinelle-0187-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2252/middle/2252-Pimpinelle-0187-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.79, "maxPrice": 1.79, "price": 1.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/duerr-samen-pimpinelle/a-2252" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Pimpinelle Mano Verde [MHD 01/2024]", "description": "mehrjährige, Gewürz- und Heilpflanze", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/809/preview/809-Pimpinelle-Mano-Verde--MHD-01-2024--84462---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/809/middle/809-Pimpinelle-Mano-Verde--MHD-01-2024--84462---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.80, "maxPrice": 1.59, "price": 0.80, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/sperli-samen-pimpinelle-sperli-s-mano-verde/a-809" } } ] } Suchergebnisse für: pimpinelle | Samenhaus Samen & Sämereien

Suchergebnisse für pimpinelle (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();});