---
title: "La Fattoria sul Po - Shipping methods"
description: ""
url: "https://www.lafattoriasulpo.it/en/shipping-methods"
date: "2026-09-02T06:32:17+00:00"
language: "en-GB"
---

# Shipping methods

## We assign our shipments to the best couriers to ensure fast deliveries and package integrity

BRT - GLS - DHL

Delivery time from the time the courier picks up the package is 5 days.

**Please note**

In most cases, the package will be delivered within the estimated delivery time. However, the actual delivery date may vary due to holidays, strikes, weather conditions, or other external factors.

Shipping costs, including VAT, within Italy via Express Courier. Updated on February 1, 2026.

| PESO (Kg) | Italy | Sicily - Sardinia |
|---|---|---|
| 0,01 - 3,00 | 9,60 € | 11,00 € |
| 3,01 - 5,00 | 11,30 € | 12,40 € |
| 5,01 - 10,00 | 12,80 € | 14,00 € |
| 10,01 - 20,00 | 17,60 € | 20,10 € |
| 20,01 - 30,00 | 25,00 € | 28,50 € |
| 30,01 - 50,00 | 37,50 € | 43,50 € |

Shipping costs, including VAT, within Europe with Express Courier. Updated as of February 1, 2026.

For countries not included, you can request an order quote.

| SHIPPING AREAS | AREA A | AREA B | AREA C | AREA D |
|---|---|---|---|---|
| WEIGHT (Kg) | AUSTRIA - CROAZIA - FRANCIA - GERMANIA - OLANDA - SLOVENIA - SVIZZERA - UNGHERIA | BELGIO - BULGARIA - LUSSEMBURGO - POLONIA - REP.CECA - SPAGNA | DANIMARCA - GRECIA - PORTOGALLO - ROMANIA - SLOVACCHIA | EIRE - ESTONIA - FINLANDIA - LETTONIA - LITUANIA - SVEZIA |
| 0,01-3,00 | 15,30€ | 17,10 € | 19,40 € | 25,10 € |
| 3,01-10,00 | 18,50 € | 21,60 € | 24,80 € | 32,50 € |
| 10,01-20,00 | 24,60 € | 28,90 € | 31,30 € | 40,60 € |
| 20,01-31,00 | 34,80 € | 42,50 € | 48,00 € | 63,30 € |

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.lafattoriasulpo.it/en"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Shipping methods",
            "item": "https://www.lafattoriasulpo.it/en/shipping-methods"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": [
        "LocalBusiness"
    ],
    "@id": "https://www.lafattoriasulpo.it/en/shipping-methods#localbusiness1",
    "name": "La fattoria sul Po di Barbara Alberti",
    "image": "https://www.lafattoriasulpo.it/images/graphic/la-fattoria-sul-po.jpg",
    "url": "https://www.lafattoriasulpo.it/en/shipping-methods",
    "telephone": "+393477045017",
    "priceRange": "€3 - €50",
    "address": {
        "@type": "PostalAddress",
        "streetAddress": "Via Mezzano Rondani, 103",
        "addressCountry": "IT",
        "addressLocality": "Colorno (Parma)",
        "addressRegion": "Emilia Romagna",
        "postalCode": "43052"
    },
    "geo": {
        "@type": "GeoCoordinates",
        "latitude": "44.964356577779945",
        "longitude": "10.402645623687674"
    },
    "openingHoursSpecification": {
        "@type": "OpeningHoursSpecification",
        "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday",
            "Sunday"
        ],
        "opens": "00:00",
        "closes": "23:59"
    },
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "5",
        "reviewCount": "10",
        "worstRating": 0,
        "bestRating": 5
    }
}
```
