DPD Connect for WooCommerce releases
Hieronder vindt u de nieuwste versies van de DPD plugins met o.a. Brexit functionaliteiten. Let op: Verstuurt u na Brexit naar UK, dan doet u er verstandig aan u te registreren bij de HMRC in de UK. Wij raden altijd aan om de module eerst op een testomgeving te installeren.
by DPD / X-Interactive.nl · github.com/dpdconnect/woocommerce-shipping · website
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/dpdconnect/woocommerce-shipping/releases/download/2.0.9/dpdconnect.zipReadme
DPD Connect for WooCommerce
Integrate DPD parcel shipping directly into your WooCommerce store. Generate labels, offer Parcelshop pickup at checkout, and monitor async batches — all from the WooCommerce admin.
Features · Requirements · Installation · Configuration · Development
📦 Features
🏷️ Label Generation
| Feature | Description |
|---|---|
| Single label | Generate from any order page via the DPD Connect meta box |
| Bulk labels | Select multiple orders from the orders list and process in one action |
| Return labels | Generated and stored separately from outbound shipping labels |
| Fresh & Freeze | Temperature-controlled shipments with per-product shipping type assignment |
| Multi-parcel | Split a single order across multiple parcels via the parcel count input |
🗺️ Delivery Options
| Feature | Description |
|---|---|
| Parcelshop pickup | Interactive map widget at checkout — customers choose a nearby DPD parcel shop |
| Predict | DPD Predict delivery with email notification to the recipient |
| Saturday delivery | Configurable day/time window — automatically hidden outside the booking window |
| B2B delivery | Commercial address delivery type for business-to-business shipments |
| Age check | Flag 18+ products for age verification on delivery |
⚡ Async Processing
| Feature | Description |
|---|---|
| Sync | Orders up to the async threshold (default 10) are processed immediately with instant PDF download |
| Async batches | Larger selections are queued; DPD processes them and calls back when done |
| Batch overview | Monitor batch progress with shipment count, success/failure counts, and status |
| Job overview | Inspect individual job status, DPD external IDs, error messages, and linked labels |
🔔 Notifications
| Feature | Description |
|---|---|
| Tracking email | DPD-branded HTML email sent to the customer after each successful label creation |
| Auto-generate on Processing | Optionally create a shipping label automatically when payment is confirmed |
| Auto-generate return label | Optionally create a return label alongside every outbound shipping label |
✅ Requirements
| Requirement | Minimum |
|---|---|
| PHP | 8.0+ |
| WordPress | 5.8+ |
| WooCommerce | 6.0+ |
| Composer | Required for dependency installation |
| DPD Connect account | Required — obtain credentials from DPD |
🚀 Installation
# 1. Clone or download the plugin
git clone https://github.com/dpdconnect/woocommerce-shipping.git
# 2. Install PHP dependencies
composer install --no-dev --optimize-autoloader
# 3. Upload to WordPress plugins directory
cp -r woocommerce-shipping /path/to/wordpress/wp-content/plugins/dpdconnect
Then activate the plugin in WordPress Admin → Plugins → Installed Plugins.
WooCommerce must be installed and active before activating this plugin.
⚙️ Configuration
Navigate to WooCommerce → DPD Settings after activation.
Quick Setup Checklist
- [ ] Credentials — enter your DPD Connect username and password, then click Check Credentials to verify
- [ ] General — set account type (B2C/B2B), depot number, label format (A4/A6), and download format
- [ ] Company — fill in your sender address — this appears on every label
- [ ] Products — set fallback HS code, country of origin, and product weight for customs
- [ ] Parcelshop — configure Google Maps API key for the checkout map widget
- [ ] Shipping Zones — add DPD Shipping Method to your WooCommerce shipping zones and select a DPD product per zone
Shipping Method Setup
- WooCommerce → Settings → Shipping → Shipping Zones → Edit Zone
- Click Add shipping method → select DPD Shipping Method
- Click Edit on the new method and select the DPD product type (Standard, Parcelshop, Predict, Saturday, etc.)
- Set the shipping cost using flat amounts or dynamic expressions (
[qty],[cost],[fee percent="x"])
🛠️ Development
Project Structure
dpdconnect/
├── dpdconnect.php # Plugin entry point
├── composer.json
├── assets/ # CSS, images
├── languages/ # Translations (.pot, .po, .mo)
└── classes/
├── Connect/ # DPD API wrappers (SDK integration)
├── Database/ # wpdb repositories (labels, batches, jobs)
├── Handlers/ # WordPress hook registrations
├── Pages/ # Admin page renderers
├── Settings/ # Settings page registrations
├── Service/ # Validators
├── enums/ # Status constants
├── producttypes/ # DPD product type definitions
├── shippingmethods/ # WC_Shipping_Method extension
└── Option.php # Central settings accessor
Database Tables
The plugin creates three custom tables on activation:
| Table | Purpose |
|---|---|
{prefix}dpdconnect_labels |
Stores generated label PDFs as binary blobs |
{prefix}dpdconnect_batches |
Tracks async batch requests |
{prefix}dpdconnect_jobs |
Tracks individual shipment jobs within a batch |
Key Classes
| Class | Description |
|---|---|
Option |
Central accessor for all plugin settings (wraps get_option) |
OrderTransformer |
Builds DPD shipment payload from a WooCommerce order |
Connect\Shipment |
Sends sync/async shipment requests to the DPD API |
Handlers\LabelRequest |
Orchestrates all label creation paths (bulk, single, auto) |
Handlers\Pickup |
Manages the parcelshop checkout bar and AJAX handlers |
Handlers\Callback |
Processes async DPD callbacks (admin-post.php?action=dpdbatch) |
Full Documentation
Comprehensive user and developer documentation is available in the docs/ directory:
📄 License
GPL-3.0-or-later — see LICENSE for details.
Author: DPD / X-Interactive.nl
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 2.0.9 | Jul 31, 2026 | dpdconnect.zip | 47 |
| 2.0.8 | Jul 28, 2026 | dpdconnect.zip | 9 |
| 2.0.7 | Jul 21, 2026 | dpdconnect.zip | 9 |
| 2.0.6 | Jun 30, 2026 | dpdconnect.zip | 30 |
| 2.0.5 | Jun 15, 2026 | dpdconnect.zip | 30 |
| 2.0.4 | Apr 30, 2026 | dpdconnect.zip | 36 |
| 2.0.3 | Mar 24, 2026 | dpdconnect.zip | 70 |
| 2.0.2 | Feb 18, 2026 | dpdconnect.zip | 39 |
| 2.0.1 | Feb 13, 2026 | dpdconnect.zip | 13 |
| 2.0.0 | Mar 28, 2025 | dpdconnect.zip | 448 |
| 1.4.8 | Mar 13, 2025 | dpdconnect.zip | 103 |
| 1.4.7 | Aug 26, 2024 | dpdconnect.zip | 371 |
| 1.4.6 | Mar 15, 2024 | dpdconnect.zip | 300 |
| 1.4.5 | Jan 18, 2024 | dpdconnect.zip | 142 |
| 1.4.4 | Dec 16, 2022 | dpdconnect.zip | 739 |
| 1.4.3 | Dec 14, 2022 | dpdconnect.zip | 38 |
| 1.4.2 | Dec 8, 2022 | dpdconnect.zip | 30 |
| 1.4.1 | Dec 1, 2022 | dpdconnect.zip | 31 |
| 1.4.0 | Oct 25, 2022 | dpdconnect.zip | 58 |
| 1.3.9 | Sep 29, 2022 | dpdconnect.zip | 67 |
| 1.3.8 | Aug 10, 2022 | dpdconnect.zip | 101 |
| 1.3.7 | Jul 26, 2022 | dpdconnect.zip | 45 |
| 1.3.6 | May 26, 2022 | dpdconnect.zip | 89 |
| 1.3.5 | May 13, 2022 | dpdconnect.zip | 29 |
| 1.3.4 | Apr 28, 2022 | dpdconnect.zip | 31 |
Active-site estimate ≈30 comes from the median of recent superseded releases. Method.