I am new to magento. I need to understand, is there any option to have separate 'add to cart' button for every product in a grouped product. Ex. I have a product group cutlery. I have individual products like, stainless cutlery, wooden cutlery. When I open product, cutlery i should have stainless cutlery and wooden cutlery listed with individual add to cart option.
I want something like the image below:
@vishnu_radhakri instead of grouped product, you can create the bundle products so that you can provide the options there for all the products and user will be able to choose which particular option he/she wants to purchase.
You can create radio buttons or you can create checkbox also.
Thanks
Thanks for the reply but bundle product concept won't match my requirement. I want exactly grouped product concept with individual add to cart option.
Hi @vishnu_radhakri,
Ouf-of-th-ebox you won't be able to do that.
As you can see that is the default behavior: https://docs.magento.com/m2/ce/user_guide/catalog/product-create-grouped.html
The only thing is similar to what you're looking for is Cross Sells: https://docs.magento.com/m2/ce/user_guide/catalog/settings-advanced-cross-sells.html
But I'm pretty sure that won't work for you.
I think you will need to customize the PDP to add the option in the proper way.