Support

Home Forums Event Espresso Premium Change "goes on sale" text

Change "goes on sale" text

Posted: December 7, 2022 at 11:30 am


KimL

December 7, 2022 at 11:30 am

I am looking to change the text of “goes on sale” to “price increases on” or something similar. So I have two questions…

1. Is there a way to make the price of one ticket type increase on a certain date without having two ticket types.
2. If not, can I change this text? I am a user and not a web designer, but doing some of my own setup with Event Espresso.


Tony

  • Support Staff

December 7, 2022 at 1:47 pm

Hi there,

1. Is there a way to make the price of one ticket type increase on a certain date without having two ticket types.

No, but may I ask why 2 ticket types is a problem? You can hide the second ticket type so it only becomes visible when on sale and also remove expired tickets from view so the original doesn’t continue to show.

So having 2 ticket types can be set up so that as far as your visitor is concerned there is only one.

2. If not, can I change this text? I am a user and not a web designer, but doing some of my own setup with Event Espresso.

You can use a snippet like this:

https://gist.github.com/Pebblo/a67a0e120872fc571ab286e1550dea30

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

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


KimL

December 7, 2022 at 2:42 pm

How can I change the visibility (hide/remove) ticket types? I’m not seeing that option.


Tony

  • Support Staff

December 8, 2022 at 4:14 am

For expired tickets you change a setting in:

Event Espresso -> Events -> Templates (tab) -> Ticket Selector Template Settings -> Display Expired Tickets.

Set that to No and save.

For Upcoming tickets you can use some CSS:

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

Add that to Dashboard -> Appearance -> Customize -> Additional CSS.

The support post ‘Change "goes on sale" text’ 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