I’m trying to use both plugins WPC composite products and WPC grouped products in combination with each other. Specifically, I would need to be able to insert some composite products into a grouped product, but at the moment this option is not working.
Could you tell me how to proceed to resolve the problem?
However, composite products are required to have selected component products before being added to the cart. So, it would be best if you didn't show the add-to-cart button on the grouped products:
However, within the groped product I would like to give the user the possibility to vary the ingredient of the composite product, as shown in the photo of your plugin screenshots (I attach it)
Can you update it so that the view looks like that?
Adding a variable product to a group will show an attributes selector like that (https://demo.wpclever.net/woosg/product/smart-grouped-product-01/). However, we can't implement the same behavior for composite products. A composite has a products selector—not an attributes selector.
Our plugins do not support combining grouped and composite product types. We can only display selected composite products in a group so buyers can open and buy them individually. You can also use the WPC Smart Quick View (https://wordpress.org/plugins/woo-smart-quick-view/), and buyers can open these composite products in a quick view popup without being redirected to another page.
I’m trying to use both plugins WPC composite products and WPC grouped products in combination with each other. Specifically, I would need to be able to insert some composite products into a grouped product, but at the moment this option is not working.
Could you tell me how to proceed to resolve the problem?
Hi Martina,
You can add composite products to a group by adding the custom code below. (How to add custom code? ↗):
However, you can't add a grouped product to the composite. Each component product in a composite must be purchasable so that the buyer can choose.
Best regards,
Dustin
I've updated the snippet, and it works fine now: https://inbusta.altervista.org/prodotto/menu-benessere-prova/
However, composite products are required to have selected component products before being added to the cart. So, it would be best if you didn't show the add-to-cart button on the grouped products:
Please recheck it https://inbusta.altervista.org/prodotto/menu-benessere-prova/
-----
Updated snippet:
Best regards,
Dustin
Perfect, thank you very much, I see it works now!
However, within the groped product I would like to give the user the possibility to vary the ingredient of the composite product, as shown in the photo of your plugin screenshots (I attach it)
Can you update it so that the view looks like that?
Thank you
Attached files: Screenshot 2024-08-29 alle 20.45.24.png
Adding a variable product to a group will show an attributes selector like that (https://demo.wpclever.net/woosg/product/smart-grouped-product-01/). However, we can't implement the same behavior for composite products. A composite has a products selector—not an attributes selector.
Our plugins do not support combining grouped and composite product types. We can only display selected composite products in a group so buyers can open and buy them individually. You can also use the WPC Smart Quick View (https://wordpress.org/plugins/woo-smart-quick-view/), and buyers can open these composite products in a quick view popup without being redirected to another page.
Best regards,
Dustin
Please add the custom code below. (How to add custom code? ↗):
Then, the composite's price will be calculated from the default product that you set in each required component:
Best regards,
Dustin