Customers Cannot Add Variant to Cart

Overview

Consumers are encountering the following error when selecting a specific product variant and trying to add it to their cart:
Please select one of each attribute

This issue may happen when there is a duplicate variant with the same attributes.

Solution

  1. From Symphony Manage, navigate to Catalog > Products.
  2. Find the product to which the affected variant is linked and open it.
  3. Expand the Variants/SKUs section by clicking on the menu/Hide button.

    mceclip0.png

  4. Check if there are duplicate variants for the affected size/color/flavor.
  5. If you have found a duplicate variant - remove it and check if the issue persists.

    mceclip0.png

  6. If you haven't found a duplicate variant or the issue persists after removing the unnecessary variant, submit a request to Symphony Support including the ID of the affected product variant.

    submit.jpg

<supportagent>

  1. Connect to the database and run the following query:
    select * from Product where id = <ID of the affected variant>
  2. From the query results, copy the name of the affected variant.
  3. Run the following query to check if there are any other variants with the exact same name:
    select * from Product where name = '<name of the affected variant>'
  4. If you have found duplicate variants, check with the brand which variant(s) should be removed. Elevate the case to the PS team, including your findings - the duplicate variant(s) found, and which variant(s) needs to be removed.
  5. If no duplicates were found then elevate the case to the PS team and mention the absence of duplicates and they will investigate further.

</supportagent>

 

Testing

From your website, try selecting the same product variant and adding it to your cart - the product should be added to your cart successfully.

 

Back to top

Comments

0 comments

Article is closed for comments.