Support

Home Forums Event Espresso Premium Ticket selector headings

Ticket selector headings

Posted: June 4, 2018 at 1:24 pm

Viewing 2 reply threads


cprdave

June 4, 2018 at 1:24 pm

I need to change the headings in the ticket selector table. This works for QTY:

add_filter(
‘FHEE__ticket_selector_chart_template__table_header_qty’,
function(){ return ‘Select’; }
);

But Details seems to be non-intuitive as FHEE__ticket_selector_chart_template__table_header_details doesn’t work.

Thanks in advance.


Josh

  • Support Staff

June 4, 2018 at 1:34 pm

Hi CPRdave,

It’s best to check the source files to find the hooks. In this case the hook you’re looking for is:

FHEE__ticket_selector_chart_template__table_header_available_tickets

found in:

https://github.com/eventespresso/event-espresso-core/blob/master/modules/ticket_selector/templates/standard_ticket_selector.template.php#L33


cprdave

June 4, 2018 at 1:49 pm

The source is what I couldn’t find. Thanks so much!

Viewing 2 reply threads

The support post ‘Ticket selector headings’ 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