Our owners share our passion for potatoes

Danespo A/S is owned by Groupe Florimond Desprez (99%) and a group of growers and employees (1%)

Groupe Florimond Desprez is a French family-owned group that has specialized in plant breeding since 1830.
The group’s activities are organized into three business units:

  • Sugar beet and chicory (United Beet Seeds)
  • Cereals and legumes
  • Potatoes

The potato business unit includes Danespo and Germicopa. Groupe Florimond Desprez employs over 1,200 people, of whom 420 work in research and development. The group generates 80% of its revenue outside France and invests 15% of its earnings in breeding and research.

GROUPE FLORIMOND DESPREZ

59242 Capelle-En-Pévèle
France
T: +33 3 20 84 94 90

www.florimond-desprez.com

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>