Support

Home Forums Event Espresso Premium Showing Attendee Information On Registration Checkout (2)

Showing Attendee Information On Registration Checkout (2)

Posted: March 20, 2017 at 4:08 am

Viewing 4 reply threads


Katharina

March 20, 2017 at 4:08 am

Hi,
how can I show the Attendee Information On Registration Checkout page again?
1. Step: show event description + ticket
2. Asking for Attendee Information
3. Registration Checkout shows only ticket information + price, would like to show a summary (price + Attendee Information) before the order is sent.
thanks!


Tony

  • Support Staff

March 21, 2017 at 5:20 am

Hi Katharina,

We have hooks within EE you can use to add additional details to the page, for example you could add another section just before the payment options using this hook:

FHEE__EE_SPCO_Reg_Step_Payment_Options___display_payment_options__before_payment_options

That hook is fired after the pricing table and just before the payment methods, it’s what we use to add the promotion code field within the EE4 Promotions add-onhttp://take.ms/PfEIP

However you will also need to pull in registrations to display the data you need, here is an example of how you can use the EE_Checkout objecft to get the details you need:

https://gist.github.com/joshfeck/63d01cf6d6236cf2cd240f97f9acc142

If you are unsure with the above I’d recommend contacting a developer to help you with this, we have a list of some who are familiar with EE here:

https://eventespresso.com/developers/event-espresso-pros/


Katharina

March 21, 2017 at 6:48 am

Hi Tony,
I could try it myself, but without knowing which file that is, it will be hard for me. Thanks anyway. Then I must think of something else.


Tony

  • Support Staff

March 21, 2017 at 7:15 am

I’m not sure I follow, why do you need the file?

If you edit the files directly within the plugin you will lose those customizations the next time EE updates, you’ll likely want to use a hook, or possibly you own custom version of a template that EE loads (most templates can be loaded from your themes root directory) but it really depends on how you want to display the details.

Searching the EE codebase for the above hook will give you a pointer towards the file, and any template you may be able to edit will have .template in the filename.


Katharina

March 21, 2017 at 8:01 am

Hi Tony,
I’m not familar with “hooks” so I thought i must edit a *.php file within EE plugin folder. But I will read a few posts about this kind of “add/edit code” and see if I understand it ๐Ÿ™‚
right now i see the example code on my last page, now I must find out the field names.
I think i will get ๐Ÿ™‚
Thanks
Katharina

Viewing 4 reply threads

The support post ‘Showing Attendee Information On Registration Checkout (2)’ 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