DHL Express Comprehensive Shipping XML voor Magento® 2.x

De DHL Express Comprehensive Shipping XML extensie voor Magento 2 helpt u eenvoudig DHL Express thermische en PDF verzendlabels aan te maken en af te drukken, de meest actuele verzendprijzen gebaseerd op productgewicht en -afmetingen op te halen, evenals pickups aan te maken en pakketten te volgen. U kunt de volledige DHL Express bezorgcyclus beheren via uw Magento adminpaneel. De module biedt een breed scala aan instellingen, waaronder de mogelijkheid om de module per afzonderlijk land aan te passen.
Supported Magento editions
Magento Open Source (CE) Adobe Commerce (EE) Adobe Commerce Cloud (ECE)
US$ 269,00
In winkelwagen

DHL Express Comprehensive Shipping is een Magento 2-extensie waarmee u de volledige DHL Express-bezorgcyclus beheert via de DHL Express koerier-API.

De extensie biedt een breed scala aan instellingen. Haal actuele verzendprijzen op en maak thermische (ZPL, EPL) en PDF-DHL Express-verzendlabels aan. Plan ophalingen en volg uw pakketten.

De belangrijkste voordelen van de DHL Express Comprehensive Shipping-extensie:

Thermische en PDF-verzendlabels

Het aanmaken van verzendlabels kan zowel handmatig als automatisch en zelfs gepland gebeuren. De DHL Express Comprehensive Shipping-extensie koppelt een verzendlabel aan een bestelling, een levering of een creditnota. Alle labels worden op uw server opgeslagen en zijn op elk moment toegankelijk via de admin-interface.
Voor het handmatig aanmaken van elk label kiest u de gewenste verzendmethode uit de door DHL Express aangeboden methoden en ziet u direct de verzendkosten. In de automatische modus worden labels aangemaakt volgens de door de klant gekozen methode of tegen de minimale/maximale prijs van alle DHL Express-methoden.

Paperless Commercial Invoice

DHL Express Comprehensive Shipping ondersteunt wereldwijde zendingen. Voor zendingen naar het buitenland wordt de papierloze (of papieren) uitgifte van de douanefactuur (International Invoice) aangeboden. Hiervoor ondersteunt de extensie de volgende instellingen: Harmonized- en ScheduleB-codes, Dangerous Goods en Hazardous Materials, leveringsvoorwaarden, Reason for Export, Sold To Address en meer.

Verzendtarieven & verzendmethoden

Ontvang verzendprijzen in de checkout zoals op dhl.com. Verzendprijzen hangen meestal af van verzekering, opgegeven pakketwaarde, gewicht, afmetingen enz. — onze extensie houdt met al deze punten rekening. De kosten van een methode kunnen zowel statisch als dynamisch zijn. Zowel prijzen als de weergave van de methode kunnen via limieten worden aangepast. U maakt zoveel methoden aan als u wilt. Meer details hier.

Betaling, COD, verzekering

Pas de betaler aan uw bedrijfsprocessen aan. Verzending kan worden betaald door de verzender of een derde partij, douane en belastingen zowel door de ontvanger als de verzender. U regelt ook de verzekering (Insured) en gebruikt Invoice Line Total. Indien nodig vult u een belastingnummer in (Tins number — Taxpayer Identification). Wil de koper onder rembours betalen, gebruik dan de optie COD (Cash on Delivery).

Retourlabels en RMA

Het aanmaken van retourlabels is net zo eenvoudig als dat van reguliere verzendlabels. Een groot pluspunt: retourlabels kunnen tegelijk met het reguliere label worden aangemaakt.
De beheerder kan de klant de mogelijkheid geven om retourlabels zelf aan te maken en af te drukken.

Ophalen en tracking

Bestel het ophalen van pakketten direct vanuit het admin-paneel van uw webshop. Alles is eenvoudig en snel geregeld. U kiest voor welke aangemaakte labels een ophaling moet worden besteld en de extensie stuurt het verzoek naar de bezorgdienst. In elke ophaling ziet u op elk moment wat er is verzonden. Een voorbeeld van een Pickup Slips-document voor meerdere zendingen ziet u hier.

