Show Remaining Tickets on Photo View

Home Forums Calendar Products Events Calendar PRO Show Remaining Tickets on Photo View

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1623150
    lifttraining
    Participant

    Hey guys, is there a way to display the remaining seats available on the Photo View? I know it shows up on List View but I’m trying to customize it for “Photo View”, see attached image.

    • This topic was modified 7 years, 7 months ago by lifttraining.
    #1624731
    Andras
    Keymaster

    Hi lifttraining,

    I guess you could do that with a template override of the photo view.

    You will likely need to create an override for this file:

    wp-content/plugins/events-calendar-pro/src/views/pro/photo/single-event.php

    here:

    wp-content/themes/[your-theme]/tribe-events/pro/photo/single-event.php

    and probably insert this at the appropriate place:

    [code language=”php”]
    <!– Event Cost –>
    <?php if ( tribe_get_cost() ) : ?>
    <div class="tribe-events-event-cost">
    <span class="ticket-cost"><?php echo tribe_get_cost( null, true ); ?></span>
    </div>
    <?php endif; ?>
    [/code]

    (This is taken from the list view file.)

    Note, I haven’t tested this, but should get you started.

    Let me know if you need further assistance.

    Cheers,
    Andras

    #1640996
    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 ‘Show Remaining Tickets on Photo View’ is closed to new replies.