Support

Home Forums Wait List Manager Add-on Ticket description change

Ticket description change

Posted: November 17, 2019 at 5:27 am


budadharma

November 17, 2019 at 5:27 am

Hi!

While testing the wait list, some people didn’t understood that that they wouldn’t need to pay anything if they joined the wait list.
This happens because of the text in the Ticket List that show not only the ticket date bur also the date and price.
Is there a way to limit the text to the ticket name or change it with something else?

Thanks
Pedro


Tony

  • Support Staff

November 18, 2019 at 6:15 am

Hi Pedro,

It is possible, but you’ll need some custom code to do it, if you are familiar with hooks this is something you could create or if not you may need the help of a developer.

The waitlist add-on creates an array of tickets with the key set as the ticket ID and the value as the description you mentioned above.

That array is then passed through a filter:

FHEE__EventEspresso_WaitList_domain_services_forms__WaitListFormHandler__generate__tickets

So you can hook into that filter and change the value for each element in the array of the tickets to whatever you prefer.


budadharma

November 18, 2019 at 7:50 am

Hi Tony,

I’ll give a try. Thank you very much for your insight.

Thanks,
Pedro


Tony

  • Support Staff

November 18, 2019 at 10:41 am

You’re most welcome.


budadharma

November 19, 2019 at 8:10 am

This reply has been marked as private.

The support post ‘Ticket description change’ 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