Na verzending volgt u pakketten met onze DHL Express Comprehensive Shipping-extensie. U ziet alle stations en de huidige locatie.

Afdrukken

Afdrukken is een van de belangrijkste stappen bij het werken met verzendlabels. Gebruik onze app om thermische en PDF-labels af te drukken op lokale printers. U ontvangt deze hier.

Configuratie

Dankzij flexibele instellingen zijn de mogelijkheden van onze extensie praktisch onbeperkt. Tegelijk zijn de instellingen intuïtief en zijn er veel standaard ingesteld. U configureert de extensie voor een specifieke store of een specifiek land. U past bepaalde instellingen toe op binnenlandse zendingen en andere op buitenlandse zendingen. Volledig gescheiden instellingen voor reguliere en retourlabels zijn ook mogelijk. Voor elk continent kunnen eigen instellingen worden vastgelegd.

Demo

U kunt deze extensie 30 dagen uitproberen. Vraag de demo aan op deze pagina met Demo aanvragen; hoe het werkt leest u op Probeer een extensie 30 dagen uit.

Hyva Theme en Hyva Checkout

Compatibel met Hyva Theme en Hyva Checkout

CMS Magento 2
Compatibiliteit 2.4, 2.3
Functies
  • DHL API v10
  • Automatically, Mass and Manual creating shipping labels
  • Insured, Duty and Taxes, Tins number (Taxpayer Identification)
  • Cash on Delivery
  • Notification and Delivery Confirmation
  • RMA and Return Labels
  • Paperless Commercial Invoice with Signature image
  • Discount rates
  • Third-Party Payer and VAT/Tax/EORI ID
  • Support UK Brexit
  • Support International Invoice between Great Britain and Northern Ireland
  • Saturday Delivery
  • Harmonized codes
  • Dangerous Goods and Hazardous Materials
  • Calculating dimension and weight for packages
  • Labels can be in PDF or thermal formats
  • Shipper or Ship From address can be different
  • Getting shipping rates
  • Time in Transit
  • Pickups can create automatic or manual for each label or all labels at the end of the day
  • Pickup Schedule
  • Packing Slips
  • Saturday Pickup
  • Tracking for each direct shipping label
  • Showing all steps and statuses of your packages
  • Print shipping labels on inkjet, laser, or thermal printers. For printing, you need to download and install our software
  • Setup printer for each document type
  • PDF, ZPL, EPL formats
  • Local and Network printer and print with proxy
  • Compatible with Hyva Theme and Hyva Checkout

The extension is installed with Composer. Which repository you add depends on where you bought it — the install itself is the same either way.

1. Connect the repository

Bought on extmag.com. Your account page shows the repository address and your personal credentials, together with the two composer config commands to paste. Run them once per project; every extension you own is then available from the same repository.

Bought on the Adobe Commerce Marketplace. The package is served from repo.magento.com, which most stores already have configured. If not, add the access keys from your Adobe account under My Profile -> Access Keys.

2. Install the extension

Run in the project root:

composer require extmag/dhlshipping2
php bin/magento setup:upgrade
php bin/magento cache:flush

Composer resolves the shared Extmag packages the extension depends on, so there is nothing else to require by hand.

Log out and log back into the admin, and the extension is ready.

Label printing

To print labels on a local or network printer, install our printing software from here, then follow Installing and configuring el-Print.

Hyva Theme and Hyva Checkout

Storefronts on Hyva need one more package:

composer require extmag/shiplab-hyva
composer require magewirephp/magewire

The integration replaces one Hyva template, view/frontend/templates/checkout/shipping/method-list.phtml. If your theme already overrides that file, merge the changes rather than replacing it.

Trying it before you buy

You can ask for a 30-day demo of this extension and install it exactly as above — same package, same repository, same commands. How demos work.

Installing without Composer

The archive can be unpacked into app/code/Extmag/ instead, but that leaves the extension outside dependency management: its shared packages have to be installed by hand and updates never reach it. Use Composer for any store you run, demo included.

