Not all events are on Eventbrite but price field disappears

Home Forums Ticket Products Eventbrite Tickets Not all events are on Eventbrite but price field disappears

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1176537
    Matt Gray
    Participant

    Hi,

    Not all my events are on Eventbrite, but when the plugin is activated, the normal price field disappears from the Events page.
    Can this be shown somehow if Eventbrite is set to ‘No’?

    Cheers,
    Matt

    #1177309
    Cliff
    Member

    Hi Matt.

    Line 292 of /wp-content/plugins/the-events-calendar-eventbrite-tickets/src/Tribe/Main.php from version 4.3 of Eventbrite Tickets has this code:

    add_filter( 'tribe_events_admin_show_cost_field', '__return_false' );

    You could add this code to your child theme’s functions.php file:

    add_filter( 'tribe_events_admin_show_cost_field', '__return_true', 15 );

    This will show the cost field on all events, not just ones without Eventbrite Tickets assigned to it.

    #1188381
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Not all events are on Eventbrite but price field disappears’ is closed to new replies.