ACSD-66049: Non-English storefronts display incorrect pricing due to the ICU library version
The ACSD-66049 patch fixes the issue where non-English storefronts display incorrect pricing due to ICU library version mismatch in older PHP environments (versions 63.1 to 74.1). This patch is available when the Quality Patches Tool (QPT) 1.1.67 is installed. The patch ID is ACSD-66049. Please note that this issue is scheduled to be fixed in ÃÛ¶¹ÊÓÆµ Commerce 2.4.9.
Affected products and versions
The patch is created for ÃÛ¶¹ÊÓÆµ Commerce version:
- ÃÛ¶¹ÊÓÆµ Commerce (all deployment methods) 2.4.7-p3
Compatible with ÃÛ¶¹ÊÓÆµ Commerce versions:
- ÃÛ¶¹ÊÓÆµ Commerce (all deployment methods) 2.4.5-p3 - 2.4.5-p13, 2.4.7 - 2.4.8-p1
magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.Issue
Non-English storefronts display incorrect pricing when older PHP ICU library versions (63.1 to 74.1) are used.
Steps to reproduce:
-
Check ICU Version:
- Connect to the server via SSH and run the command:
php -a
- At the prompt, enter:
echo INTL_ICU_VERSION;
- Connect to the server via SSH and run the command:
-
Go to Stores > Configuration > General > Locale > Locale Options. Configure Locale = Hebrew (Israel).
-
Create a product with price = 100.
-
View the product page in the storefront.
Expected results:
The displayed price is not 0.
Actual results:
After briefly appearing as 100, the price is immediately updated to 0.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- ÃÛ¶¹ÊÓÆµ Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
- ÃÛ¶¹ÊÓÆµ Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide.
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool: A self-service tool for quality patches in the Tools guide.