For any question about the installation, please contact our technical support.

DHL Express is set up from the Extmag menu in the Adobe Commerce (Magento) admin. Add the carrier account, the addresses you ship from, the boxes you pack into and the shipping methods customers see, then tune the carrier configuration.

DHL Express Account

  1. If you do not have DHL Express credentials yet, get them from DHL Express. You will need a Site ID, password and account number from DHL.
  2. Go to Admin Main Menu -> Extmag -> Settings -> Shipper Accounts.
    DHL Express shipper account
  3. Click the “Add New Shipper Account” button.
  4. Enter your credentials and click “Save”. Leave Live Account set to No while you test against the carrier sandbox.

Addresses

  1. Go to Admin Main Menu -> Extmag -> Settings -> Addresses.
    Addresses grid
  2. Click the “Add New Address” button.
  3. Fill in the company name, contact, phone and full address, then click “Save”. Add one address per location you ship from — they are selected separately as the billing address and the ship-from address.

Package Boxes

  1. Go to Admin Main Menu -> Extmag -> Settings -> Package Boxes.
  2. Click the “Add New Box” button.
  3. Enter the inner and outer dimensions, the empty weight and the maximum load, then click “Save”. The packer uses these boxes to work out how an order is split across packages, so the more of your real boxes are listed the closer the quoted rate is to what you are charged.

Shipping Methods

  1. Go to Admin Main Menu -> Extmag -> Shipping Methods.
  2. Click the “Add New Shipping Method” button.
  3. Choose DHL Express as the carrier, decide which of its services to show — all of them, a specific list, or only the cheapest or the most expensive — and restrict the method by website and customer group if you need to. Click “Save”.

Configuration

  1. Go to Admin Main Menu -> Extmag -> Settings -> DHL Express Configuration.
    DHL Express general configuration
  2. Open the General tab first and select the shipper account, the billing address and the ship-from address you created above.
  3. Work through the remaining tabs, filling in what applies to your account.

The tabs cover:

  • General — account, addresses, destination type, the default shipping method and shipping instructions.
  • Packaging — packaging type, dimensions and how an order is split across packages.
  • Returns — return labels and RMA handling.
  • References — the reference numbers printed on the label and their bar codes.
  • Payments — who is billed for the shipment and duties, and the payer account details.
  • Notification — the events the carrier notifies about and the recipients.
  • Printing — document formats and the printer used for each document type.
  • Pickups — whether pickups are booked automatically after a label is created or scheduled manually.
  • Tracking — how often parcels are polled and how statuses are written back to the order.
  • International Invoice — the paperless commercial invoice, its signature image and customs content.
  • Automatic — when labels are created without an operator.
  • Mass Actions — creating labels in bulk from the order grid.
  • Manual Actions — creating a single label from an order.
  • Other Options — logging and the remaining carrier-level switches.

Every setting can be applied per website and per destination country, so a rule that only makes sense for one market does not have to affect the rest.

The full field-by-field reference, including the exact configuration paths, is in the Reference Manual supplied with the extension.

3.4.6

Shiplab: Made log retention configurable and sped up the cleanup cron.

3.4.5

Shiplab: Replace raw filesystem calls in settings import with Magento file driver.

3.4.4

Shiplab: Replace raw filesystem calls in settings import with Magento file driver.

3.4.3

Shiplab: Added support for multiple label files per tracking number with -N suffix.

3.4.2

Shiplab: Added zero-weight guard and weight diagnostics for shipping rate calculation. Shiplab: Removed legacy Additional Price fields and migrated data to price rules.

3.4.1

Replaced multiselect product categories field with category chooser frontend model. Shiplab: Replaced multiselect categories with AJAX tree chooser in dimension config. Added support Magento 2.4.9 and Adobe Commerce 2.4.9

3.4.0

Shiplab: Fixed attribute ID retrieval order in category EAV setup patch.

3.3.10

Shiplab: Added response post-processing hook and fixed logo data handling.

3.3.9

Shiplab: Added BlackoutRules feature with full CRUD, date picker mixin, and schedule migration.

