Time scarcity

Home Forums Ticket Products Event Tickets Plus Time scarcity

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1185338
    Rob
    Participant

    Is there a way to tap into time scarecety, ie displaying that the ticket is only available for the next 10 days (early bird ticket)
    Then it disappears or becomes greyed out.

    #1185344
    Geoff
    Member

    Hi Rob,

    I’m afraid that is not a feature that is supported right out of the box.

    I can see how that would be an awesome thing to have, though, and I’d definitely encourage you to add this to our feature request forum. That will put the idea on our radar and allow others to vote for it as well.

    Sorry for the bad news, but does this at least help answer your question? Please let me know.

    Thanks,
    Geoff

    #1185391
    Rob
    Participant

    When I purchase a time limiter plugin that shows these times, can you help me show that in the ticket section below an event too ?

    #1185435
    Rob
    Participant

    I probably could do this myself if there is a hook into the events tickets to show the result of my function after the short description.
    Please assist

    #1185698
    Geoff
    Member

    Hi Rob,

    I think the most direct way to do it would be to add your custom code directly to the ticket template. You can find more information about template overrides in our Themer’s Guide, but it basically boils down to this:

    • Make a copy of the tickets.php template. It is located at /wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php
    • Create a new folder in your theme called tribe-events
    • Make a new folder in that one called tickets
    • Make a new folder in that one called wootickets
    • Add the copied tickets.php folder to that last folder

    Now that the template is in your theme, it can modified to suit your needs. In this case, the time limiter code can be dropped in where you would like the countdown to be displayed.

    Will that work for you? Please let me know.

    Cheers,
    Geoff

    #1185762
    Rob
    Participant

    That might work… HOWEVER… the path that you mentioned is not correct..
    to override the event-plus wootickets i needed to place it in : themes/YOUR_THEME/tribe-events/wootickets/

    #1186008
    Geoff
    Member

    Right on, thanks Rob! Thanks for marking the thread Resolved. 🙂

    Geoff

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Time scarcity’ is closed to new replies.