I noticed under the user’s profile that they are able to cancel their registration. Since I do not offer refunds is there a way to turn the “Cancel Registration” off?
It can be done with some CSS, which is easy if you are using the front end form, simply add the following to your themes style.css or a plugin like My Custom CSS:
#form1 #cancel_registration { display:none; }
It gets harder if you are allowing the user access to the Profile in the dashboard area.
You could add the following to your themes functions.php, the custom files addon(or a custom_functions.php file in the uploads directory) or even make it into a simple plugin:
Thanks. I was able to get the code for the css file to work. Also, how would I remove the “Check All” option that is on the My Events page? And one more question, where can I find the documentation that shows how to move the profile information to the front end. I saw another topic that listed the shortcut to use but I wasn’t able to locate the documentation that relates to moving the Profile to the front end.
or simply remove the entire bottom settings section
.bottom_settings { display:none; }
Regardign the profile, we have the [ESPRESSO_EDIT_PROFILE] shortcode, but it doesn’t show the profile image/gravatar. You could use the [LISTATTENDEES] shortcode but it may be hard to limit that to the single attendee.
I would suggest addign a small custom shortcode or editing the template to pull in the gravatar image.
The support post ‘Turn Off Cancel 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.