{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Paprika Yellow California Wonder", "description": "Das Fruchtfleisch ist saftig und herzhaft aromatisch.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530321/preview/530321-Paprika-Yellow-California-Wonder-2762-old34---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/530321/middle/530321-Paprika-Yellow-California-Wonder-2762-old34---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.99, "maxPrice": 1.99, "price": 1.99, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprikasamen-paprika-yellow-california-wonder-von-kiepenkerl/a-530321" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Pfeffer Jalapeño [MHD 07/2024]", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545120/preview/545120-Pfeffer-Jalape--o-92451-by---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/545120/middle/545120-Pfeffer-Jalape--o-92451-by---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.43, "maxPrice": 2.85, "price": 1.43, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/pfeffer-jalapeno-bio-chilisamen-von-buzzy-seeds/a-545120" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Peperoni de Cayenne [MHD 12/2024]", "description": "Rote Peperoni mit pikantem Geschmack in länglicher, ca. 10 cm langer Form.", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2361/preview/2361-Peperoni-de-Cayenne-0534-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2361/middle/2361-Peperoni-de-Cayenne-0534-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 1.15, "maxPrice": 2.29, "price": 1.15, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprikasamen-pepperoni-de-cayenne-von-duerr-samen/a-2361" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Chili Gelbe Kirsche", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563524/preview/563524-Chili-Gelbe-Kirsche-7000-40148---1.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/563524/middle/563524-Chili-Gelbe-Kirsche-7000-40148---1.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-gelbe-kirsche-chilisamen-von-chilivielfalt/a-563524" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Paprika Fundador F1 [MHD 01/2025]", "description": "dickwandige, rotfrüchtige Jalapeno", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534237/preview/534237-Paprika-Fundador--MHD-01-2020-.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/534237/middle/534237-Paprika-Fundador--MHD-01-2020-.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.00, "maxPrice": 3.99, "price": 2.00, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/paprikasamen-paprika-fundador-f1-von-kiepenkerl/a-534237" } } ] } Suchergebnisse für: Capsicum pubescens | Samenhaus Samen & Sämereien

Suchergebnisse für capsicum (303 Treffer)

Keine Ergebnisse für Capsicum pubescens. Zeige stattdessen capsicum

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