Posted: August 8, 2012 at 1:10 pm
|
I would like to create a custom Thank You page for each event which will include additional instructions and information for each individual event.
|
There are two templates that handle what gets displayed on the Thank you page: The payment_overview.php and payment_page.php. It depends on the gateway or whether it’s a free event or not which is used. The shortcode I recommend to use to add this extra information is the ee_meta shortcode. This will allow entering additional information to be entered for each event in the event meta box found in the event editor. To add support for the ee_meta shortcode to the payment_overview.php template, add this declaration to the top of the template file:
|
|
|
Perfect! Thank you! |
|
That works except when we paste HTML into the Meta Value Field it breaks into multiple fields and doesn’t display properly. |
What HTML tags are breaking these into different fields? |
|
|
Hi Josh, we’re actually still trying to find a way to get all of our providers paid through Paypal, so I’m trying to paste the Paypal button code in there. It’s a form code. I’m a parent volunteer running an after school enrichment program at an elementary school. I’ve got 15 different providers and they all have to be paid separately. There is no way for us to run it all through one Paypal account. I was hoping to get their Paypal buttons in there this way. Any help you can offer would be greatly appreciated, I’ve got to have this working by Monday. 🙁 |
|
It’s a bit of a hack, since you have to know the event_ids ahead of time (you can get them from the event overview admin page), but you could try something like:
etc… |
The support post ‘Different Thank You page for each event?’ 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.