Potatoes are our DNA

Danespo is one of Northern Europe’s leading companies within breeding, production, and sales of high-quality potatoes.

Danespo is a plant breeding company. We develop robust potato plants for a future everyday life where we will experience more extreme weather conditions and thus more difficult growing conditions for our plants.

Our potato varieties are becoming more and more efficient and must feed an increasing world population in a future where agricultural areas are simultaneously reduced, and the areas are increasingly used for energy production, natural urbanisation, forests etc.

Potatoes are probably the most efficient plant for human nutrition and it is also one of the best plants when we measure the CO2 impact on our food. 

Vision

We aim at ranking among the global leaders of potato breeding, delivering value to growers, processors and consumers thanks to varieties in all market segments, adapted to climate related challenges and consumption trends.

Mission

We turn breeding innovations and diversified genetic resources into improved varieties, focusing on productivity and quality in a changing environment, as well as on carbon footprint reduction.

We make those varieties accessible globally by delivering high quality seeds or by developing them under license.

We support our growers and customers in the development of our varieties with technical and promotional expertise.

Values

Commitment

We are passionate about our business and take care of our partners and colleagues

Development

We encourage development and growth by combining knowledge with business agility

Responsibility

We take ownership in our work - communicate and act responsibly

Trust

We say what we mean, do what we say - and treat others with respect

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>