magento2
magento2 copied to clipboard
[Feature]: Add a grouped product to cart
How the project can be improved?
Need to implement a case for adding a grouped product.
What are the acceptance criteria?
- [ ]
Additional information
No response
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Hi @sequensucks, it's already implemented. Here is the example of grouped product: https://demo-magento2.europe-west1.gcp.vuestorefront.cloud/default/p/24-WG085_Group/set-of-sprite-yoga-straps.html
Its a bad solution. Because u send a single request for every product. If grouped product will have a 10 products u will send a 10 request.
@sequensucks I see. Sorry I didn't realize that. We will take a look.
➤ Gabriel Golla commented:
Looks like it doesn’t work as we’re still sending multiple addProductsToCart request in case of adding grouped product to cart.
➤ Wojciech Sikora commented:
Ask a creator of the change to fix the issue
@sequensucks unfortunately your solution doesn't work... Would you fix this?