It looks like the No Payment Required message can be altered using the FHEE__registration_page_payment_options__no_payment_required_pg filter.
However, the apply_filter call doesn’t pass in any parameters, so if I want to customize the No Payment Required message but also have it include the event or ticket name, is that possible? It looks like perhaps it isn’t.
apply_filters(
'FHEE__registration_page_payment_options__no_payment_required_pg',
sprintf(
__( '"%1$s" for "%2$s" is free, so no payment is required and no billing will occur.', 'event_espresso' ),
$registration_for_free_event->ticket()->name(),
$registration_for_free_event->event()->name()
)
);
The support post ‘Customizing No Payment Required message’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.