3.3.8

Initialized service array at each loop iteration in rate response parser. Shiplab: Fixed null safety issues and added numeric attribute validation. Added support Magento 2.4.8-p4 and Adobe Commerce 2.4.8-p4

3.3.7

Fixed service code resolution to preserve value set during step three.

3.3.6

Optimized the algorithms for packing items into boxes to ensure better efficiency.

3.3.5

Fixed bundle product handling for Ship Separately/Together and price/weight types.

Added config option to include zero-price bundle children in international invoices.

Fixed property type declarations for PHP 8.x compatibility.

3.3.4

Fixed undefined array key warnings and minimum weight validation

Added proper null coalescing for street address lines to prevent undefined array key warnings

Added minimum weight validation (0.1) in Rate and Ship requests to avoid API errors with zero weight

3.3.3

Fixed loadedData check in DataProvider classes for PHP 8.x compatibility.

Fixed place order callback to pass data for proper Braintree payment handling.

3.3.2

Fixed reference_id empty check and test rate URL

3.3.1

Refactored code.

3.3.0

Added support for PHP 8.4

3.2.9

Added support Magento 2.4.8-p3 and Adobe Commerce 2.4.8-p3

3.2.8

Added support Magento 2.4.8-p2 and Adobe Commerce 2.4.8-p2

3.2.7

Fixed a bug with the Schedule New Update form on the category page

3.2.6

Added support Magento 2.4.8-p1 and Adobe Commerce 2.4.8-p1

3.2.5

Added support Magento 2.4.8 and Adobe Commerce 2.4.8

3.2.4

Fixed a bug when the order has only virtual products

3.2.3

Added support Magento 2.4.7-p5 and Adobe Commerce 2.4.7-p5

3.2.2

Added support Magento 2.4.7-p4 and Adobe Commerce 2.4.7-p4

3.2.1

Fixed a bug with SplitButton for the order view page in the admin panel

3.2.0

Fixed logs for shipping rates

Added support Magento 2.4.7-p3 and Adobe Commerce 2.4.7-p3

3.1.9

Fixed the price format on the label creation page in the admin panel.

Improved the integration with the Hyva Theme.

3.1.8

Fixed a bug with division by zero

3.1.7

Fixed a bug with a recursive function for shipping rates

3.1.6

Fixed a bug with shipping rates debugging.

Fixed CSP for printing by websocket.

3.1.5

Fixed a bug with the deactivating module

3.1.4

Fixed the z-index issue on the label details page.

Added support Magento 2.4.7-p2 and Adobe Commerce 2.4.7-p2

3.1.3

Fixed Dutiable option for International Invoice

3.1.2

Fixed a bug with printing_template

3.1.1

Fixed error with archive_doc

3.1.0

Added support Magento 2.4.7-p1 and Adobe Commerce 2.4.7-p1

3.0.9

Fixed cache for shipping rates

3.0.8

The issue with printing return labels on the customer side has been fixed.

3.0.7

Fixed the packaging box selector

3.0.6

Fixed calculation of the estimated value of a parcel including a discount, which caused the error "Missing or Invalid Monetary Value of Commodity 1's Commodity Value"

3.0.5

The issue related to the customer group and guest order creation in the admin panel has been fixed

3.0.4

Added support Magento 2.4.7 and Adobe Commerce 2.4.7

3.0.3

Integration with Hyva Theme and Hyva Checkout has been added

3.0.2

Added support Magento 2.4.6-p4 and Adobe Commerce 2.4.6-p4

3.0.1

Improve cache for the shipping rate request

3.0.0

Improve the speed of calculating rules

2.9.9

Fixed the JS bug with placing the order

2.9.8

Updated linked modules

2.9.7

Added the ability to rename original courier shipping methods

2.9.6

Added support Magento 2.4.6-p3 and Adobe Commerce 2.4.6-p3

2.9.5

Fixed the packer for packages of the shipment

2.9.4

Fixed a bug with downloading shipping logs

2.9.3

Added two options "Show Method if Not Applicable" and "Displayed Error Message" in the Extmag Shipping method configuration

