Support

Home Forums Community Forum Change ticket selector heading text

Change ticket selector heading text

Posted: February 22, 2017 at 2:55 pm


Alyssainmontana1

February 22, 2017 at 2:55 pm

I am setting up an event that is for Real Estate agents who are allowed to only purchase one seat in the class. I have set up 2 different kinds of tickets: one is priced lower for early-bird registrations, the other is higher in price and goes on sale 7 days before the event. When someone wants to register, they have the 2 types of tickets listed and there is a radio button for them to select. It is strange to have the heading of the radio button as “Qty” because they cannot specify quantity but only select a single seat. I would like to change the word “Qty” to the word “Select.” How can this be done?


Josh

  • Support Staff

February 22, 2017 at 3:14 pm

Hi there,

You can change the text there by adding the following PHP code to a functions file on your website:

add_filter( 
  'FHEE__ticket_selector_chart_template__table_header_qty',
  function(){ return 'Select'; }
);

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

The support post ‘Change ticket selector heading 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