-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Issue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.9-alpha3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Description
Preconditions and environment
- Magento Version 2.0.0 - 2.4.9
Functional Testing Scenario 1: (Shipment with description)
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 for a shipment with description, 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.
Functional Testing Scenario 2: (Shipment without description)
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 for a shipment without description, 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 Service Type is not displayed.
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
Labels
Issue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.9-alpha3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Type
Projects
Status
Needs Update