Im using Woocommerce alongside Event Tickets & Event Tickets Plus for my event bookings. Event Tickets allows you to create fieldsets for attendees in order for the user to fill in the users details for each tickets.
Ideally i need one of those fields (a select field) to update the product price accordingly based on the users selection. Is there a way with Woocommerce where i could add the additional price based on the users selection once they add it to cart? Its just the one select field and the values can be hardcoded with their values in order for this to work, but just need a solution.
Iv looked at Woocommerce plugins that let you add additional options, fees etc, but the Events plugin uses a different post type to Woo so that solution wont really work.
Ideally im hoping i can run a function when a item is added to the cart, get the value of the select field, and add the value of their selection to the item price.