2.9.2

Fixed a bug when it was impossible to save the Shiplab configuration in Magento 2.4.6-p1

2.9.1

Fixed PDP printing with the QZ Tray program

2.9.0

Support the QZ Tray program for printing labels.

2.8.9

Fixed a bug with Sales Rules.

Removed deprecated code.

2.8.8

Fixed sources for orders after saving the tracking number

Added support Magento 2.4.6-p2 and Adobe Commerce 2.4.6-p2

2.8.7

Fixed calculating prices for shipping methods.

Fixed shipping price rules.

2.8.6

Fixed bug with shipping price rules

2.8.5

Fixed bug with session and manual label creation

2.8.4

Improved selection of Websites and Customer Groups for Shipping Methods

2.8.3

Fixed bugs on the checkout page of the admin panel

2.8.2

Added support Adobe Commerce 2.4.6-p1

2.8.1

Fix bug with musltiselect fields and values as type integer

2.8.0

Fixed ACL resources

2.7.9

Fixed a bug with the time of the Pickup

2.7.8

Fixed bug with the Volume Weight switcher

2.7.7

Support Adobe Commerce (Magento) 2.4.6

Fixed some minor bugs

2.7.6

Fixed some bugs for PHP 8.1 support

2.7.5

Added max volumetric weight for a package.

Added type of volumetric weight value.

Fixed some bugs with volumetric weight.

2.7.4

Fixed bugs in dependencies libs.

2.7.3

Fixed a bug with volumetric weight

2.7.2

Updated dependencies.

Fixed some minor bugs.

2.7.1

Fixed bug with deprecated functionality in the dependent extension

2.7.0

Added support for Product Volumetric Weight

2.6.3

Fixed PHP warnings

2.6.2

Support Adobe Commerce (Magento) 2.4.5-p1

2.6.1

Fixed the country_id condition type for the shipping method rules

2.6.0

Fixed a few bugs linked with PHP 8.1

Added "Additional Price Actions" for applying multiple rules for the shipping method.

2.5.5

2.5.4

Added "Direct Signature" option for Delivery confirmation

2.5.3

Added support for PHP 8.1 and Magento 2.4.4

2.5.2

Improve PHP code.

Removed the json_request_data field from the form of creating labels.

2.5.1

Fixed js for form step two

2.5.0

Go to subscription

2.4.2

Fix showing error with converting pdf to image

Fix folders creation for media data

2.4.1

Cut product name to 75 symbols for International Invoice

2.4.0

Added the ability to display shipping costs both with tax and without tax

2.3.5

Fix bug with scheduleb_code

2.3.2

Sending email with creating return labels and added a new email template

Optimizing code

Refactoring code

2.3.0

DHL API version updated from v6.2 to v10

2.2.0

By default, the address specified in the store settings is used, if the address is not created and selected in the extension settings.

When deleting a label, its tracking number is also removed from the order and shipping.

If the product is configurable, then the name of its child is used for the international invoice.

Added the ability to enable the use of a direct link to the carrier's website to receive tracking information in the admin panel and in letters sent to customers.

2.1.0

Added the ability to control the display of shipping methods by date, time of day, and days of the week.

Added the ability to download log files from the log list page.

Refactoring PHP code

2.0.0

Added EORI Number

Fixed some bugs

Refactoring PHP code

1.9.0

A new parameter Allowed areas have been added that allows you to show the delivery method only in the admin panel

"Country from" and "country to" was added in the Directions column on the labels grid page

1.8.0

Added Consignee VAT/Tax/EORI ID

Support UK Brexit

1.7.0

Added links to order, shipment, creditmemo, and user account in the grid of shipping labels

Added the Create a new label item in the Action column to the grid of shipping labels, which allows you to create another shipping label for the same order and shipment

1.6.0

Added dependency from Core module

Fixed bug with system configuration

Fixed bug with access control list

1.5.1

Fixed access control list and admin menu

1.5.0

Added additional print button on order and shipment page in admin

1.4.1

Added PHP library textalk/websocket.

1.4.0

Added print by the network.

Added auto print.