{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Paprika Habanero orange [MHD 01/2024]", "description": "besonders scharfe und kleine Früchte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534236/preview/534236-Paprika-Habanero-orange--MHD-01-2020-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534236/middle/534236-Paprika-Habanero-orange--MHD-01-2020-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.40, "maxPrice": 2.79, "price": 1.40, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprikasamen-paprika-habanero-orange-von-kiepenkerl/a-534236" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Chili Habanero rot F1", "description": "extrem scharfe, rote und kleinfrüchtige Chili-Sorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537060/preview/537060-Paprika-Habanero-rot-F1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/537060/middle/537060-Paprika-Habanero-rot-F1.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/chili-habanero-chilisamen-von-kiepenkerl/a-537060" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "BIO Chili Habanero Tropical Red", "description": "Saatgut aus biologisch - dynamischem und organisch biologischem Anbau", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535820/preview/535820-BIO-Chili-Habanero-Tropical-Red-CV148-rs---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/535820/middle/535820-BIO-Chili-Habanero-Tropical-Red-CV148-rs---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 4.29, "maxPrice": 4.29, "price": 4.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/chili-habanero-tropical-red-bio-tomatensamen-von-reinsaat/a-535820" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Paprika Habanero orange", "description": "Schärfste Chili Sorte, auch für`s Gewächshaus", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/596/preview/596-Paprika-Habanero-orange-81849---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/596/middle/596-Paprika-Habanero-orange-81849---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 3.49, "maxPrice": 3.49, "price": 3.49, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprikasamen-paprika-habanero-orange-sperli-s-hot-fire-von-sperli-samen/a-596" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "BIO Pepperclub Habanero Orange", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562277/preview/562277-BIO-Pepperclub-Habanero-Orange-18027930-bz---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/562277/middle/562277-BIO-Pepperclub-Habanero-Orange-18027930-bz---1.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 7.99, "maxPrice": 7.99, "price": 7.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pepperclub-habanero-orange-bio-anzuchtsets-von-baza/a-562277" } } ] } Suchergebnisse für: Habanero | Samenhaus Samen & Sämereien

Suchergebnisse für Habanero (13 Treffer)

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