The MDVA-32313 patch solves the issue where configurable products are not able to be added to the wishlist correctly, because they are assigned wrong configurations when they are added to the wishlist. This patch is available when the Magento Quality Patch (MQP) tool 1.0.10 is installed. Please note that the issue was fixed in Magento version 2.4.2.
Affected products and versions
The patch is created for Magento version:
Magento Commerce Cloud 2.3.0
Compatible with Magento versions:
Magento Commerce Cloud and Magento Commerce 2.3.0 - 2.3.3-p1
Note: the patch can be applicable to other versions. To check if the patch is compatible with your Magento version, run ./vendor/bin/magento-patches status
.
Issue
Prerequisites:
Install Magento with sample data.
Steps to reproduce:
- Create a customer.
- Log into the customer account.
- Navigate to the Product Listing page.
- Choose a configurable product (Example: configurable_1) and select preferred color and size options on the Product Listing page (Do not open the product page.).
- Click on the wishlist icon of another configurable product (Example: configurable_2) on the same page without selecting any color/size options.
Expected results:
The configurable_2 product is added to the wishlist without selected options, as expected.
Actual results:
The configurable_2 product added to the wishlist with the configuration from the configurable_1 product.
Apply the patch
To apply individual patches use the following links depending on your Magento product:
- Magento Commerce: DevDocs Software Update Guide > Apply Patches.
- Magento Commerce Cloud: DevDocs Upgrades and Patches > Apply Patches.
Related reading
To learn more about Magento Quality Patches, refer to:
- Magento Quality Patches released: a new tool to self-serve quality patches.
- Check if patch is available for your Magento issue using Magento Quality Patches.
For info about other patches available in MQP tool, refer to the Patches available in MQP tool section.