{ "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@type": "Product", "name": "Stangenbohne Blauhilde [MHD 01/2023]", "description": "mittelspät, fadenfrei, virusresistent", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/180/preview/180-Stangenbohne-Blauhilde-80364---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/180/middle/180-Stangenbohne-Blauhilde-80364---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 0.76, "maxPrice": 3.79, "price": 0.76, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bohnen-stangenbohnen-blauhilde-von-sperli-samen/a-180" } } , { "@type": "ListItem", "position": 2, "item": { "@type": "Product", "name": "Tom Tomato Tomatentopf dunkelgrün", "description": "", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547958/preview/547958-Tom-Tomato-Dunkelgruen.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/547958/middle/547958-Tom-Tomato-Dunkelgruen.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 39.90, "maxPrice": 39.90, "price": 39.90, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/tom-tomato-tomatentopf-dunkelgruen-tomatentoepfe-von-gusta-garden/a-547958" } } , { "@type": "ListItem", "position": 3, "item": { "@type": "Product", "name": "Markerbse Vada", "description": "äußerst ertragreiche, mittelfrühe Sorte mit vitalen Pflanzen", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2158/preview/2158-Markerbse-Vada-0969-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2158/middle/2158-Markerbse-Vada-0969-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.79, "maxPrice": 2.79, "price": 2.79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/erbsen-markerbsen-vada-von-duerr-samen/a-2158" } } , { "@type": "ListItem", "position": 4, "item": { "@type": "Product", "name": "Buschbohne Royal Burgundy", "description": "blauhülsige Bohne mit sehr gutem Geschmack und besten Eigenschaften", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2141/preview/2141-Buschbohne-Royal-Burgundy-0318-ds---0.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2141/middle/2141-Buschbohne-Royal-Burgundy-0318-ds---0.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.29, "maxPrice": 2.29, "price": 2.29, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/bohnen-buschbohnen-royal-burgundy-von-duerr-samen/a-2141" } } , { "@type": "ListItem", "position": 5, "item": { "@type": "Product", "name": "Bio-Markerbse Karina [MHD 12/2024]", "description": "aus ökologischer Erzeugung, mittelfrühe, sehr ertragreiche Sorte", "image": [ "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2156/preview/2156.jpg", "https://cdn02.plentymarkets.com/4upha8em6p5v/item/images/2156/middle/2156.jpg", "" ], "offers": { "@type": "Offer", "minPrice": 2.23, "maxPrice": 2.79, "price": 2.23, "priceCurrency": "EUR", "availability": "https://schema.org/InStock" }, "url": "https://www.samenhaus.de/erbsen-bio-markerbsen-karina-von-duerr-samen/a-2156" } } ] } Suchergebnisse für: Grüne Bohnen | Samenhaus Samen & Sämereien

Suchergebnisse für Grüne Bohnen (165 Treffer)

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