Is there anyway for Woocommerce to properly take the image that I have uploaded to the Event Featured Image when the ticket for the event has been added to the cart? Currently when an event is added to the cart it does not take the thumbnail.
The featured images for the event and ticket product are separate, because they are separate ‘things’ (custom post types) in the WP database. There can be multiple tickets per event, so that is an additional reason to keep the images separate.
To set the thumbnail for the ticket, you need to add it to it’s product page, just like you would an event.
Does this make sense? Let me know if this doesn’t work for you.