I have set up multiple products (tickets) in woocommerce. I also have multiple events set up.
Can these be added to an event withouthaving to re-input the ticket information in the tickets section in each event?
You can relate the already created tickets to the events by adding the WooCommerce Product ID for the ticket as the value for “_tribe_wooticket_for_event” meta on the associated event. If you have access to the database via a tool such as phpMyAdmin, you can manually add that information to the “postmeta” table for the associated events.