-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Category List Page - Select custom option for a product and add to cart, it will redirect to product view page saying required options not selected #2574
Comments
Team, this will be resolved in MAGETWO-47017, correct? |
Yes, Ben, will be fixed in MAGETWO-47017. |
Thank you team !! |
👍 |
Please help me. I can't find MAGETWO-47017. Please give me a link. Thanks all! |
@huyencodon that is only for internal purposes. |
Is that MAGETWO-47017 supposed to be in 2.0.4? I've upgraded to that one and it isn't working for me as well. |
Still broken in 2.0.5 |
Please may I have a link to the pull request for the code to resolve this issue? If not please advise how the rest of us can follow progress/roadmap so that we have some idea how long we're likely to be waiting? |
Fixed under MAGETWO-47017 ticket. |
@rganin Will MAGETWO-47017 be included in 2.1.3? |
Are these fixes included in the 2.1.6 release? They are definitely not in 2.1.5 |
Is there a fix for this yet? A workaround will do for now? I can't seem to get any products with options to add to the cart at all, the only way they will add to cart is if i keep as a simple product with custom options but make them non required - and even then it doesn't take the option through to cart with it as it isn't updating price or sku in the cart just adding another base product. As soon as the option is made required it gives the message "You need to choose options for your item." Setting up as a configurable product gives the alternative message of "You need to choose options for your item." This is the last thing i need to get working on my current project and I really don't fancy starting from scratch in magento 1.9! |
[Team 3] Sprint 8 Delivery - bugfixes
Hello,
On Product List Page, When we select all necessary custom options for a product and click on add to cart, it redirects to the product view page asking to re-select the custom options.
Ideally when all mandatory custom options are already selected on list page the product should get added to cart directly.
On debugging further i noticed that the
super_attribute
is not getting passed from the list page to add Action. This parameter in Request, stores the values of selected custom options. The selected values only get passed from Product view page.In following image, it appears that all necessary custom options have been selected on list page. The Add to cart button shows
"Adding"
and then redirects to product view page.The text was updated successfully, but these errors were encountered: