Closed
Description
When the store has multiple currencies and order is placed in any other currency rather than the base currency then this issue happens. The shipping label form uses order currency amounts instead of base currency amounts.
I checked further how different shipping carriers (checked in DHL, UPS, and FedEx) handles submitted custom amount. All of them treats received a custom amount as a base amount. I have faced this issue on Magento version 2.3.4 and 2.4-develop.
Here is the case,
- My order was like below. Order is placed in USD and the base currency is AED.
- On the shipping label form "Customs Value" has a suffix of AED (base currency) but values filled in automatically are in USD
- Hance shipping label has invalid values. (Label should have 113AED as shown in the first screenshot)
Preconditions (*)
- Magento 2.4-develop
- Store should have more than one currency.
- Need any online shipping method enabled like DHL, FedEx, UPS, or any other.
Steps to reproduce (*)
- Open the frontend and switch to any currency different currency than the base currency.
Expected result (*)
- All amounts shown on the shipping label should be in the base currency.
Actual result (*)
- All amounts shown on the shipping label are in the order currency.
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- < ] 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
Type
Projects
Status
Done