Florent Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 18, 2016 at 10:16 am in reply to: Fatal error: Class 'Tribe__Events__Tickets__Woo__Main' not found in… #1141104 FlorentParticipant Hi, You can try replace : $woo = Tribe__Events__Tickets__Woo__Main::get_instance(); by : $woo = Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(); August 10, 2015 at 9:50 pm in reply to: Function to view the tickets front form #994930 FlorentParticipant Hi, Don’t understand what this function made … I have code my own solution with $wootickets = Tribe__Events__Tickets__Woo__Main::get_instance(); $ticket_ids = $wootickets->get_tickets_ids( $eventid ); foreach ( $ticket_ids as $ticket_id ) { $ticket = $wootickets->get_ticket($postId, $ticket_id); ... Thanks This reply was modified 10 years, 8 months ago by Florent. July 22, 2015 at 4:53 am in reply to: WOOCommerce version #988786 FlorentParticipant Hi, Last version is 3.10, which is newer than 3.9.2. If you prefer : 3.10.0 (June 16, 2015) 3.09.2 (February 20, 2015) 3.09.1 (February 12, 2015) 3.09.0 (September 4, 2014) etc … July 20, 2015 at 12:01 pm in reply to: Add custom text field in Tickets #987972 FlorentParticipant This is a clear response, it will prevent me from seeking longer;) I will study what other solution I have Thanks Author Posts Viewing 4 posts - 1 through 4 (of 4 total)