I have an event registration about to go up and have two requests:
1. When using the Multiple Event Registration addon to offer two registration prices, how can I get the button to only display a “register” button? Right now I have disabled registration form, this leaves me with a “View Details” button and an “Add To Cart” text link. I just want users able to do the add to cart, with a change of text to say “register now.”
2. I have two prices, one for primary attendee, one for guest. When I list the primary attendee first, it shows the guest price on the initial registration page as the sort of default price. To avoid that, I list the guest price first, but that makes the guest price show up first on the second page with the drop down lists. The guest price is cheaper and I want to avoid people errantly selecting the cheaper price, especially if they are only registering 1 attendee.
In this case there are some customizations that would need to be made to make the add to cart act more like a Register button. If you open up event_list_display.php and look on line 133 you’ll see where it has the “Add to Cart” text.
You could also change it to say “Register now” by using the WordPress gettext filter. Here is a link to a gist of some example code that can be adapted change the text you want to change and then placed in a functions file:
The support post ‘Price Display Order & MER button display’ 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.