Hey Norbert,
Glad to help you here as well!
If you are running WooCommerce tickets, pasting the following code in your theme’s (or child theme’s) functions.php file will do the trick:
/*
* Add tickets form to event listings
*/
if ( class_exists( 'Tribe__Tickets_Plus__Commerce__WooCommerce__Main' ) ) {
add_action ( 'tribe_events_after_the_content', array( Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(), 'front_end_tickets_form' ), 10 );
}
If you are using a different e-commerce plugin let me know which one and I’ll adjust the code,
Best,
Nico