We just want to use Event Espresso for people to register for events. My client is required to send registrants an offline invoice, therefore we just want people to register for events.
I’ve disabled all payment options in the Gateways section of the site, and I’ve set up the website so that when somebody signs up for an event, the payment status is set to ‘Complete’.
Everything is now working as expected, I’ve commented out the “Please choose a payment option” in gateway_display.php, but I have one problem.
On the payment_page.php file, the event is showing…
“Your registration is not complete until payment is received”.
I’ve looked in the template file and I could quite easily change that text, but what I want to know is how to get the event registration to show as complete, and show the correct string:
[code]<p class=”instruct”>
<?php _e(‘Your teams registration is confirmed for’, ‘event_espresso’); ?>
Unless I’m misunderstanding something, replacing “Your registration is complete” with “Your registration is not complete until payment is received” should suffice in this case.
Viewing 1 reply thread
The support post ‘Disable All Payment Options, Use EE Just for Registration’ 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.