Is this what you want? Create new product (cake). Select Composite product. Source: Product. And then search and select your products (toppings).
Now you have a product Cake and you can select your topping.
Micha
Hi @wpaum32948 ,
Thanks for your question. Here’s some instructions to help you out:
– If you want to create a cake, that offers several toppings, then for WPC Composite Products, you need to keep the number of components as the same as that of the topping types customers can choose.
For example, 3 components for 3 toppings at the maximum per cake. Each component is equivalent to one kind of topping for the cake and it’s the single selection, not a multiple selection method. So each topping should be a simple product in order to be added to the composite.
– To save you some time, you can put all those topping products (cherries, chocolate, berries, ..) under a subcategory named Topping, then to go Products >> Add New >> Composite product. Now follow the procedure:
Step 1: choose the Source: Categories.
Enter the keyword to add the newly created subcategory Topping to each component.
Step 2: Required: Yes
Step 3: Custom quantity: No
Step 4: Set the same for all components. And choose a pricing method and everything else.
Then in the front-end, customers can build a cake with their favorite topping choices.
This would do the trick. If you have any further questions, feel free to ask.
Best regards.
-
This reply was modified 6 years, 2 months ago by
WPClever.
Hi @michapaashuis ,
Thank you for your help. We’re truly grateful to see users help each other with the issues they have on this forum.
Have a nice day.
Best regards.
Thank you both for your quick replies. I see how that works but I was hoping to see a solution similar to https://select2.github.io/select2/ (-> see “Multi-Value Select Boxes
“) as Select2 is supported from your plugin 🙂
Anyways, I will proceed with what you suggested.
@wpaum32948 I think @wpclever must look at that option because this is not in the Selector interface right now 😉
I use ddSlick now because it’s very nice to see.
Just one bug found icw my template GeneratePress 2.4.2. and GP Premium 1.9.1
I must add this code to the css otherwise the pull-down slider has no end:
.wooco_component_product_selection .dd-options {
max-height: 230px;
Regards