We originally had the following code in our functions.php file that placed the “Add to Cart” button above the content on tickets.
With the release of Event Ticket Plus and the depreciation of WooTickets, this code was giving us a 500 error once we began the migration process. Once commented out, the site works beautifully.
/**************************************************************************/
/* MOVE ADD TO CART ABOVE CONTENT */
/* https://theeventscalendar.com/support/forums/topic/tickets-to-be-placed-on-top-of-single-event-page/#post-55687 */
/* ******************************************************************* */
/*remove_action('tribe_events_single_event_after_the_meta', array(TribeWooTickets::get_instance(), 'front_end_tickets_form'));
add_action('tribe_events_single_event_after_the_content', array(Tri beWooTickets::get_instance(), 'front_end_tickets_form'));*/
/**************************************************************************/
Anyone want to help a brother out?