Skilled growers on contract

Danespo has a close co-operation with 75 contract growers in Denmark, Sweden, The Netherlands and Germany

The grower and Danespo find the best seed potato varieties for the grower's fields together. That assures the best result for both parties.

Throughout the whole growing season, our dedicated agro team monitors the crops and decides together with the grower, the best agronomy programme appropriate to the crop. The grower therefore always has a sparring partner, who knows the fields and has huge knowledge of production and treatment of seed potatoes.

All our contract growers in Denmark are members of the Danespo Grower Union. Here technical, commercial, and agricultural political questions are discussed. As a result, our agro team continuously supply the growers with the up-to-date information on growing and handling of seed potatoes.

Unique guaranteed prices in the potato business

Being a contract grower for Danespo, you are assured a minimum price for the potatoes providing the potatoes meet all health and quality standards. This guaranteed price is unique in the whole of Europe – no other European seed potato company offers its growers a similar safety net.

The guaranteed price works as an insurance, if sales should fail in any one year. The grower therefore being assured a minimum price, more or less covering the production costs of the potatoes on contract.

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>