Hi guys, I moved woocommerce tickets form up in placement on my event using “Move Below the Event Description” using the suppled coded as listed. Placed in my function.php
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(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
and now I have two listings of woocommerce tickets on the same event. One upside, one bottom? I have double checked my function.php file — coped the code exact. Updated, refreshed, I still have two listings? No sure why or where to look to clean it up.
Im running woothemes canvas, latest version, woocommerce – latest update and event calendar pro & woocommerce tickets. Again the latest version on all.