Essentially I have an event. There are day passes adults, day passes child, weekend pass adult, weekend pass child and all have different prices. I also have add-on classes. How can I put all of these variations on this event and be able to select only the ones I need instead of a variation on each kind of ticket?
This topic was modified 2 years, 3 months ago by dugswife.
The page I need help with: [log in to see the link]
From your explanation, I understand you need a way to manage different ticket types and add-on classes for an event. WooCommerce has a perfect solution for this – the Product Add-Ons extension. This extension allows you to add extra options to products which your customers can select. For example, you can offer additional classes as an add-on to the basic event ticket.
For the different types of tickets (adult, child, day pass, weekend pass), you can use WooCommerce’s variable product feature. This feature allows you to create specific products with several variations, each of which may have a different price.
If you’re unfamiliar with these features, I’d recommend checking out our documentation on how to set up Product Add-Ons and Variable Products.
Shameem, thank you so much! The Product Add-on works great for our needs. I have this thing figured out for the most part. HOWEVER – can you help me with one thing? When I select an add-on it shows it at the correct price $20 and no discount. I add to the cart. But when I view the cart it shows a line item for that add-on with a +$5 instead of +20. It’s using the member discount I have set up on the product itself. The total is still correct – but I imagine this will confuse someone checking out. Is there a way I can fix this? (See screenshot)