Ticket Price Range

Home Forums Ticket Products Event Tickets Plus Ticket Price Range

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1066509
    Cody Prentice
    Participant

    I want to know how to set a custom price range for the tickets offered. I’m running into an issue where we have an event ticket starting at $1500 but also have add-ons of much cheaper ($250-750). These are add-ons to the actual ticket price which starts at $1500. So for an event, the pricing shows: $250-$2500. I want the pricing to show “Starting at $1,500.”

    Is there a way to set how the pricing shows manually?

    #1066549
    George
    Participant

    Hey @Dr. A,

    This is an interesting question; because of the way the plugins are currently coded, there is unfortunately not a way to show pricing manually like you describe 🙁

    It would unfortunately require a more complicated code customization than we can help with here on the forums. I’m sorry about that!

    Let me know what you think and if there are any other things I can help with.

    Sincerely,
    George

    #1066552
    Cody Prentice
    Participant

    Is there a way then to edit out these lines so that they don’t show at all? Both on the events listing page and on the event page itself?

    #1066563
    George
    Participant

    Hey @Dr. A,

    There’s definitely an option here that would remove all of the cost listings. To do that, head to the bottom of your theme’s style.css file and add this block of code there:


    span.tribe-events-cost,
    div.tribe-events-event-cost {
    display: none !important;
    }

    I hope that helps!

    — George

    #1079854
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Ticket Price Range’ is closed to new replies.