Support

Home Forums Event Espresso Premium Customize Payment Confirmation Message (for free events)

Customize Payment Confirmation Message (for free events)

Posted: August 5, 2013 at 3:57 pm


Adal Bermann

August 5, 2013 at 3:57 pm

Is there an easier way to customize the HTML displayed on the final payment confirmation page (where $final_total == 0.00); that is without re-declaring the entire event_espresso_add_attendees_to_db_multi() function?

It just feels like a really big function to re-declare in custom_functions.php for such a small edit… and I was under the impression that 3.1.34 is supposed to add filters for that.


Josh

  • Support Staff

August 5, 2013 at 4:58 pm

Hi Adal,

It depends. If you’re looking to edit the text that is output there, then yes, you can use the gettext filter to “translate” the text strings in the event_espresso_add_attendees_to_db_multi() function.

There is some example code here that you can adapt to translate the text strings if that’s what you’re looking to do:

https://gist.github.com/joshfeck/4962940


Adal Bermann

August 5, 2013 at 5:06 pm

I was also hoping to edit the HTML a little, so I guess I’ll stick with my current solution of re-declaring the entire function.

The support post ‘Customize Payment Confirmation Message (for free events)’ 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