Hi,
We’re using Event Tickets ( Plus ) in combination with WooCommerce.
When someone orders tickets ( Events -> Courses ) they can view the upcoming events in their account. To do this, we use the following shortcode: [tribe-user-event-confirmations] and it shows the upcoming events, but it does not show running / recurring events.
For example:
– Event date sept 14, 2017 19:30 untill sept 14, 2017, 22:30.
– Event recurrence is set to weekly, until: may 05, 2018.
Customer ordered this event, but it does not show within the shortcode the end date.
While looking through the plugin files i’ve found the following function
– get_upcoming_attendances() ( file: plugins/event-tickets/src/Tribe/Shortcodes/User_Event_Confirmation_List.php
The function contains a WPDB->get_cols query thats seems to limit the data to the end_date without looking at the recurrence.
Is there anyway to go around this, perhaps with a custom code example?
Kind regards.