Hi Weatherly!
Thanks for reaching out to us! 🙂
Setting the Woocommerce product to “hidden” is a default behaviour of Event Tickets Plus.
While our “Terms of Service” doesn’t allow us to do customizations, we do like helping out and at least point users into the right direction. That said, let me try to help you with this.
You should check line 758 of the file Main.php located in wp-content/plugins/events-tickets-plus/src/Tribe/Commerce/WooCommerce/Main.php where the following code sets the product visibility to “hidden” > update_post_meta( $ticket->ID, '_visibility', 'hidden' );
You may try to make a customization using one of the action hooks provided after line 874.
I hope that helps. Let me know if any other questions
Best!
Victor