Since module version 1.3.0 the merchant contact name is no longer printed on the DHL label.
If this information is required, you can make the following modification:
- Edit the file "module-carrier-paket/Model/Pipeline/CreateShipments/RequestDataMapper.php"
- Go to line 105. It should say null,
- Replace the line with this: $requestExtractor->getShipper()->getContactPersonName(),
The result should look like this: