Support

Home Forums Event Espresso Premium Removing future tickets from registration

Removing future tickets from registration

Posted: August 17, 2017 at 8:05 am

Viewing 1 reply thread


Anthony Loui

August 17, 2017 at 8:05 am

Hi, here is my registration page:

http://bostonroadrunners.org/registration/brr-half-marathon/

I want to change the price of my tickets by applying a late fee as we get closer to the events, however it is showing the future tickets ahead of time. Is there a way to hide them until the time comes for them to be live(“get rid of the “Goes on Sale…” sections?

Also, can I get rid of the word “bundle”?


Tony

  • Support Staff

August 17, 2017 at 8:14 am

Hi there,

You can hide the ‘pending’ tickets using some CSS, for example:

.tckt-slctr-tbl-tr.ticket-pending {
    display: none;
}

Will remove those tickets for you. You can add that within Appearance -> Customize -> Additional CSS.

Also, can I get rid of the word “bundle”?

Would you like to replace it with something else or just remove it completely?

That text is set within a filter so you can add something like:

https://gist.github.com/Pebblo/469dda745c5256b47e6c5298d04592f4

To a custom functions plugin on your site to remove it, we have a tutorial on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

Viewing 1 reply thread

The support post ‘Removing future tickets from registration’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso