We are using woocommerce + wc composite products to create product bundles where users can select products from different predetermined sets of products, which they can then purchase as a bundled gift set.
To make that clear lets use an example:
a bundled product consists of say 2 subsets / components.
First subset consists of three different products (that exist separately in WC, say #1, 2 3)
Second subset consists of 2 different products (that exist separately in WC, say #4,5)
User selects a combination of 1 and 4, and pay the price of the bundle, WC reflects the sale including the selected 1 and 4.
It is important to note that all products including the composite product and all possible sub-products that can be configured for selection (or be selected), exist as normal products in WC.
MY QUESTION:
I would like to include an event or number of events in this same design, with events defined in the events calendar also using the event ticket plus plugin.
Is this possible?
My guess is that it could be possible if the events calendar / event tickets plus can be configured to create a woocommerce product for each event defined in the calendar.
I have read your documentation, but could not find a clear answer.
Can you help please?
eric