I’ve had a good search and couldn’t find anything. Perhaps I’m missing something obvious. But I would like to add a message on the Thank You page for completed payments.
I know the Thank You page renders payment_overview template. I am a complete coding rookie but I imagine something like
<?php
if ($payment_status="Completed") {
echo "My message for completed payments";
} else {
echo "My message for non completed payments";
}
?>
This one is now resolved, I have been able to achieve what I wanted using the code, thanks.
Viewing 3 reply threads
The support post ‘Thank you 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.