ACSD-55241: Used and Times Used attributes display incorrect values for generated coupons
The ACSD-55241 patch fixes the issue where the Used and Times Used attributes display incorrect values for generated coupons. This patch is available when the Quality Patches Tool (QPT) 1.1.47 is installed. The patch ID is ACSD-55241. Please note that the issue is scheduled to be fixed in Adobe Commerce 2.4.7.
Affected products and versions
The patch is created for Adobe Commerce version:
- Adobe Commerce (all deployment methods) 2.4.6-p1
Compatible with Adobe Commerce versions:
- Adobe Commerce (all deployment methods) 2.4.2 - 2.4.6-p3
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
Used and Times Used attributes display incorrect values for generated coupons.
Steps to reproduce:
-
Create Cart Price Rules from Admin > Marketing > Promotion and add any condition which matches while placing an order (Example: subtotal greater than 5$)
- Apply any discount.
- Select Auto Coupon.
- It will generate a few Coupon Codes from Manage Coupon Codes.
- Reindex and clean the cache.
-
Create a customer account and log into the frontend.
-
Add one product with more than 2 quantities in the cart and apply one coupon.
-
Click on Check Out with Multiple Addresses.
-
Select a separate address for each quantity, place the order, and complete the checkout process.
-
Observe the order total from the admin and see the discount applied.
-
Place another order with another coupon.
-
Run the
php81 bin/Magento queue:consumers: start sales.rule.update.coupon.usage &
command to update coupon code usage.
Expected results:
The correct count should be displayed in the Time used and Used columns with Yes value for manage coupon in the cart price rule in the admin.
Actual results:
The used coupon code count doesn’t update in the Time Used column in the coupons grid, and the Used column shows the No value if you place an order with multiple shipping addresses.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide.
- Adobe 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 released: a new tool to self-serve quality patches in the support knowledge base.
- Check if patch is available for your Adobe Commerce issue using Quality Patches Tool in the Quality Patches Tool guide.
For info about other patches available in QPT, refer to Quality Patches Tool: Search for patches in the Quality Patches Tool guide.