Support

Home Forums Event Espresso Premium Add text note to registration-checkout page?

Add text note to registration-checkout page?

Posted: September 20, 2016 at 1:01 pm


jungcenter

September 20, 2016 at 1:01 pm

Hello – we would like to add a custom note on our Registration Checkout page. Ideally, this text would live under or near the Paypal checkbox to alert users that they need not have a Paypal account and can still use any credit card with this option. (This is shown after click when they arrive at Paypal, but some users still are confused at the point of checkout.)

How might we do so?

Page url…
http://www.cgjungcenter.org/registration-checkout/
You may need to register for an event to see the checkbox in question…
http://www.cgjungcenter.org/events/viewing-and-discussion-carol/

thank you.


Tony

  • Support Staff

September 21, 2016 at 7:42 am

Hi there,

You could include a note it within the ‘description’ field for PayPal Standard – http://take.ms/0iar9

Then also set the payment method to be open by default (same page just a little lower down) so that the description field is shown as soon as then hit the that step of the checkout.

Would that work?

There are hooks available to add the details you want to add, for example AHEE__before_spco_whats_next_buttons runs just before the checkout button.

So something like this:

function tw_ee_display_something() {
	echo "Something!";
}
add_action( 'AHEE__before_spco_whats_next_buttons', 'tw_ee_display_something' );

WOuld do this – http://take.ms/fE2S2


jungcenter

September 21, 2016 at 10:24 am

Thank you very much. The first option works fine for our purposes. We appreciate the support.

The support post ‘Add text note to registration-checkout page?’ 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