I am currently running two payment methods Stripe and Direct Deposit/EFT. I would like to have a different thank you message for each payment type on the thank you page. This is because when they get there via Stripe their enrolment will be complete and Direct Deposit/EFT it will stil be pending. Currently I have used the following filter function (from another one of your posts in the forum) but this shows for both payment methods. Is there a way to do this? Thanks in advance!
add_filter( 'FHEE__thank_you_page_overview_template__order_conf_desc', 'ee_change_thank_you_page_congratulations_messaging' );
function ee_change_thank_you_page_congratulations_messaging() {
We don’t have the option to change the thank you page, but it is possible to change to the text you are filtering based on the payment method, via another filter.
The support post ‘Different thank you messages based on payment type’ 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.