We provide you with the finest seed potatoes

Danespo primarily supplies from Denmark, but also sources from the best other European countries

As a plant breeding company, we sell our genetics in two ways:

  1. We produce and sell seed potatoes to customers who grow food potaotes. Production takes place in Northern Europe, where the climate is optimal for producing healthy seed potatoes.

  2. We arrange license production of our new varieties with customers around the world. These customers receive sterile plants and grow our varieties in their own production.

Seed potatoes with top health status

The favorable climatic conditions in Northern Europe, combined with strict quality control during production, ensure that Danespo seed potatoes have an exceptionally high health status. By using our seed potatoes, the risk of virus infections and other diseases is significantly reduced. For example, in Denmark, we have no occurrences of brown rot, which is present in several other countries.

Grading stations with high expertise

Danespo works with a number of grading stations to grade and pack our seed potatoes. Grading is always done in close cooperation with Danespo, which continuously assesses the quality of the finished product.
The grading stations range from growers who sort and pack their own potatoes to large central facilities serving a wider network of growers.

Continuous investment in grading facilities

We continuously invest in our grading facilities to ensure that your requirements are always met.

Shopping cart
Go to cart
Error executing template "Designs/Core/eCom7/CartV2/Step/partials/core__order-summary.cshtml"System.InvalidOperationException: Unable to render view model template because no view model has been set.at Dynamicweb.Rendering.RazorTemplateRenderingProvider.Render(Template template)at Dynamicweb.Rendering.TemplateRenderingService.Render(Template template)at Dynamicweb.Rendering.Template.RenderRazorTemplate()
1 @inherits ViewModelTemplate<OrderViewModel> 2 @using Core.Extensions 3 @using Dynamicweb.Ecommerce.Frontend 4 @using Dynamicweb.Rendering 5 6 <div class="core__order-summary"> 7 <div class="row"> 8 <div class="col"> 9 @Translate("Subtotal") 10 </div> 11 <div class="col text-end"> 12 @Model.TotalPriceWithoutOrderDiscountsAndFeesAndTaxes.Render() 13 </div> 14 </div> 15 <div class="row"> 16 <div class="col"> 17 @Translate("Shipping") 18 </div> 19 <div class="col text-end"> 20 @Model.ShippingFee.Render() 21 </div> 22 </div> 23 <div class="row"> 24 <div class="col"> 25 @Translate("Payment") 26 </div> 27 <div class="col text-end"> 28 @Model.PaymentFee.Render() 29 </div> 30 </div> 31 <hr/> 32 <div class="row"> 33 <div class="col fw-bold"> 34 @Translate("Total") 35 </div> 36 <div class="col text-end fw-bold"> 37 @RenderPartial("ViewModels/Ecommerce/price--grand-total.cshtml", Model.Price) 38 </div> 39 </div> 40 </div>