- Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Description
Preconditions and environment
- Magento Version 2.0.0 - 2.4.9
Steps to reproduce
- Configure the DHL shipping/delivery method using valid API credentials.
- Make sure that the "Content Type (Non Domestic)" configuration field is set to "Non documents", if applicable.
- Add any non-virtual product to a shopping cart.
- Place an order with a shipping address.
- Create a shipment for the order.
- Add a valid DHL tracking number, selecting DHL under the Carrier column.
- Open the shipment Tracking Information popup for the order.
Expected result
The DHL product title is displayed as the Service Type.
Actual result
The DHL shipment description is displayed as the Service Type.
Additional information
The DHL product title can be obtained by using the GlobalProductCode variable, instead of the ShipmentDesc variable, and passing it to the Magento\Dhl\Model\Carrier::getDhlProductTitle() function.
Release note
Fixed: The DHL shipment description was used as the Service Type instead of the DHL product title in the shipment Tracking Information popup.
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Type
Projects
Status
Ready for Confirmation